mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
feat: add incrementing visitor counter
This commit is contained in:
parent
afcd4e9a8a
commit
a92db04713
3 changed files with 41 additions and 5 deletions
5
internal/model/model.go
Normal file
5
internal/model/model.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package model
|
||||
|
||||
type Success struct {
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue