new arch
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m11s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m11s
This commit is contained in:
6
src/models/auth.go
Normal file
6
src/models/auth.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type AuthMessage struct {
|
||||
Type string `json:"type"`
|
||||
InitData string `json:"initData"`
|
||||
}
|
||||
Reference in New Issue
Block a user