Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mobile ¶
type Mobile struct { Id string `json:"id"` Token uuid.UUID `json:"token"` ServerId string `json:"server_id"` RequestId string `json:"request_id"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
func (Mobile) GenAccessToken ¶
type Server ¶
type Server struct { Id string `json:"id"` Token string `json:"token"` Mobiles []*Mobile `json:"mobiles"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
func (Server) GenAccessToken ¶
Click to show internal directories.
Click to hide internal directories.