Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadStatusError ¶
func (BadStatusError) Error ¶
func (e BadStatusError) Error() string
type NoSuchUserError ¶
type NoSuchUserError struct { UID string // contains filtered or unexported fields }
func (NoSuchUserError) Error ¶
func (e NoSuchUserError) Error() string
func (NoSuchUserError) Unwrap ¶
func (e NoSuchUserError) Unwrap() error
type Record ¶
type Record struct { ReplayID string PlayerName string OpponentName string Score int64 Duration time.Duration Timestamp time.Time }
func (*Record) UnmarshalJSON ¶
type TetraChannelError ¶
type TetraChannelError struct {
Message string
}
func (TetraChannelError) Error ¶
func (e TetraChannelError) Error() string
Click to show internal directories.
Click to hide internal directories.