Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityToken ¶
type MCToken ¶
type MCToken struct { AuthorizationHeader string `json:"authorizationHeader"` ValidUntil time.Time `json:"validUntil"` Treatments []string `json:"treatments"` Configurations struct { Minecraft struct { ID string `json:"id"` Parameters map[string]any `json:"parameters"` } `json:"minecraft"` } `json:"configurations"` }
type PlayfabError ¶
type PlayfabError struct { StatusCode int `json:"-"` Status string ErrorCode int `json:"errorCode"` ErrorMessage string `json:"errorMessage"` }
func (*PlayfabError) Error ¶
func (p *PlayfabError) Error() string
Click to show internal directories.
Click to hide internal directories.