2026-03-02 01:27:50 +07:00

9 lines
104 B
Go

package models
type Team struct {
ID int64
Name string
Password string
Link string
}