All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m11s
7 lines
110 B
Go
7 lines
110 B
Go
package models
|
|
|
|
type AuthMessage struct {
|
|
Type string `json:"type"`
|
|
InitData string `json:"initData"`
|
|
}
|