This commit is contained in:
Kar
2024-01-08 14:00:41 +05:30
commit dbe86acfac
31 changed files with 1793 additions and 0 deletions

5
models/common.go Normal file
View File

@@ -0,0 +1,5 @@
package models
type Ping struct {
Ping string `json:"ping"`
}