Versions in this module Expand all Collapse all v0 v0.1.0 Aug 22, 2025 Changes in this version + type ApiError struct + Code string + Message string + func (e *ApiError) Error() string + func (e *ApiError) IsAvailable() bool + type ApiResponse struct + ContentType *string + Error *ApiError + IsSuccess bool + StatusCode int + type ApimodelsConfigurationRequest struct + Enabled *bool + MaxConcurrency *int32 + MaxLoginRate *int32 + MinActivationPeriodInSecond *int32 + PlayerPollingTimeInSecond *int32 + PlayerReconnectGracePeriodInSecond *int32 + QueueReconnectGracePeriodInSecond *int32 + SafetyMarginPercentage *int32 + func (m *ApimodelsConfigurationRequest) MarshalBinary() ([]byte, error) + func (m *ApimodelsConfigurationRequest) UnmarshalBinary(b []byte) error + func (m *ApimodelsConfigurationRequest) Validate(formats strfmt.Registry) error + type ApimodelsConfigurationResponse struct + Enabled *bool + MaxConcurrency *int32 + MaxLoginRate *int32 + MinActivationPeriodInSecond *int32 + Namespace *string + PlayerPollingTimeInSecond *int32 + PlayerReconnectGracePeriodInSecond *int32 + QueueReconnectGracePeriodInSecond *int32 + SafetyMarginPercentage *int32 + func (m *ApimodelsConfigurationResponse) MarshalBinary() ([]byte, error) + func (m *ApimodelsConfigurationResponse) UnmarshalBinary(b []byte) error + func (m *ApimodelsConfigurationResponse) Validate(formats strfmt.Registry) error + type ApimodelsLink struct + Action *string + Href *string + func (m *ApimodelsLink) MarshalBinary() ([]byte, error) + func (m *ApimodelsLink) UnmarshalBinary(b []byte) error + func (m *ApimodelsLink) Validate(formats strfmt.Registry) error + type ApimodelsQueueStatusResponse struct + IsActive *bool + LoggedUserCount *int32 + LoginRPS *int32 + Namespace *string + QueueCount *int32 + func (m *ApimodelsQueueStatusResponse) MarshalBinary() ([]byte, error) + func (m *ApimodelsQueueStatusResponse) UnmarshalBinary(b []byte) error + func (m *ApimodelsQueueStatusResponse) Validate(formats strfmt.Registry) error + type ApimodelsRefreshTicketResponse struct + Cancel *ApimodelsLink + EstimatedWaitingTimeInSeconds *int32 + Namespace *string + PlayerPollingTimeInSeconds *int32 + Position *int32 + ReconnectExpiredAt *int64 + func (m *ApimodelsRefreshTicketResponse) MarshalBinary() ([]byte, error) + func (m *ApimodelsRefreshTicketResponse) UnmarshalBinary(b []byte) error + func (m *ApimodelsRefreshTicketResponse) Validate(formats strfmt.Registry) error + type ResponseError struct + Attributes map[string]string + ErrorCode *int32 + ErrorMessage *string + Message *string + Name *string + func (m *ResponseError) MarshalBinary() ([]byte, error) + func (m *ResponseError) TranslateToApiError() (*ApiError, error) + func (m *ResponseError) UnmarshalBinary(b []byte) error + func (m *ResponseError) Validate(formats strfmt.Registry) error