new arch
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m11s

This commit is contained in:
Smile Rex
2026-01-22 16:34:47 +03:00
parent 68ba9bb2e2
commit 4e04de5581
7 changed files with 45 additions and 31 deletions

6
src/models/auth.go Normal file
View File

@@ -0,0 +1,6 @@
package models
type AuthMessage struct {
Type string `json:"type"`
InitData string `json:"initData"`
}