Versions in this module Expand all Collapse all v0 v0.1.1 Dec 14, 2016 Changes in this version + type AuthenticationFailed struct + Provider string + Token string + UserID string + func NewAuthenticationFailed(provider, userID, token string) *AuthenticationFailed + func (err AuthenticationFailed) Error() string + type AuthenticationProviderNotSupported struct + Provider string + func NewAuthenticationProviderNotSupported(provider string) *AuthenticationProviderNotSupported + func (err AuthenticationProviderNotSupported) Error() string + type DocumentNotFoundError struct + Collection string + ID string + func NewDocumentNotFoundError(collection string, id string) *DocumentNotFoundError + func (err DocumentNotFoundError) Error() string + type DonationCooldownViolatedError struct + GameID string + MaxWeightForPerior int + PlayerID string + TotalWeightForPeriod int + func (err DonationCooldownViolatedError) Error() string + type DonationRequestCooldownViolatedError struct + GameID string + ItemKey string + Time int64 + func (err DonationRequestCooldownViolatedError) Error() string + type ItemNotFoundInGameError struct + GameID string + ItemKey string + func (err ItemNotFoundInGameError) Error() string + type LimitOfItemsInDonationRequestReachedError struct + Amount int + DonationRequestID string + GameID string + ItemKey string + func (err LimitOfItemsInDonationRequestReachedError) Error() string + type LimitOfItemsPerPlayerInDonationRequestReachedError struct + Amount int + CurrentDonationCount int + DonationRequestID string + GameID string + ItemKey string + Player string + func (err LimitOfItemsPerPlayerInDonationRequestReachedError) Error() string + type ParameterIsRequiredError struct + Model string + Parameter string + func (err ParameterIsRequiredError) Error() string