Documentation ¶
Index ¶
- type AddFriendsWithoutConfirmationBadRequest
- type AddFriendsWithoutConfirmationForbidden
- type AddFriendsWithoutConfirmationInternalServerError
- type AddFriendsWithoutConfirmationNoContent
- type AddFriendsWithoutConfirmationParams
- func NewAddFriendsWithoutConfirmationParams() *AddFriendsWithoutConfirmationParams
- func NewAddFriendsWithoutConfirmationParamsWithContext(ctx context.Context) *AddFriendsWithoutConfirmationParams
- func NewAddFriendsWithoutConfirmationParamsWithHTTPClient(client *http.Client) *AddFriendsWithoutConfirmationParams
- func NewAddFriendsWithoutConfirmationParamsWithTimeout(timeout time.Duration) *AddFriendsWithoutConfirmationParams
- func (o *AddFriendsWithoutConfirmationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AddFriendsWithoutConfirmationParams) SetBody(body *lobbyclientmodels.ModelBulkAddFriendsRequest)
- func (o *AddFriendsWithoutConfirmationParams) SetContext(ctx context.Context)
- func (o *AddFriendsWithoutConfirmationParams) SetHTTPClient(client *http.Client)
- func (o *AddFriendsWithoutConfirmationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AddFriendsWithoutConfirmationParams) SetNamespace(namespace string)
- func (o *AddFriendsWithoutConfirmationParams) SetTimeout(timeout time.Duration)
- func (o *AddFriendsWithoutConfirmationParams) SetUserID(userID string)
- func (o *AddFriendsWithoutConfirmationParams) WithBody(body *lobbyclientmodels.ModelBulkAddFriendsRequest) *AddFriendsWithoutConfirmationParams
- func (o *AddFriendsWithoutConfirmationParams) WithContext(ctx context.Context) *AddFriendsWithoutConfirmationParams
- func (o *AddFriendsWithoutConfirmationParams) WithHTTPClient(client *http.Client) *AddFriendsWithoutConfirmationParams
- func (o *AddFriendsWithoutConfirmationParams) WithNamespace(namespace string) *AddFriendsWithoutConfirmationParams
- func (o *AddFriendsWithoutConfirmationParams) WithTimeout(timeout time.Duration) *AddFriendsWithoutConfirmationParams
- func (o *AddFriendsWithoutConfirmationParams) WithUserID(userID string) *AddFriendsWithoutConfirmationParams
- func (o *AddFriendsWithoutConfirmationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddFriendsWithoutConfirmationReader
- type AddFriendsWithoutConfirmationUnauthorized
- type Client
- func (a *Client) AddFriendsWithoutConfirmation(params *AddFriendsWithoutConfirmationParams, ...) (*AddFriendsWithoutConfirmationNoContent, ...)
- func (a *Client) AddFriendsWithoutConfirmationShort(params *AddFriendsWithoutConfirmationParams, ...) (*AddFriendsWithoutConfirmationNoContent, error)
- func (a *Client) GetListOfFriends(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, *GetListOfFriendsBadRequest, ...)
- func (a *Client) GetListOfFriendsShort(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, error)
- func (a *Client) GetUserFriendsUpdated(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, *GetUserFriendsUpdatedBadRequest, ...)
- func (a *Client) GetUserFriendsUpdatedShort(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, error)
- func (a *Client) GetUserIncomingFriends(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, *GetUserIncomingFriendsBadRequest, ...)
- func (a *Client) GetUserIncomingFriendsShort(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, error)
- func (a *Client) GetUserOutgoingFriends(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, *GetUserOutgoingFriendsBadRequest, ...)
- func (a *Client) GetUserOutgoingFriendsShort(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UserAcceptFriendRequest(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, *UserAcceptFriendRequestBadRequest, ...)
- func (a *Client) UserAcceptFriendRequestShort(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, error)
- func (a *Client) UserCancelFriendRequest(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, *UserCancelFriendRequestBadRequest, ...)
- func (a *Client) UserCancelFriendRequestShort(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, error)
- func (a *Client) UserGetFriendshipStatus(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, *UserGetFriendshipStatusBadRequest, ...)
- func (a *Client) UserGetFriendshipStatusShort(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, error)
- func (a *Client) UserRejectFriendRequest(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, *UserRejectFriendRequestBadRequest, ...)
- func (a *Client) UserRejectFriendRequestShort(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, error)
- func (a *Client) UserRequestFriend(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, *UserRequestFriendBadRequest, ...)
- func (a *Client) UserRequestFriendShort(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, error)
- func (a *Client) UserUnfriendRequest(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, *UserUnfriendRequestBadRequest, ...)
- func (a *Client) UserUnfriendRequestShort(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, error)
- type ClientService
- type GetListOfFriendsBadRequest
- type GetListOfFriendsForbidden
- type GetListOfFriendsInternalServerError
- type GetListOfFriendsOK
- type GetListOfFriendsParams
- func NewGetListOfFriendsParams() *GetListOfFriendsParams
- func NewGetListOfFriendsParamsWithContext(ctx context.Context) *GetListOfFriendsParams
- func NewGetListOfFriendsParamsWithHTTPClient(client *http.Client) *GetListOfFriendsParams
- func NewGetListOfFriendsParamsWithTimeout(timeout time.Duration) *GetListOfFriendsParams
- func (o *GetListOfFriendsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetListOfFriendsParams) SetContext(ctx context.Context)
- func (o *GetListOfFriendsParams) SetHTTPClient(client *http.Client)
- func (o *GetListOfFriendsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetListOfFriendsParams) SetLimit(limit *int64)
- func (o *GetListOfFriendsParams) SetNamespace(namespace string)
- func (o *GetListOfFriendsParams) SetOffset(offset *int64)
- func (o *GetListOfFriendsParams) SetTimeout(timeout time.Duration)
- func (o *GetListOfFriendsParams) SetUserID(userID string)
- func (o *GetListOfFriendsParams) WithContext(ctx context.Context) *GetListOfFriendsParams
- func (o *GetListOfFriendsParams) WithHTTPClient(client *http.Client) *GetListOfFriendsParams
- func (o *GetListOfFriendsParams) WithLimit(limit *int64) *GetListOfFriendsParams
- func (o *GetListOfFriendsParams) WithNamespace(namespace string) *GetListOfFriendsParams
- func (o *GetListOfFriendsParams) WithOffset(offset *int64) *GetListOfFriendsParams
- func (o *GetListOfFriendsParams) WithTimeout(timeout time.Duration) *GetListOfFriendsParams
- func (o *GetListOfFriendsParams) WithUserID(userID string) *GetListOfFriendsParams
- func (o *GetListOfFriendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetListOfFriendsReader
- type GetListOfFriendsUnauthorized
- type GetUserFriendsUpdatedBadRequest
- type GetUserFriendsUpdatedForbidden
- type GetUserFriendsUpdatedInternalServerError
- type GetUserFriendsUpdatedNotFound
- type GetUserFriendsUpdatedOK
- type GetUserFriendsUpdatedParams
- func NewGetUserFriendsUpdatedParams() *GetUserFriendsUpdatedParams
- func NewGetUserFriendsUpdatedParamsWithContext(ctx context.Context) *GetUserFriendsUpdatedParams
- func NewGetUserFriendsUpdatedParamsWithHTTPClient(client *http.Client) *GetUserFriendsUpdatedParams
- func NewGetUserFriendsUpdatedParamsWithTimeout(timeout time.Duration) *GetUserFriendsUpdatedParams
- func (o *GetUserFriendsUpdatedParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetUserFriendsUpdatedParams) SetContext(ctx context.Context)
- func (o *GetUserFriendsUpdatedParams) SetHTTPClient(client *http.Client)
- func (o *GetUserFriendsUpdatedParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetUserFriendsUpdatedParams) SetLimit(limit *int64)
- func (o *GetUserFriendsUpdatedParams) SetNamespace(namespace string)
- func (o *GetUserFriendsUpdatedParams) SetOffset(offset *int64)
- func (o *GetUserFriendsUpdatedParams) SetTimeout(timeout time.Duration)
- func (o *GetUserFriendsUpdatedParams) WithContext(ctx context.Context) *GetUserFriendsUpdatedParams
- func (o *GetUserFriendsUpdatedParams) WithHTTPClient(client *http.Client) *GetUserFriendsUpdatedParams
- func (o *GetUserFriendsUpdatedParams) WithLimit(limit *int64) *GetUserFriendsUpdatedParams
- func (o *GetUserFriendsUpdatedParams) WithNamespace(namespace string) *GetUserFriendsUpdatedParams
- func (o *GetUserFriendsUpdatedParams) WithOffset(offset *int64) *GetUserFriendsUpdatedParams
- func (o *GetUserFriendsUpdatedParams) WithTimeout(timeout time.Duration) *GetUserFriendsUpdatedParams
- func (o *GetUserFriendsUpdatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserFriendsUpdatedReader
- type GetUserFriendsUpdatedUnauthorized
- type GetUserIncomingFriendsBadRequest
- type GetUserIncomingFriendsForbidden
- type GetUserIncomingFriendsInternalServerError
- type GetUserIncomingFriendsNotFound
- type GetUserIncomingFriendsOK
- type GetUserIncomingFriendsParams
- func NewGetUserIncomingFriendsParams() *GetUserIncomingFriendsParams
- func NewGetUserIncomingFriendsParamsWithContext(ctx context.Context) *GetUserIncomingFriendsParams
- func NewGetUserIncomingFriendsParamsWithHTTPClient(client *http.Client) *GetUserIncomingFriendsParams
- func NewGetUserIncomingFriendsParamsWithTimeout(timeout time.Duration) *GetUserIncomingFriendsParams
- func (o *GetUserIncomingFriendsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetUserIncomingFriendsParams) SetContext(ctx context.Context)
- func (o *GetUserIncomingFriendsParams) SetHTTPClient(client *http.Client)
- func (o *GetUserIncomingFriendsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetUserIncomingFriendsParams) SetNamespace(namespace string)
- func (o *GetUserIncomingFriendsParams) SetTimeout(timeout time.Duration)
- func (o *GetUserIncomingFriendsParams) WithContext(ctx context.Context) *GetUserIncomingFriendsParams
- func (o *GetUserIncomingFriendsParams) WithHTTPClient(client *http.Client) *GetUserIncomingFriendsParams
- func (o *GetUserIncomingFriendsParams) WithNamespace(namespace string) *GetUserIncomingFriendsParams
- func (o *GetUserIncomingFriendsParams) WithTimeout(timeout time.Duration) *GetUserIncomingFriendsParams
- func (o *GetUserIncomingFriendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserIncomingFriendsReader
- type GetUserIncomingFriendsUnauthorized
- type GetUserOutgoingFriendsBadRequest
- type GetUserOutgoingFriendsForbidden
- type GetUserOutgoingFriendsInternalServerError
- type GetUserOutgoingFriendsNotFound
- type GetUserOutgoingFriendsOK
- type GetUserOutgoingFriendsParams
- func NewGetUserOutgoingFriendsParams() *GetUserOutgoingFriendsParams
- func NewGetUserOutgoingFriendsParamsWithContext(ctx context.Context) *GetUserOutgoingFriendsParams
- func NewGetUserOutgoingFriendsParamsWithHTTPClient(client *http.Client) *GetUserOutgoingFriendsParams
- func NewGetUserOutgoingFriendsParamsWithTimeout(timeout time.Duration) *GetUserOutgoingFriendsParams
- func (o *GetUserOutgoingFriendsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetUserOutgoingFriendsParams) SetContext(ctx context.Context)
- func (o *GetUserOutgoingFriendsParams) SetHTTPClient(client *http.Client)
- func (o *GetUserOutgoingFriendsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetUserOutgoingFriendsParams) SetNamespace(namespace string)
- func (o *GetUserOutgoingFriendsParams) SetTimeout(timeout time.Duration)
- func (o *GetUserOutgoingFriendsParams) WithContext(ctx context.Context) *GetUserOutgoingFriendsParams
- func (o *GetUserOutgoingFriendsParams) WithHTTPClient(client *http.Client) *GetUserOutgoingFriendsParams
- func (o *GetUserOutgoingFriendsParams) WithNamespace(namespace string) *GetUserOutgoingFriendsParams
- func (o *GetUserOutgoingFriendsParams) WithTimeout(timeout time.Duration) *GetUserOutgoingFriendsParams
- func (o *GetUserOutgoingFriendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserOutgoingFriendsReader
- type GetUserOutgoingFriendsUnauthorized
- type UserAcceptFriendRequestBadRequest
- type UserAcceptFriendRequestForbidden
- type UserAcceptFriendRequestInternalServerError
- type UserAcceptFriendRequestNoContent
- type UserAcceptFriendRequestNotFound
- type UserAcceptFriendRequestParams
- func NewUserAcceptFriendRequestParams() *UserAcceptFriendRequestParams
- func NewUserAcceptFriendRequestParamsWithContext(ctx context.Context) *UserAcceptFriendRequestParams
- func NewUserAcceptFriendRequestParamsWithHTTPClient(client *http.Client) *UserAcceptFriendRequestParams
- func NewUserAcceptFriendRequestParamsWithTimeout(timeout time.Duration) *UserAcceptFriendRequestParams
- func (o *UserAcceptFriendRequestParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UserAcceptFriendRequestParams) SetBody(body *lobbyclientmodels.ModelUserAcceptFriendRequest)
- func (o *UserAcceptFriendRequestParams) SetContext(ctx context.Context)
- func (o *UserAcceptFriendRequestParams) SetHTTPClient(client *http.Client)
- func (o *UserAcceptFriendRequestParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UserAcceptFriendRequestParams) SetNamespace(namespace string)
- func (o *UserAcceptFriendRequestParams) SetTimeout(timeout time.Duration)
- func (o *UserAcceptFriendRequestParams) WithBody(body *lobbyclientmodels.ModelUserAcceptFriendRequest) *UserAcceptFriendRequestParams
- func (o *UserAcceptFriendRequestParams) WithContext(ctx context.Context) *UserAcceptFriendRequestParams
- func (o *UserAcceptFriendRequestParams) WithHTTPClient(client *http.Client) *UserAcceptFriendRequestParams
- func (o *UserAcceptFriendRequestParams) WithNamespace(namespace string) *UserAcceptFriendRequestParams
- func (o *UserAcceptFriendRequestParams) WithTimeout(timeout time.Duration) *UserAcceptFriendRequestParams
- func (o *UserAcceptFriendRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserAcceptFriendRequestReader
- type UserAcceptFriendRequestUnauthorized
- type UserCancelFriendRequestBadRequest
- type UserCancelFriendRequestForbidden
- type UserCancelFriendRequestInternalServerError
- type UserCancelFriendRequestNoContent
- type UserCancelFriendRequestNotFound
- type UserCancelFriendRequestParams
- func NewUserCancelFriendRequestParams() *UserCancelFriendRequestParams
- func NewUserCancelFriendRequestParamsWithContext(ctx context.Context) *UserCancelFriendRequestParams
- func NewUserCancelFriendRequestParamsWithHTTPClient(client *http.Client) *UserCancelFriendRequestParams
- func NewUserCancelFriendRequestParamsWithTimeout(timeout time.Duration) *UserCancelFriendRequestParams
- func (o *UserCancelFriendRequestParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UserCancelFriendRequestParams) SetBody(body *lobbyclientmodels.ModelUserCancelFriendRequest)
- func (o *UserCancelFriendRequestParams) SetContext(ctx context.Context)
- func (o *UserCancelFriendRequestParams) SetHTTPClient(client *http.Client)
- func (o *UserCancelFriendRequestParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UserCancelFriendRequestParams) SetNamespace(namespace string)
- func (o *UserCancelFriendRequestParams) SetTimeout(timeout time.Duration)
- func (o *UserCancelFriendRequestParams) WithBody(body *lobbyclientmodels.ModelUserCancelFriendRequest) *UserCancelFriendRequestParams
- func (o *UserCancelFriendRequestParams) WithContext(ctx context.Context) *UserCancelFriendRequestParams
- func (o *UserCancelFriendRequestParams) WithHTTPClient(client *http.Client) *UserCancelFriendRequestParams
- func (o *UserCancelFriendRequestParams) WithNamespace(namespace string) *UserCancelFriendRequestParams
- func (o *UserCancelFriendRequestParams) WithTimeout(timeout time.Duration) *UserCancelFriendRequestParams
- func (o *UserCancelFriendRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserCancelFriendRequestReader
- type UserCancelFriendRequestUnauthorized
- type UserGetFriendshipStatusBadRequest
- type UserGetFriendshipStatusForbidden
- type UserGetFriendshipStatusInternalServerError
- type UserGetFriendshipStatusOK
- type UserGetFriendshipStatusParams
- func NewUserGetFriendshipStatusParams() *UserGetFriendshipStatusParams
- func NewUserGetFriendshipStatusParamsWithContext(ctx context.Context) *UserGetFriendshipStatusParams
- func NewUserGetFriendshipStatusParamsWithHTTPClient(client *http.Client) *UserGetFriendshipStatusParams
- func NewUserGetFriendshipStatusParamsWithTimeout(timeout time.Duration) *UserGetFriendshipStatusParams
- func (o *UserGetFriendshipStatusParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UserGetFriendshipStatusParams) SetContext(ctx context.Context)
- func (o *UserGetFriendshipStatusParams) SetFriendID(friendID string)
- func (o *UserGetFriendshipStatusParams) SetHTTPClient(client *http.Client)
- func (o *UserGetFriendshipStatusParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UserGetFriendshipStatusParams) SetNamespace(namespace string)
- func (o *UserGetFriendshipStatusParams) SetTimeout(timeout time.Duration)
- func (o *UserGetFriendshipStatusParams) WithContext(ctx context.Context) *UserGetFriendshipStatusParams
- func (o *UserGetFriendshipStatusParams) WithFriendID(friendID string) *UserGetFriendshipStatusParams
- func (o *UserGetFriendshipStatusParams) WithHTTPClient(client *http.Client) *UserGetFriendshipStatusParams
- func (o *UserGetFriendshipStatusParams) WithNamespace(namespace string) *UserGetFriendshipStatusParams
- func (o *UserGetFriendshipStatusParams) WithTimeout(timeout time.Duration) *UserGetFriendshipStatusParams
- func (o *UserGetFriendshipStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserGetFriendshipStatusReader
- type UserGetFriendshipStatusUnauthorized
- type UserRejectFriendRequestBadRequest
- type UserRejectFriendRequestForbidden
- type UserRejectFriendRequestInternalServerError
- type UserRejectFriendRequestNoContent
- type UserRejectFriendRequestNotFound
- type UserRejectFriendRequestParams
- func NewUserRejectFriendRequestParams() *UserRejectFriendRequestParams
- func NewUserRejectFriendRequestParamsWithContext(ctx context.Context) *UserRejectFriendRequestParams
- func NewUserRejectFriendRequestParamsWithHTTPClient(client *http.Client) *UserRejectFriendRequestParams
- func NewUserRejectFriendRequestParamsWithTimeout(timeout time.Duration) *UserRejectFriendRequestParams
- func (o *UserRejectFriendRequestParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UserRejectFriendRequestParams) SetBody(body *lobbyclientmodels.ModelUserRejectFriendRequest)
- func (o *UserRejectFriendRequestParams) SetContext(ctx context.Context)
- func (o *UserRejectFriendRequestParams) SetHTTPClient(client *http.Client)
- func (o *UserRejectFriendRequestParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UserRejectFriendRequestParams) SetNamespace(namespace string)
- func (o *UserRejectFriendRequestParams) SetTimeout(timeout time.Duration)
- func (o *UserRejectFriendRequestParams) WithBody(body *lobbyclientmodels.ModelUserRejectFriendRequest) *UserRejectFriendRequestParams
- func (o *UserRejectFriendRequestParams) WithContext(ctx context.Context) *UserRejectFriendRequestParams
- func (o *UserRejectFriendRequestParams) WithHTTPClient(client *http.Client) *UserRejectFriendRequestParams
- func (o *UserRejectFriendRequestParams) WithNamespace(namespace string) *UserRejectFriendRequestParams
- func (o *UserRejectFriendRequestParams) WithTimeout(timeout time.Duration) *UserRejectFriendRequestParams
- func (o *UserRejectFriendRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserRejectFriendRequestReader
- type UserRejectFriendRequestUnauthorized
- type UserRequestFriendBadRequest
- type UserRequestFriendCreated
- type UserRequestFriendForbidden
- type UserRequestFriendInternalServerError
- type UserRequestFriendNotFound
- type UserRequestFriendParams
- func NewUserRequestFriendParams() *UserRequestFriendParams
- func NewUserRequestFriendParamsWithContext(ctx context.Context) *UserRequestFriendParams
- func NewUserRequestFriendParamsWithHTTPClient(client *http.Client) *UserRequestFriendParams
- func NewUserRequestFriendParamsWithTimeout(timeout time.Duration) *UserRequestFriendParams
- func (o *UserRequestFriendParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UserRequestFriendParams) SetBody(body *lobbyclientmodels.ModelUserRequestFriendRequest)
- func (o *UserRequestFriendParams) SetContext(ctx context.Context)
- func (o *UserRequestFriendParams) SetHTTPClient(client *http.Client)
- func (o *UserRequestFriendParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UserRequestFriendParams) SetNamespace(namespace string)
- func (o *UserRequestFriendParams) SetTimeout(timeout time.Duration)
- func (o *UserRequestFriendParams) WithBody(body *lobbyclientmodels.ModelUserRequestFriendRequest) *UserRequestFriendParams
- func (o *UserRequestFriendParams) WithContext(ctx context.Context) *UserRequestFriendParams
- func (o *UserRequestFriendParams) WithHTTPClient(client *http.Client) *UserRequestFriendParams
- func (o *UserRequestFriendParams) WithNamespace(namespace string) *UserRequestFriendParams
- func (o *UserRequestFriendParams) WithTimeout(timeout time.Duration) *UserRequestFriendParams
- func (o *UserRequestFriendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserRequestFriendReader
- type UserRequestFriendUnauthorized
- type UserRequestFriendUnprocessableEntity
- type UserUnfriendRequestBadRequest
- type UserUnfriendRequestForbidden
- type UserUnfriendRequestInternalServerError
- type UserUnfriendRequestNoContent
- type UserUnfriendRequestNotFound
- type UserUnfriendRequestParams
- func NewUserUnfriendRequestParams() *UserUnfriendRequestParams
- func NewUserUnfriendRequestParamsWithContext(ctx context.Context) *UserUnfriendRequestParams
- func NewUserUnfriendRequestParamsWithHTTPClient(client *http.Client) *UserUnfriendRequestParams
- func NewUserUnfriendRequestParamsWithTimeout(timeout time.Duration) *UserUnfriendRequestParams
- func (o *UserUnfriendRequestParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UserUnfriendRequestParams) SetBody(body *lobbyclientmodels.ModelUserUnfriendRequest)
- func (o *UserUnfriendRequestParams) SetContext(ctx context.Context)
- func (o *UserUnfriendRequestParams) SetHTTPClient(client *http.Client)
- func (o *UserUnfriendRequestParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UserUnfriendRequestParams) SetNamespace(namespace string)
- func (o *UserUnfriendRequestParams) SetTimeout(timeout time.Duration)
- func (o *UserUnfriendRequestParams) WithBody(body *lobbyclientmodels.ModelUserUnfriendRequest) *UserUnfriendRequestParams
- func (o *UserUnfriendRequestParams) WithContext(ctx context.Context) *UserUnfriendRequestParams
- func (o *UserUnfriendRequestParams) WithHTTPClient(client *http.Client) *UserUnfriendRequestParams
- func (o *UserUnfriendRequestParams) WithNamespace(namespace string) *UserUnfriendRequestParams
- func (o *UserUnfriendRequestParams) WithTimeout(timeout time.Duration) *UserUnfriendRequestParams
- func (o *UserUnfriendRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserUnfriendRequestReader
- type UserUnfriendRequestUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddFriendsWithoutConfirmationBadRequest ¶
type AddFriendsWithoutConfirmationBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
AddFriendsWithoutConfirmationBadRequest handles this case with default header values.
Bad Request
func NewAddFriendsWithoutConfirmationBadRequest ¶
func NewAddFriendsWithoutConfirmationBadRequest() *AddFriendsWithoutConfirmationBadRequest
NewAddFriendsWithoutConfirmationBadRequest creates a AddFriendsWithoutConfirmationBadRequest with default headers values
func (*AddFriendsWithoutConfirmationBadRequest) Error ¶
func (o *AddFriendsWithoutConfirmationBadRequest) Error() string
func (*AddFriendsWithoutConfirmationBadRequest) GetPayload ¶
func (o *AddFriendsWithoutConfirmationBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type AddFriendsWithoutConfirmationForbidden ¶
type AddFriendsWithoutConfirmationForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
AddFriendsWithoutConfirmationForbidden handles this case with default header values.
Forbidden
func NewAddFriendsWithoutConfirmationForbidden ¶
func NewAddFriendsWithoutConfirmationForbidden() *AddFriendsWithoutConfirmationForbidden
NewAddFriendsWithoutConfirmationForbidden creates a AddFriendsWithoutConfirmationForbidden with default headers values
func (*AddFriendsWithoutConfirmationForbidden) Error ¶
func (o *AddFriendsWithoutConfirmationForbidden) Error() string
func (*AddFriendsWithoutConfirmationForbidden) GetPayload ¶
func (o *AddFriendsWithoutConfirmationForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type AddFriendsWithoutConfirmationInternalServerError ¶
type AddFriendsWithoutConfirmationInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
AddFriendsWithoutConfirmationInternalServerError handles this case with default header values.
Internal Server Error
func NewAddFriendsWithoutConfirmationInternalServerError ¶
func NewAddFriendsWithoutConfirmationInternalServerError() *AddFriendsWithoutConfirmationInternalServerError
NewAddFriendsWithoutConfirmationInternalServerError creates a AddFriendsWithoutConfirmationInternalServerError with default headers values
func (*AddFriendsWithoutConfirmationInternalServerError) Error ¶
func (o *AddFriendsWithoutConfirmationInternalServerError) Error() string
func (*AddFriendsWithoutConfirmationInternalServerError) GetPayload ¶
func (o *AddFriendsWithoutConfirmationInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type AddFriendsWithoutConfirmationNoContent ¶
type AddFriendsWithoutConfirmationNoContent struct { }
AddFriendsWithoutConfirmationNoContent handles this case with default header values.
AddFriendsWithoutConfirmationNoContent add friends without confirmation no content
func NewAddFriendsWithoutConfirmationNoContent ¶
func NewAddFriendsWithoutConfirmationNoContent() *AddFriendsWithoutConfirmationNoContent
NewAddFriendsWithoutConfirmationNoContent creates a AddFriendsWithoutConfirmationNoContent with default headers values
func (*AddFriendsWithoutConfirmationNoContent) Error ¶
func (o *AddFriendsWithoutConfirmationNoContent) Error() string
type AddFriendsWithoutConfirmationParams ¶
type AddFriendsWithoutConfirmationParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body friends request content */ Body *lobbyclientmodels.ModelBulkAddFriendsRequest /*Namespace namespace */ Namespace string /*UserID user ID */ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddFriendsWithoutConfirmationParams contains all the parameters to send to the API endpoint for the add friends without confirmation operation typically these are written to a http.Request
func NewAddFriendsWithoutConfirmationParams ¶
func NewAddFriendsWithoutConfirmationParams() *AddFriendsWithoutConfirmationParams
NewAddFriendsWithoutConfirmationParams creates a new AddFriendsWithoutConfirmationParams object with the default values initialized.
func NewAddFriendsWithoutConfirmationParamsWithContext ¶
func NewAddFriendsWithoutConfirmationParamsWithContext(ctx context.Context) *AddFriendsWithoutConfirmationParams
NewAddFriendsWithoutConfirmationParamsWithContext creates a new AddFriendsWithoutConfirmationParams object with the default values initialized, and the ability to set a context for a request
func NewAddFriendsWithoutConfirmationParamsWithHTTPClient ¶
func NewAddFriendsWithoutConfirmationParamsWithHTTPClient(client *http.Client) *AddFriendsWithoutConfirmationParams
NewAddFriendsWithoutConfirmationParamsWithHTTPClient creates a new AddFriendsWithoutConfirmationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddFriendsWithoutConfirmationParamsWithTimeout ¶
func NewAddFriendsWithoutConfirmationParamsWithTimeout(timeout time.Duration) *AddFriendsWithoutConfirmationParams
NewAddFriendsWithoutConfirmationParamsWithTimeout creates a new AddFriendsWithoutConfirmationParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddFriendsWithoutConfirmationParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *AddFriendsWithoutConfirmationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) SetBody ¶
func (o *AddFriendsWithoutConfirmationParams) SetBody(body *lobbyclientmodels.ModelBulkAddFriendsRequest)
SetBody adds the body to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) SetContext ¶
func (o *AddFriendsWithoutConfirmationParams) SetContext(ctx context.Context)
SetContext adds the context to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) SetHTTPClient ¶
func (o *AddFriendsWithoutConfirmationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *AddFriendsWithoutConfirmationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) SetNamespace ¶
func (o *AddFriendsWithoutConfirmationParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) SetTimeout ¶
func (o *AddFriendsWithoutConfirmationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) SetUserID ¶
func (o *AddFriendsWithoutConfirmationParams) SetUserID(userID string)
SetUserID adds the userId to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) WithBody ¶
func (o *AddFriendsWithoutConfirmationParams) WithBody(body *lobbyclientmodels.ModelBulkAddFriendsRequest) *AddFriendsWithoutConfirmationParams
WithBody adds the body to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) WithContext ¶
func (o *AddFriendsWithoutConfirmationParams) WithContext(ctx context.Context) *AddFriendsWithoutConfirmationParams
WithContext adds the context to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) WithHTTPClient ¶
func (o *AddFriendsWithoutConfirmationParams) WithHTTPClient(client *http.Client) *AddFriendsWithoutConfirmationParams
WithHTTPClient adds the HTTPClient to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) WithNamespace ¶
func (o *AddFriendsWithoutConfirmationParams) WithNamespace(namespace string) *AddFriendsWithoutConfirmationParams
WithNamespace adds the namespace to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) WithTimeout ¶
func (o *AddFriendsWithoutConfirmationParams) WithTimeout(timeout time.Duration) *AddFriendsWithoutConfirmationParams
WithTimeout adds the timeout to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) WithUserID ¶
func (o *AddFriendsWithoutConfirmationParams) WithUserID(userID string) *AddFriendsWithoutConfirmationParams
WithUserID adds the userID to the add friends without confirmation params
func (*AddFriendsWithoutConfirmationParams) WriteToRequest ¶
func (o *AddFriendsWithoutConfirmationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddFriendsWithoutConfirmationReader ¶
type AddFriendsWithoutConfirmationReader struct {
// contains filtered or unexported fields
}
AddFriendsWithoutConfirmationReader is a Reader for the AddFriendsWithoutConfirmation structure.
func (*AddFriendsWithoutConfirmationReader) ReadResponse ¶
func (o *AddFriendsWithoutConfirmationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddFriendsWithoutConfirmationUnauthorized ¶
type AddFriendsWithoutConfirmationUnauthorized struct {
}AddFriendsWithoutConfirmationUnauthorized handles this case with default header values.
Unauthorized
func NewAddFriendsWithoutConfirmationUnauthorized ¶
func NewAddFriendsWithoutConfirmationUnauthorized() *AddFriendsWithoutConfirmationUnauthorized
NewAddFriendsWithoutConfirmationUnauthorized creates a AddFriendsWithoutConfirmationUnauthorized with default headers values
func (*AddFriendsWithoutConfirmationUnauthorized) Error ¶
func (o *AddFriendsWithoutConfirmationUnauthorized) Error() string
func (*AddFriendsWithoutConfirmationUnauthorized) GetPayload ¶
func (o *AddFriendsWithoutConfirmationUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for friends API
func (*Client) AddFriendsWithoutConfirmation ¶
func (a *Client) AddFriendsWithoutConfirmation(params *AddFriendsWithoutConfirmationParams, authInfo runtime.ClientAuthInfoWriter) (*AddFriendsWithoutConfirmationNoContent, *AddFriendsWithoutConfirmationBadRequest, *AddFriendsWithoutConfirmationUnauthorized, *AddFriendsWithoutConfirmationForbidden, *AddFriendsWithoutConfirmationInternalServerError, error)
AddFriendsWithoutConfirmation adds friends without confirmation Required permission : <code>NAMESPACE:{namespace}:USER:{userId}:FRIENDS [CREATE]</code> with scope <code>social</code> <br>friends request in a namespace.
func (*Client) AddFriendsWithoutConfirmationShort ¶ added in v0.8.0
func (a *Client) AddFriendsWithoutConfirmationShort(params *AddFriendsWithoutConfirmationParams, authInfo runtime.ClientAuthInfoWriter) (*AddFriendsWithoutConfirmationNoContent, error)
func (*Client) GetListOfFriends ¶
func (a *Client) GetListOfFriends(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, *GetListOfFriendsBadRequest, *GetListOfFriendsUnauthorized, *GetListOfFriendsForbidden, *GetListOfFriendsInternalServerError, error)
GetListOfFriends gets list of friends Required permission : <code>NAMESPACE:{namespace}:USER:{userId}:FRIENDS [READ]</code> with scope <code>social</code>
<br>get list of friends in a namespace.
func (*Client) GetListOfFriendsShort ¶ added in v0.8.0
func (a *Client) GetListOfFriendsShort(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, error)
func (*Client) GetUserFriendsUpdated ¶ added in v0.8.0
func (a *Client) GetUserFriendsUpdated(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, *GetUserFriendsUpdatedBadRequest, *GetUserFriendsUpdatedUnauthorized, *GetUserFriendsUpdatedForbidden, *GetUserFriendsUpdatedNotFound, *GetUserFriendsUpdatedInternalServerError, error)
GetUserFriendsUpdated gets list of friends
func (*Client) GetUserFriendsUpdatedShort ¶ added in v0.8.0
func (a *Client) GetUserFriendsUpdatedShort(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, error)
func (*Client) GetUserIncomingFriends ¶ added in v0.2.0
func (a *Client) GetUserIncomingFriends(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, *GetUserIncomingFriendsBadRequest, *GetUserIncomingFriendsUnauthorized, *GetUserIncomingFriendsForbidden, *GetUserIncomingFriendsNotFound, *GetUserIncomingFriendsInternalServerError, error)
GetUserIncomingFriends gets list of incoming friends
func (*Client) GetUserIncomingFriendsShort ¶ added in v0.8.0
func (a *Client) GetUserIncomingFriendsShort(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, error)
func (*Client) GetUserOutgoingFriends ¶ added in v0.2.0
func (a *Client) GetUserOutgoingFriends(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, *GetUserOutgoingFriendsBadRequest, *GetUserOutgoingFriendsUnauthorized, *GetUserOutgoingFriendsForbidden, *GetUserOutgoingFriendsNotFound, *GetUserOutgoingFriendsInternalServerError, error)
GetUserOutgoingFriends gets list of outgoing friends
func (*Client) GetUserOutgoingFriendsShort ¶ added in v0.8.0
func (a *Client) GetUserOutgoingFriendsShort(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, error)
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UserAcceptFriendRequest ¶ added in v0.2.0
func (a *Client) UserAcceptFriendRequest(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, *UserAcceptFriendRequestBadRequest, *UserAcceptFriendRequestUnauthorized, *UserAcceptFriendRequestForbidden, *UserAcceptFriendRequestNotFound, *UserAcceptFriendRequestInternalServerError, error)
UserAcceptFriendRequest users accept friend
func (*Client) UserAcceptFriendRequestShort ¶ added in v0.8.0
func (a *Client) UserAcceptFriendRequestShort(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, error)
func (*Client) UserCancelFriendRequest ¶ added in v0.2.0
func (a *Client) UserCancelFriendRequest(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, *UserCancelFriendRequestBadRequest, *UserCancelFriendRequestUnauthorized, *UserCancelFriendRequestForbidden, *UserCancelFriendRequestNotFound, *UserCancelFriendRequestInternalServerError, error)
UserCancelFriendRequest users cancel a friend request
func (*Client) UserCancelFriendRequestShort ¶ added in v0.8.0
func (a *Client) UserCancelFriendRequestShort(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, error)
func (*Client) UserGetFriendshipStatus ¶ added in v0.2.0
func (a *Client) UserGetFriendshipStatus(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, *UserGetFriendshipStatusBadRequest, *UserGetFriendshipStatusUnauthorized, *UserGetFriendshipStatusForbidden, *UserGetFriendshipStatusInternalServerError, error)
UserGetFriendshipStatus users get friendship status
func (*Client) UserGetFriendshipStatusShort ¶ added in v0.8.0
func (a *Client) UserGetFriendshipStatusShort(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, error)
func (*Client) UserRejectFriendRequest ¶ added in v0.2.0
func (a *Client) UserRejectFriendRequest(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, *UserRejectFriendRequestBadRequest, *UserRejectFriendRequestUnauthorized, *UserRejectFriendRequestForbidden, *UserRejectFriendRequestNotFound, *UserRejectFriendRequestInternalServerError, error)
UserRejectFriendRequest users reject a friend request
func (*Client) UserRejectFriendRequestShort ¶ added in v0.8.0
func (a *Client) UserRejectFriendRequestShort(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, error)
func (*Client) UserRequestFriend ¶ added in v0.2.0
func (a *Client) UserRequestFriend(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, *UserRequestFriendBadRequest, *UserRequestFriendUnauthorized, *UserRequestFriendForbidden, *UserRequestFriendNotFound, *UserRequestFriendUnprocessableEntity, *UserRequestFriendInternalServerError, error)
UserRequestFriend users add friend
Client should provide either friendID or friendPublicID. If both are provided, friendID will be chosen to be used.
func (*Client) UserRequestFriendShort ¶ added in v0.8.0
func (a *Client) UserRequestFriendShort(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, error)
func (*Client) UserUnfriendRequest ¶ added in v0.2.0
func (a *Client) UserUnfriendRequest(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, *UserUnfriendRequestBadRequest, *UserUnfriendRequestUnauthorized, *UserUnfriendRequestForbidden, *UserUnfriendRequestNotFound, *UserUnfriendRequestInternalServerError, error)
UserUnfriendRequest users unfriend a friend
func (*Client) UserUnfriendRequestShort ¶ added in v0.8.0
func (a *Client) UserUnfriendRequestShort(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, error)
type ClientService ¶
type ClientService interface { AddFriendsWithoutConfirmation(params *AddFriendsWithoutConfirmationParams, authInfo runtime.ClientAuthInfoWriter) (*AddFriendsWithoutConfirmationNoContent, *AddFriendsWithoutConfirmationBadRequest, *AddFriendsWithoutConfirmationUnauthorized, *AddFriendsWithoutConfirmationForbidden, *AddFriendsWithoutConfirmationInternalServerError, error) AddFriendsWithoutConfirmationShort(params *AddFriendsWithoutConfirmationParams, authInfo runtime.ClientAuthInfoWriter) (*AddFriendsWithoutConfirmationNoContent, error) GetListOfFriends(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, *GetListOfFriendsBadRequest, *GetListOfFriendsUnauthorized, *GetListOfFriendsForbidden, *GetListOfFriendsInternalServerError, error) GetListOfFriendsShort(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, error) GetUserFriendsUpdated(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, *GetUserFriendsUpdatedBadRequest, *GetUserFriendsUpdatedUnauthorized, *GetUserFriendsUpdatedForbidden, *GetUserFriendsUpdatedNotFound, *GetUserFriendsUpdatedInternalServerError, error) GetUserFriendsUpdatedShort(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, error) GetUserIncomingFriends(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, *GetUserIncomingFriendsBadRequest, *GetUserIncomingFriendsUnauthorized, *GetUserIncomingFriendsForbidden, *GetUserIncomingFriendsNotFound, *GetUserIncomingFriendsInternalServerError, error) GetUserIncomingFriendsShort(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, error) GetUserOutgoingFriends(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, *GetUserOutgoingFriendsBadRequest, *GetUserOutgoingFriendsUnauthorized, *GetUserOutgoingFriendsForbidden, *GetUserOutgoingFriendsNotFound, *GetUserOutgoingFriendsInternalServerError, error) GetUserOutgoingFriendsShort(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, error) UserAcceptFriendRequest(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, *UserAcceptFriendRequestBadRequest, *UserAcceptFriendRequestUnauthorized, *UserAcceptFriendRequestForbidden, *UserAcceptFriendRequestNotFound, *UserAcceptFriendRequestInternalServerError, error) UserAcceptFriendRequestShort(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, error) UserCancelFriendRequest(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, *UserCancelFriendRequestBadRequest, *UserCancelFriendRequestUnauthorized, *UserCancelFriendRequestForbidden, *UserCancelFriendRequestNotFound, *UserCancelFriendRequestInternalServerError, error) UserCancelFriendRequestShort(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, error) UserGetFriendshipStatus(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, *UserGetFriendshipStatusBadRequest, *UserGetFriendshipStatusUnauthorized, *UserGetFriendshipStatusForbidden, *UserGetFriendshipStatusInternalServerError, error) UserGetFriendshipStatusShort(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, error) UserRejectFriendRequest(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, *UserRejectFriendRequestBadRequest, *UserRejectFriendRequestUnauthorized, *UserRejectFriendRequestForbidden, *UserRejectFriendRequestNotFound, *UserRejectFriendRequestInternalServerError, error) UserRejectFriendRequestShort(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, error) UserRequestFriend(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, *UserRequestFriendBadRequest, *UserRequestFriendUnauthorized, *UserRequestFriendForbidden, *UserRequestFriendNotFound, *UserRequestFriendUnprocessableEntity, *UserRequestFriendInternalServerError, error) UserRequestFriendShort(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, error) UserUnfriendRequest(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, *UserUnfriendRequestBadRequest, *UserUnfriendRequestUnauthorized, *UserUnfriendRequestForbidden, *UserUnfriendRequestNotFound, *UserUnfriendRequestInternalServerError, error) UserUnfriendRequestShort(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new friends API client.
type GetListOfFriendsBadRequest ¶
type GetListOfFriendsBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseBody
}
GetListOfFriendsBadRequest handles this case with default header values.
Bad Request
func NewGetListOfFriendsBadRequest ¶
func NewGetListOfFriendsBadRequest() *GetListOfFriendsBadRequest
NewGetListOfFriendsBadRequest creates a GetListOfFriendsBadRequest with default headers values
func (*GetListOfFriendsBadRequest) Error ¶
func (o *GetListOfFriendsBadRequest) Error() string
func (*GetListOfFriendsBadRequest) GetPayload ¶
func (o *GetListOfFriendsBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseBody
type GetListOfFriendsForbidden ¶
type GetListOfFriendsForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseBody
}
GetListOfFriendsForbidden handles this case with default header values.
Forbidden
func NewGetListOfFriendsForbidden ¶
func NewGetListOfFriendsForbidden() *GetListOfFriendsForbidden
NewGetListOfFriendsForbidden creates a GetListOfFriendsForbidden with default headers values
func (*GetListOfFriendsForbidden) Error ¶
func (o *GetListOfFriendsForbidden) Error() string
func (*GetListOfFriendsForbidden) GetPayload ¶
func (o *GetListOfFriendsForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseBody
type GetListOfFriendsInternalServerError ¶
type GetListOfFriendsInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseBody
}
GetListOfFriendsInternalServerError handles this case with default header values.
Internal Server Error
func NewGetListOfFriendsInternalServerError ¶
func NewGetListOfFriendsInternalServerError() *GetListOfFriendsInternalServerError
NewGetListOfFriendsInternalServerError creates a GetListOfFriendsInternalServerError with default headers values
func (*GetListOfFriendsInternalServerError) Error ¶
func (o *GetListOfFriendsInternalServerError) Error() string
func (*GetListOfFriendsInternalServerError) GetPayload ¶
func (o *GetListOfFriendsInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseBody
type GetListOfFriendsOK ¶
type GetListOfFriendsOK struct {
Payload *lobbyclientmodels.ModelGetFriendsResponse
}
GetListOfFriendsOK handles this case with default header values.
GetListOfFriendsOK get list of friends o k
func NewGetListOfFriendsOK ¶
func NewGetListOfFriendsOK() *GetListOfFriendsOK
NewGetListOfFriendsOK creates a GetListOfFriendsOK with default headers values
func (*GetListOfFriendsOK) Error ¶
func (o *GetListOfFriendsOK) Error() string
func (*GetListOfFriendsOK) GetPayload ¶
func (o *GetListOfFriendsOK) GetPayload() *lobbyclientmodels.ModelGetFriendsResponse
type GetListOfFriendsParams ¶
type GetListOfFriendsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Limit maximum number of data */ Limit *int64 /*Namespace namespace */ Namespace string /*Offset numbers of row to skip within the result */ Offset *int64 /*UserID user ID */ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetListOfFriendsParams contains all the parameters to send to the API endpoint for the get list of friends operation typically these are written to a http.Request
func NewGetListOfFriendsParams ¶
func NewGetListOfFriendsParams() *GetListOfFriendsParams
NewGetListOfFriendsParams creates a new GetListOfFriendsParams object with the default values initialized.
func NewGetListOfFriendsParamsWithContext ¶
func NewGetListOfFriendsParamsWithContext(ctx context.Context) *GetListOfFriendsParams
NewGetListOfFriendsParamsWithContext creates a new GetListOfFriendsParams object with the default values initialized, and the ability to set a context for a request
func NewGetListOfFriendsParamsWithHTTPClient ¶
func NewGetListOfFriendsParamsWithHTTPClient(client *http.Client) *GetListOfFriendsParams
NewGetListOfFriendsParamsWithHTTPClient creates a new GetListOfFriendsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetListOfFriendsParamsWithTimeout ¶
func NewGetListOfFriendsParamsWithTimeout(timeout time.Duration) *GetListOfFriendsParams
NewGetListOfFriendsParamsWithTimeout creates a new GetListOfFriendsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetListOfFriendsParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetListOfFriendsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get list of friends params
func (*GetListOfFriendsParams) SetContext ¶
func (o *GetListOfFriendsParams) SetContext(ctx context.Context)
SetContext adds the context to the get list of friends params
func (*GetListOfFriendsParams) SetHTTPClient ¶
func (o *GetListOfFriendsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get list of friends params
func (*GetListOfFriendsParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetListOfFriendsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get list of friends params
func (*GetListOfFriendsParams) SetLimit ¶
func (o *GetListOfFriendsParams) SetLimit(limit *int64)
SetLimit adds the limit to the get list of friends params
func (*GetListOfFriendsParams) SetNamespace ¶
func (o *GetListOfFriendsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get list of friends params
func (*GetListOfFriendsParams) SetOffset ¶
func (o *GetListOfFriendsParams) SetOffset(offset *int64)
SetOffset adds the offset to the get list of friends params
func (*GetListOfFriendsParams) SetTimeout ¶
func (o *GetListOfFriendsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get list of friends params
func (*GetListOfFriendsParams) SetUserID ¶
func (o *GetListOfFriendsParams) SetUserID(userID string)
SetUserID adds the userId to the get list of friends params
func (*GetListOfFriendsParams) WithContext ¶
func (o *GetListOfFriendsParams) WithContext(ctx context.Context) *GetListOfFriendsParams
WithContext adds the context to the get list of friends params
func (*GetListOfFriendsParams) WithHTTPClient ¶
func (o *GetListOfFriendsParams) WithHTTPClient(client *http.Client) *GetListOfFriendsParams
WithHTTPClient adds the HTTPClient to the get list of friends params
func (*GetListOfFriendsParams) WithLimit ¶
func (o *GetListOfFriendsParams) WithLimit(limit *int64) *GetListOfFriendsParams
WithLimit adds the limit to the get list of friends params
func (*GetListOfFriendsParams) WithNamespace ¶
func (o *GetListOfFriendsParams) WithNamespace(namespace string) *GetListOfFriendsParams
WithNamespace adds the namespace to the get list of friends params
func (*GetListOfFriendsParams) WithOffset ¶
func (o *GetListOfFriendsParams) WithOffset(offset *int64) *GetListOfFriendsParams
WithOffset adds the offset to the get list of friends params
func (*GetListOfFriendsParams) WithTimeout ¶
func (o *GetListOfFriendsParams) WithTimeout(timeout time.Duration) *GetListOfFriendsParams
WithTimeout adds the timeout to the get list of friends params
func (*GetListOfFriendsParams) WithUserID ¶
func (o *GetListOfFriendsParams) WithUserID(userID string) *GetListOfFriendsParams
WithUserID adds the userID to the get list of friends params
func (*GetListOfFriendsParams) WriteToRequest ¶
func (o *GetListOfFriendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetListOfFriendsReader ¶
type GetListOfFriendsReader struct {
// contains filtered or unexported fields
}
GetListOfFriendsReader is a Reader for the GetListOfFriends structure.
func (*GetListOfFriendsReader) ReadResponse ¶
func (o *GetListOfFriendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetListOfFriendsUnauthorized ¶
type GetListOfFriendsUnauthorized struct {
}GetListOfFriendsUnauthorized handles this case with default header values.
Unauthorized
func NewGetListOfFriendsUnauthorized ¶
func NewGetListOfFriendsUnauthorized() *GetListOfFriendsUnauthorized
NewGetListOfFriendsUnauthorized creates a GetListOfFriendsUnauthorized with default headers values
func (*GetListOfFriendsUnauthorized) Error ¶
func (o *GetListOfFriendsUnauthorized) Error() string
func (*GetListOfFriendsUnauthorized) GetPayload ¶
func (o *GetListOfFriendsUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseBody
type GetUserFriendsUpdatedBadRequest ¶ added in v0.8.0
type GetUserFriendsUpdatedBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserFriendsUpdatedBadRequest handles this case with default header values.
Bad Request
func NewGetUserFriendsUpdatedBadRequest ¶ added in v0.8.0
func NewGetUserFriendsUpdatedBadRequest() *GetUserFriendsUpdatedBadRequest
NewGetUserFriendsUpdatedBadRequest creates a GetUserFriendsUpdatedBadRequest with default headers values
func (*GetUserFriendsUpdatedBadRequest) Error ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedBadRequest) Error() string
func (*GetUserFriendsUpdatedBadRequest) GetPayload ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserFriendsUpdatedForbidden ¶ added in v0.8.0
type GetUserFriendsUpdatedForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserFriendsUpdatedForbidden handles this case with default header values.
Forbidden
func NewGetUserFriendsUpdatedForbidden ¶ added in v0.8.0
func NewGetUserFriendsUpdatedForbidden() *GetUserFriendsUpdatedForbidden
NewGetUserFriendsUpdatedForbidden creates a GetUserFriendsUpdatedForbidden with default headers values
func (*GetUserFriendsUpdatedForbidden) Error ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedForbidden) Error() string
func (*GetUserFriendsUpdatedForbidden) GetPayload ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserFriendsUpdatedInternalServerError ¶ added in v0.8.0
type GetUserFriendsUpdatedInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserFriendsUpdatedInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUserFriendsUpdatedInternalServerError ¶ added in v0.8.0
func NewGetUserFriendsUpdatedInternalServerError() *GetUserFriendsUpdatedInternalServerError
NewGetUserFriendsUpdatedInternalServerError creates a GetUserFriendsUpdatedInternalServerError with default headers values
func (*GetUserFriendsUpdatedInternalServerError) Error ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedInternalServerError) Error() string
func (*GetUserFriendsUpdatedInternalServerError) GetPayload ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserFriendsUpdatedNotFound ¶ added in v0.8.0
type GetUserFriendsUpdatedNotFound struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserFriendsUpdatedNotFound handles this case with default header values.
Not Found
func NewGetUserFriendsUpdatedNotFound ¶ added in v0.8.0
func NewGetUserFriendsUpdatedNotFound() *GetUserFriendsUpdatedNotFound
NewGetUserFriendsUpdatedNotFound creates a GetUserFriendsUpdatedNotFound with default headers values
func (*GetUserFriendsUpdatedNotFound) Error ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedNotFound) Error() string
func (*GetUserFriendsUpdatedNotFound) GetPayload ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedNotFound) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserFriendsUpdatedOK ¶ added in v0.8.0
type GetUserFriendsUpdatedOK struct {
Payload []*lobbyclientmodels.ModelGetUserFriendsResponse
}
GetUserFriendsUpdatedOK handles this case with default header values.
OK
func NewGetUserFriendsUpdatedOK ¶ added in v0.8.0
func NewGetUserFriendsUpdatedOK() *GetUserFriendsUpdatedOK
NewGetUserFriendsUpdatedOK creates a GetUserFriendsUpdatedOK with default headers values
func (*GetUserFriendsUpdatedOK) Error ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedOK) Error() string
func (*GetUserFriendsUpdatedOK) GetPayload ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedOK) GetPayload() []*lobbyclientmodels.ModelGetUserFriendsResponse
type GetUserFriendsUpdatedParams ¶ added in v0.8.0
type GetUserFriendsUpdatedParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Limit maximum number of data */ Limit *int64 /*Namespace namespace */ Namespace string /*Offset numbers of row to skip within the result */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUserFriendsUpdatedParams contains all the parameters to send to the API endpoint for the get user friends updated operation typically these are written to a http.Request
func NewGetUserFriendsUpdatedParams ¶ added in v0.8.0
func NewGetUserFriendsUpdatedParams() *GetUserFriendsUpdatedParams
NewGetUserFriendsUpdatedParams creates a new GetUserFriendsUpdatedParams object with the default values initialized.
func NewGetUserFriendsUpdatedParamsWithContext ¶ added in v0.8.0
func NewGetUserFriendsUpdatedParamsWithContext(ctx context.Context) *GetUserFriendsUpdatedParams
NewGetUserFriendsUpdatedParamsWithContext creates a new GetUserFriendsUpdatedParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserFriendsUpdatedParamsWithHTTPClient ¶ added in v0.8.0
func NewGetUserFriendsUpdatedParamsWithHTTPClient(client *http.Client) *GetUserFriendsUpdatedParams
NewGetUserFriendsUpdatedParamsWithHTTPClient creates a new GetUserFriendsUpdatedParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserFriendsUpdatedParamsWithTimeout ¶ added in v0.8.0
func NewGetUserFriendsUpdatedParamsWithTimeout(timeout time.Duration) *GetUserFriendsUpdatedParams
NewGetUserFriendsUpdatedParamsWithTimeout creates a new GetUserFriendsUpdatedParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserFriendsUpdatedParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetUserFriendsUpdatedParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get user friends updated params
func (*GetUserFriendsUpdatedParams) SetContext ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) SetContext(ctx context.Context)
SetContext adds the context to the get user friends updated params
func (*GetUserFriendsUpdatedParams) SetHTTPClient ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user friends updated params
func (*GetUserFriendsUpdatedParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetUserFriendsUpdatedParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get user friends updated params
func (*GetUserFriendsUpdatedParams) SetLimit ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) SetLimit(limit *int64)
SetLimit adds the limit to the get user friends updated params
func (*GetUserFriendsUpdatedParams) SetNamespace ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get user friends updated params
func (*GetUserFriendsUpdatedParams) SetOffset ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) SetOffset(offset *int64)
SetOffset adds the offset to the get user friends updated params
func (*GetUserFriendsUpdatedParams) SetTimeout ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user friends updated params
func (*GetUserFriendsUpdatedParams) WithContext ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) WithContext(ctx context.Context) *GetUserFriendsUpdatedParams
WithContext adds the context to the get user friends updated params
func (*GetUserFriendsUpdatedParams) WithHTTPClient ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) WithHTTPClient(client *http.Client) *GetUserFriendsUpdatedParams
WithHTTPClient adds the HTTPClient to the get user friends updated params
func (*GetUserFriendsUpdatedParams) WithLimit ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) WithLimit(limit *int64) *GetUserFriendsUpdatedParams
WithLimit adds the limit to the get user friends updated params
func (*GetUserFriendsUpdatedParams) WithNamespace ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) WithNamespace(namespace string) *GetUserFriendsUpdatedParams
WithNamespace adds the namespace to the get user friends updated params
func (*GetUserFriendsUpdatedParams) WithOffset ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) WithOffset(offset *int64) *GetUserFriendsUpdatedParams
WithOffset adds the offset to the get user friends updated params
func (*GetUserFriendsUpdatedParams) WithTimeout ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) WithTimeout(timeout time.Duration) *GetUserFriendsUpdatedParams
WithTimeout adds the timeout to the get user friends updated params
func (*GetUserFriendsUpdatedParams) WriteToRequest ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserFriendsUpdatedReader ¶ added in v0.8.0
type GetUserFriendsUpdatedReader struct {
// contains filtered or unexported fields
}
GetUserFriendsUpdatedReader is a Reader for the GetUserFriendsUpdated structure.
func (*GetUserFriendsUpdatedReader) ReadResponse ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserFriendsUpdatedUnauthorized ¶ added in v0.8.0
type GetUserFriendsUpdatedUnauthorized struct {
}GetUserFriendsUpdatedUnauthorized handles this case with default header values.
Unauthorized
func NewGetUserFriendsUpdatedUnauthorized ¶ added in v0.8.0
func NewGetUserFriendsUpdatedUnauthorized() *GetUserFriendsUpdatedUnauthorized
NewGetUserFriendsUpdatedUnauthorized creates a GetUserFriendsUpdatedUnauthorized with default headers values
func (*GetUserFriendsUpdatedUnauthorized) Error ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedUnauthorized) Error() string
func (*GetUserFriendsUpdatedUnauthorized) GetPayload ¶ added in v0.8.0
func (o *GetUserFriendsUpdatedUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserIncomingFriendsBadRequest ¶ added in v0.2.0
type GetUserIncomingFriendsBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserIncomingFriendsBadRequest handles this case with default header values.
Bad Request
func NewGetUserIncomingFriendsBadRequest ¶ added in v0.2.0
func NewGetUserIncomingFriendsBadRequest() *GetUserIncomingFriendsBadRequest
NewGetUserIncomingFriendsBadRequest creates a GetUserIncomingFriendsBadRequest with default headers values
func (*GetUserIncomingFriendsBadRequest) Error ¶ added in v0.2.0
func (o *GetUserIncomingFriendsBadRequest) Error() string
func (*GetUserIncomingFriendsBadRequest) GetPayload ¶ added in v0.2.0
func (o *GetUserIncomingFriendsBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserIncomingFriendsForbidden ¶ added in v0.2.0
type GetUserIncomingFriendsForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserIncomingFriendsForbidden handles this case with default header values.
Forbidden
func NewGetUserIncomingFriendsForbidden ¶ added in v0.2.0
func NewGetUserIncomingFriendsForbidden() *GetUserIncomingFriendsForbidden
NewGetUserIncomingFriendsForbidden creates a GetUserIncomingFriendsForbidden with default headers values
func (*GetUserIncomingFriendsForbidden) Error ¶ added in v0.2.0
func (o *GetUserIncomingFriendsForbidden) Error() string
func (*GetUserIncomingFriendsForbidden) GetPayload ¶ added in v0.2.0
func (o *GetUserIncomingFriendsForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserIncomingFriendsInternalServerError ¶ added in v0.2.0
type GetUserIncomingFriendsInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserIncomingFriendsInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUserIncomingFriendsInternalServerError ¶ added in v0.2.0
func NewGetUserIncomingFriendsInternalServerError() *GetUserIncomingFriendsInternalServerError
NewGetUserIncomingFriendsInternalServerError creates a GetUserIncomingFriendsInternalServerError with default headers values
func (*GetUserIncomingFriendsInternalServerError) Error ¶ added in v0.2.0
func (o *GetUserIncomingFriendsInternalServerError) Error() string
func (*GetUserIncomingFriendsInternalServerError) GetPayload ¶ added in v0.2.0
func (o *GetUserIncomingFriendsInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserIncomingFriendsNotFound ¶ added in v0.2.0
type GetUserIncomingFriendsNotFound struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserIncomingFriendsNotFound handles this case with default header values.
Not Found
func NewGetUserIncomingFriendsNotFound ¶ added in v0.2.0
func NewGetUserIncomingFriendsNotFound() *GetUserIncomingFriendsNotFound
NewGetUserIncomingFriendsNotFound creates a GetUserIncomingFriendsNotFound with default headers values
func (*GetUserIncomingFriendsNotFound) Error ¶ added in v0.2.0
func (o *GetUserIncomingFriendsNotFound) Error() string
func (*GetUserIncomingFriendsNotFound) GetPayload ¶ added in v0.2.0
func (o *GetUserIncomingFriendsNotFound) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserIncomingFriendsOK ¶ added in v0.2.0
type GetUserIncomingFriendsOK struct {
Payload []*lobbyclientmodels.ModelGetUserIncomingFriendsResponse
}
GetUserIncomingFriendsOK handles this case with default header values.
OK
func NewGetUserIncomingFriendsOK ¶ added in v0.2.0
func NewGetUserIncomingFriendsOK() *GetUserIncomingFriendsOK
NewGetUserIncomingFriendsOK creates a GetUserIncomingFriendsOK with default headers values
func (*GetUserIncomingFriendsOK) Error ¶ added in v0.2.0
func (o *GetUserIncomingFriendsOK) Error() string
func (*GetUserIncomingFriendsOK) GetPayload ¶ added in v0.2.0
func (o *GetUserIncomingFriendsOK) GetPayload() []*lobbyclientmodels.ModelGetUserIncomingFriendsResponse
type GetUserIncomingFriendsParams ¶ added in v0.2.0
type GetUserIncomingFriendsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUserIncomingFriendsParams contains all the parameters to send to the API endpoint for the get user incoming friends operation typically these are written to a http.Request
func NewGetUserIncomingFriendsParams ¶ added in v0.2.0
func NewGetUserIncomingFriendsParams() *GetUserIncomingFriendsParams
NewGetUserIncomingFriendsParams creates a new GetUserIncomingFriendsParams object with the default values initialized.
func NewGetUserIncomingFriendsParamsWithContext ¶ added in v0.2.0
func NewGetUserIncomingFriendsParamsWithContext(ctx context.Context) *GetUserIncomingFriendsParams
NewGetUserIncomingFriendsParamsWithContext creates a new GetUserIncomingFriendsParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserIncomingFriendsParamsWithHTTPClient ¶ added in v0.2.0
func NewGetUserIncomingFriendsParamsWithHTTPClient(client *http.Client) *GetUserIncomingFriendsParams
NewGetUserIncomingFriendsParamsWithHTTPClient creates a new GetUserIncomingFriendsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserIncomingFriendsParamsWithTimeout ¶ added in v0.2.0
func NewGetUserIncomingFriendsParamsWithTimeout(timeout time.Duration) *GetUserIncomingFriendsParams
NewGetUserIncomingFriendsParamsWithTimeout creates a new GetUserIncomingFriendsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserIncomingFriendsParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetUserIncomingFriendsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get user incoming friends params
func (*GetUserIncomingFriendsParams) SetContext ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) SetContext(ctx context.Context)
SetContext adds the context to the get user incoming friends params
func (*GetUserIncomingFriendsParams) SetHTTPClient ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user incoming friends params
func (*GetUserIncomingFriendsParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetUserIncomingFriendsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get user incoming friends params
func (*GetUserIncomingFriendsParams) SetNamespace ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get user incoming friends params
func (*GetUserIncomingFriendsParams) SetTimeout ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user incoming friends params
func (*GetUserIncomingFriendsParams) WithContext ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) WithContext(ctx context.Context) *GetUserIncomingFriendsParams
WithContext adds the context to the get user incoming friends params
func (*GetUserIncomingFriendsParams) WithHTTPClient ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) WithHTTPClient(client *http.Client) *GetUserIncomingFriendsParams
WithHTTPClient adds the HTTPClient to the get user incoming friends params
func (*GetUserIncomingFriendsParams) WithNamespace ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) WithNamespace(namespace string) *GetUserIncomingFriendsParams
WithNamespace adds the namespace to the get user incoming friends params
func (*GetUserIncomingFriendsParams) WithTimeout ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) WithTimeout(timeout time.Duration) *GetUserIncomingFriendsParams
WithTimeout adds the timeout to the get user incoming friends params
func (*GetUserIncomingFriendsParams) WriteToRequest ¶ added in v0.2.0
func (o *GetUserIncomingFriendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserIncomingFriendsReader ¶ added in v0.2.0
type GetUserIncomingFriendsReader struct {
// contains filtered or unexported fields
}
GetUserIncomingFriendsReader is a Reader for the GetUserIncomingFriends structure.
func (*GetUserIncomingFriendsReader) ReadResponse ¶ added in v0.2.0
func (o *GetUserIncomingFriendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserIncomingFriendsUnauthorized ¶ added in v0.2.0
type GetUserIncomingFriendsUnauthorized struct {
}GetUserIncomingFriendsUnauthorized handles this case with default header values.
Unauthorized
func NewGetUserIncomingFriendsUnauthorized ¶ added in v0.2.0
func NewGetUserIncomingFriendsUnauthorized() *GetUserIncomingFriendsUnauthorized
NewGetUserIncomingFriendsUnauthorized creates a GetUserIncomingFriendsUnauthorized with default headers values
func (*GetUserIncomingFriendsUnauthorized) Error ¶ added in v0.2.0
func (o *GetUserIncomingFriendsUnauthorized) Error() string
func (*GetUserIncomingFriendsUnauthorized) GetPayload ¶ added in v0.2.0
func (o *GetUserIncomingFriendsUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserOutgoingFriendsBadRequest ¶ added in v0.2.0
type GetUserOutgoingFriendsBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserOutgoingFriendsBadRequest handles this case with default header values.
Bad Request
func NewGetUserOutgoingFriendsBadRequest ¶ added in v0.2.0
func NewGetUserOutgoingFriendsBadRequest() *GetUserOutgoingFriendsBadRequest
NewGetUserOutgoingFriendsBadRequest creates a GetUserOutgoingFriendsBadRequest with default headers values
func (*GetUserOutgoingFriendsBadRequest) Error ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsBadRequest) Error() string
func (*GetUserOutgoingFriendsBadRequest) GetPayload ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserOutgoingFriendsForbidden ¶ added in v0.2.0
type GetUserOutgoingFriendsForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserOutgoingFriendsForbidden handles this case with default header values.
Forbidden
func NewGetUserOutgoingFriendsForbidden ¶ added in v0.2.0
func NewGetUserOutgoingFriendsForbidden() *GetUserOutgoingFriendsForbidden
NewGetUserOutgoingFriendsForbidden creates a GetUserOutgoingFriendsForbidden with default headers values
func (*GetUserOutgoingFriendsForbidden) Error ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsForbidden) Error() string
func (*GetUserOutgoingFriendsForbidden) GetPayload ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserOutgoingFriendsInternalServerError ¶ added in v0.2.0
type GetUserOutgoingFriendsInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserOutgoingFriendsInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUserOutgoingFriendsInternalServerError ¶ added in v0.2.0
func NewGetUserOutgoingFriendsInternalServerError() *GetUserOutgoingFriendsInternalServerError
NewGetUserOutgoingFriendsInternalServerError creates a GetUserOutgoingFriendsInternalServerError with default headers values
func (*GetUserOutgoingFriendsInternalServerError) Error ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsInternalServerError) Error() string
func (*GetUserOutgoingFriendsInternalServerError) GetPayload ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserOutgoingFriendsNotFound ¶ added in v0.2.0
type GetUserOutgoingFriendsNotFound struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
GetUserOutgoingFriendsNotFound handles this case with default header values.
Not Found
func NewGetUserOutgoingFriendsNotFound ¶ added in v0.2.0
func NewGetUserOutgoingFriendsNotFound() *GetUserOutgoingFriendsNotFound
NewGetUserOutgoingFriendsNotFound creates a GetUserOutgoingFriendsNotFound with default headers values
func (*GetUserOutgoingFriendsNotFound) Error ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsNotFound) Error() string
func (*GetUserOutgoingFriendsNotFound) GetPayload ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsNotFound) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type GetUserOutgoingFriendsOK ¶ added in v0.2.0
type GetUserOutgoingFriendsOK struct {
Payload []*lobbyclientmodels.ModelGetUserOutgoingFriendsResponse
}
GetUserOutgoingFriendsOK handles this case with default header values.
OK
func NewGetUserOutgoingFriendsOK ¶ added in v0.2.0
func NewGetUserOutgoingFriendsOK() *GetUserOutgoingFriendsOK
NewGetUserOutgoingFriendsOK creates a GetUserOutgoingFriendsOK with default headers values
func (*GetUserOutgoingFriendsOK) Error ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsOK) Error() string
func (*GetUserOutgoingFriendsOK) GetPayload ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsOK) GetPayload() []*lobbyclientmodels.ModelGetUserOutgoingFriendsResponse
type GetUserOutgoingFriendsParams ¶ added in v0.2.0
type GetUserOutgoingFriendsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUserOutgoingFriendsParams contains all the parameters to send to the API endpoint for the get user outgoing friends operation typically these are written to a http.Request
func NewGetUserOutgoingFriendsParams ¶ added in v0.2.0
func NewGetUserOutgoingFriendsParams() *GetUserOutgoingFriendsParams
NewGetUserOutgoingFriendsParams creates a new GetUserOutgoingFriendsParams object with the default values initialized.
func NewGetUserOutgoingFriendsParamsWithContext ¶ added in v0.2.0
func NewGetUserOutgoingFriendsParamsWithContext(ctx context.Context) *GetUserOutgoingFriendsParams
NewGetUserOutgoingFriendsParamsWithContext creates a new GetUserOutgoingFriendsParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserOutgoingFriendsParamsWithHTTPClient ¶ added in v0.2.0
func NewGetUserOutgoingFriendsParamsWithHTTPClient(client *http.Client) *GetUserOutgoingFriendsParams
NewGetUserOutgoingFriendsParamsWithHTTPClient creates a new GetUserOutgoingFriendsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserOutgoingFriendsParamsWithTimeout ¶ added in v0.2.0
func NewGetUserOutgoingFriendsParamsWithTimeout(timeout time.Duration) *GetUserOutgoingFriendsParams
NewGetUserOutgoingFriendsParamsWithTimeout creates a new GetUserOutgoingFriendsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserOutgoingFriendsParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetUserOutgoingFriendsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) SetContext ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) SetContext(ctx context.Context)
SetContext adds the context to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) SetHTTPClient ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetUserOutgoingFriendsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) SetNamespace ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) SetTimeout ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) WithContext ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) WithContext(ctx context.Context) *GetUserOutgoingFriendsParams
WithContext adds the context to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) WithHTTPClient ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) WithHTTPClient(client *http.Client) *GetUserOutgoingFriendsParams
WithHTTPClient adds the HTTPClient to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) WithNamespace ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) WithNamespace(namespace string) *GetUserOutgoingFriendsParams
WithNamespace adds the namespace to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) WithTimeout ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) WithTimeout(timeout time.Duration) *GetUserOutgoingFriendsParams
WithTimeout adds the timeout to the get user outgoing friends params
func (*GetUserOutgoingFriendsParams) WriteToRequest ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserOutgoingFriendsReader ¶ added in v0.2.0
type GetUserOutgoingFriendsReader struct {
// contains filtered or unexported fields
}
GetUserOutgoingFriendsReader is a Reader for the GetUserOutgoingFriends structure.
func (*GetUserOutgoingFriendsReader) ReadResponse ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserOutgoingFriendsUnauthorized ¶ added in v0.2.0
type GetUserOutgoingFriendsUnauthorized struct {
}GetUserOutgoingFriendsUnauthorized handles this case with default header values.
Unauthorized
func NewGetUserOutgoingFriendsUnauthorized ¶ added in v0.2.0
func NewGetUserOutgoingFriendsUnauthorized() *GetUserOutgoingFriendsUnauthorized
NewGetUserOutgoingFriendsUnauthorized creates a GetUserOutgoingFriendsUnauthorized with default headers values
func (*GetUserOutgoingFriendsUnauthorized) Error ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsUnauthorized) Error() string
func (*GetUserOutgoingFriendsUnauthorized) GetPayload ¶ added in v0.2.0
func (o *GetUserOutgoingFriendsUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserAcceptFriendRequestBadRequest ¶ added in v0.2.0
type UserAcceptFriendRequestBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserAcceptFriendRequestBadRequest handles this case with default header values.
Bad Request
func NewUserAcceptFriendRequestBadRequest ¶ added in v0.2.0
func NewUserAcceptFriendRequestBadRequest() *UserAcceptFriendRequestBadRequest
NewUserAcceptFriendRequestBadRequest creates a UserAcceptFriendRequestBadRequest with default headers values
func (*UserAcceptFriendRequestBadRequest) Error ¶ added in v0.2.0
func (o *UserAcceptFriendRequestBadRequest) Error() string
func (*UserAcceptFriendRequestBadRequest) GetPayload ¶ added in v0.2.0
func (o *UserAcceptFriendRequestBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserAcceptFriendRequestForbidden ¶ added in v0.2.0
type UserAcceptFriendRequestForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserAcceptFriendRequestForbidden handles this case with default header values.
Forbidden
func NewUserAcceptFriendRequestForbidden ¶ added in v0.2.0
func NewUserAcceptFriendRequestForbidden() *UserAcceptFriendRequestForbidden
NewUserAcceptFriendRequestForbidden creates a UserAcceptFriendRequestForbidden with default headers values
func (*UserAcceptFriendRequestForbidden) Error ¶ added in v0.2.0
func (o *UserAcceptFriendRequestForbidden) Error() string
func (*UserAcceptFriendRequestForbidden) GetPayload ¶ added in v0.2.0
func (o *UserAcceptFriendRequestForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserAcceptFriendRequestInternalServerError ¶ added in v0.2.0
type UserAcceptFriendRequestInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserAcceptFriendRequestInternalServerError handles this case with default header values.
Internal Server Error
func NewUserAcceptFriendRequestInternalServerError ¶ added in v0.2.0
func NewUserAcceptFriendRequestInternalServerError() *UserAcceptFriendRequestInternalServerError
NewUserAcceptFriendRequestInternalServerError creates a UserAcceptFriendRequestInternalServerError with default headers values
func (*UserAcceptFriendRequestInternalServerError) Error ¶ added in v0.2.0
func (o *UserAcceptFriendRequestInternalServerError) Error() string
func (*UserAcceptFriendRequestInternalServerError) GetPayload ¶ added in v0.2.0
func (o *UserAcceptFriendRequestInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserAcceptFriendRequestNoContent ¶ added in v0.2.0
type UserAcceptFriendRequestNoContent struct { }
UserAcceptFriendRequestNoContent handles this case with default header values.
No Content
func NewUserAcceptFriendRequestNoContent ¶ added in v0.2.0
func NewUserAcceptFriendRequestNoContent() *UserAcceptFriendRequestNoContent
NewUserAcceptFriendRequestNoContent creates a UserAcceptFriendRequestNoContent with default headers values
func (*UserAcceptFriendRequestNoContent) Error ¶ added in v0.2.0
func (o *UserAcceptFriendRequestNoContent) Error() string
type UserAcceptFriendRequestNotFound ¶ added in v0.2.0
type UserAcceptFriendRequestNotFound struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserAcceptFriendRequestNotFound handles this case with default header values.
Not Found
func NewUserAcceptFriendRequestNotFound ¶ added in v0.2.0
func NewUserAcceptFriendRequestNotFound() *UserAcceptFriendRequestNotFound
NewUserAcceptFriendRequestNotFound creates a UserAcceptFriendRequestNotFound with default headers values
func (*UserAcceptFriendRequestNotFound) Error ¶ added in v0.2.0
func (o *UserAcceptFriendRequestNotFound) Error() string
func (*UserAcceptFriendRequestNotFound) GetPayload ¶ added in v0.2.0
func (o *UserAcceptFriendRequestNotFound) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserAcceptFriendRequestParams ¶ added in v0.2.0
type UserAcceptFriendRequestParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body accept friend content */ Body *lobbyclientmodels.ModelUserAcceptFriendRequest /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserAcceptFriendRequestParams contains all the parameters to send to the API endpoint for the user accept friend request operation typically these are written to a http.Request
func NewUserAcceptFriendRequestParams ¶ added in v0.2.0
func NewUserAcceptFriendRequestParams() *UserAcceptFriendRequestParams
NewUserAcceptFriendRequestParams creates a new UserAcceptFriendRequestParams object with the default values initialized.
func NewUserAcceptFriendRequestParamsWithContext ¶ added in v0.2.0
func NewUserAcceptFriendRequestParamsWithContext(ctx context.Context) *UserAcceptFriendRequestParams
NewUserAcceptFriendRequestParamsWithContext creates a new UserAcceptFriendRequestParams object with the default values initialized, and the ability to set a context for a request
func NewUserAcceptFriendRequestParamsWithHTTPClient ¶ added in v0.2.0
func NewUserAcceptFriendRequestParamsWithHTTPClient(client *http.Client) *UserAcceptFriendRequestParams
NewUserAcceptFriendRequestParamsWithHTTPClient creates a new UserAcceptFriendRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUserAcceptFriendRequestParamsWithTimeout ¶ added in v0.2.0
func NewUserAcceptFriendRequestParamsWithTimeout(timeout time.Duration) *UserAcceptFriendRequestParams
NewUserAcceptFriendRequestParamsWithTimeout creates a new UserAcceptFriendRequestParams object with the default values initialized, and the ability to set a timeout on a request
func (*UserAcceptFriendRequestParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UserAcceptFriendRequestParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the user accept friend request params
func (*UserAcceptFriendRequestParams) SetBody ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) SetBody(body *lobbyclientmodels.ModelUserAcceptFriendRequest)
SetBody adds the body to the user accept friend request params
func (*UserAcceptFriendRequestParams) SetContext ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) SetContext(ctx context.Context)
SetContext adds the context to the user accept friend request params
func (*UserAcceptFriendRequestParams) SetHTTPClient ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user accept friend request params
func (*UserAcceptFriendRequestParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UserAcceptFriendRequestParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the user accept friend request params
func (*UserAcceptFriendRequestParams) SetNamespace ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the user accept friend request params
func (*UserAcceptFriendRequestParams) SetTimeout ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user accept friend request params
func (*UserAcceptFriendRequestParams) WithBody ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) WithBody(body *lobbyclientmodels.ModelUserAcceptFriendRequest) *UserAcceptFriendRequestParams
WithBody adds the body to the user accept friend request params
func (*UserAcceptFriendRequestParams) WithContext ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) WithContext(ctx context.Context) *UserAcceptFriendRequestParams
WithContext adds the context to the user accept friend request params
func (*UserAcceptFriendRequestParams) WithHTTPClient ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) WithHTTPClient(client *http.Client) *UserAcceptFriendRequestParams
WithHTTPClient adds the HTTPClient to the user accept friend request params
func (*UserAcceptFriendRequestParams) WithNamespace ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) WithNamespace(namespace string) *UserAcceptFriendRequestParams
WithNamespace adds the namespace to the user accept friend request params
func (*UserAcceptFriendRequestParams) WithTimeout ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) WithTimeout(timeout time.Duration) *UserAcceptFriendRequestParams
WithTimeout adds the timeout to the user accept friend request params
func (*UserAcceptFriendRequestParams) WriteToRequest ¶ added in v0.2.0
func (o *UserAcceptFriendRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserAcceptFriendRequestReader ¶ added in v0.2.0
type UserAcceptFriendRequestReader struct {
// contains filtered or unexported fields
}
UserAcceptFriendRequestReader is a Reader for the UserAcceptFriendRequest structure.
func (*UserAcceptFriendRequestReader) ReadResponse ¶ added in v0.2.0
func (o *UserAcceptFriendRequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserAcceptFriendRequestUnauthorized ¶ added in v0.2.0
type UserAcceptFriendRequestUnauthorized struct {
}UserAcceptFriendRequestUnauthorized handles this case with default header values.
Unauthorized
func NewUserAcceptFriendRequestUnauthorized ¶ added in v0.2.0
func NewUserAcceptFriendRequestUnauthorized() *UserAcceptFriendRequestUnauthorized
NewUserAcceptFriendRequestUnauthorized creates a UserAcceptFriendRequestUnauthorized with default headers values
func (*UserAcceptFriendRequestUnauthorized) Error ¶ added in v0.2.0
func (o *UserAcceptFriendRequestUnauthorized) Error() string
func (*UserAcceptFriendRequestUnauthorized) GetPayload ¶ added in v0.2.0
func (o *UserAcceptFriendRequestUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserCancelFriendRequestBadRequest ¶ added in v0.2.0
type UserCancelFriendRequestBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserCancelFriendRequestBadRequest handles this case with default header values.
Bad Request
func NewUserCancelFriendRequestBadRequest ¶ added in v0.2.0
func NewUserCancelFriendRequestBadRequest() *UserCancelFriendRequestBadRequest
NewUserCancelFriendRequestBadRequest creates a UserCancelFriendRequestBadRequest with default headers values
func (*UserCancelFriendRequestBadRequest) Error ¶ added in v0.2.0
func (o *UserCancelFriendRequestBadRequest) Error() string
func (*UserCancelFriendRequestBadRequest) GetPayload ¶ added in v0.2.0
func (o *UserCancelFriendRequestBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserCancelFriendRequestForbidden ¶ added in v0.2.0
type UserCancelFriendRequestForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserCancelFriendRequestForbidden handles this case with default header values.
Forbidden
func NewUserCancelFriendRequestForbidden ¶ added in v0.2.0
func NewUserCancelFriendRequestForbidden() *UserCancelFriendRequestForbidden
NewUserCancelFriendRequestForbidden creates a UserCancelFriendRequestForbidden with default headers values
func (*UserCancelFriendRequestForbidden) Error ¶ added in v0.2.0
func (o *UserCancelFriendRequestForbidden) Error() string
func (*UserCancelFriendRequestForbidden) GetPayload ¶ added in v0.2.0
func (o *UserCancelFriendRequestForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserCancelFriendRequestInternalServerError ¶ added in v0.2.0
type UserCancelFriendRequestInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserCancelFriendRequestInternalServerError handles this case with default header values.
Internal Server Error
func NewUserCancelFriendRequestInternalServerError ¶ added in v0.2.0
func NewUserCancelFriendRequestInternalServerError() *UserCancelFriendRequestInternalServerError
NewUserCancelFriendRequestInternalServerError creates a UserCancelFriendRequestInternalServerError with default headers values
func (*UserCancelFriendRequestInternalServerError) Error ¶ added in v0.2.0
func (o *UserCancelFriendRequestInternalServerError) Error() string
func (*UserCancelFriendRequestInternalServerError) GetPayload ¶ added in v0.2.0
func (o *UserCancelFriendRequestInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserCancelFriendRequestNoContent ¶ added in v0.2.0
type UserCancelFriendRequestNoContent struct { }
UserCancelFriendRequestNoContent handles this case with default header values.
No Content
func NewUserCancelFriendRequestNoContent ¶ added in v0.2.0
func NewUserCancelFriendRequestNoContent() *UserCancelFriendRequestNoContent
NewUserCancelFriendRequestNoContent creates a UserCancelFriendRequestNoContent with default headers values
func (*UserCancelFriendRequestNoContent) Error ¶ added in v0.2.0
func (o *UserCancelFriendRequestNoContent) Error() string
type UserCancelFriendRequestNotFound ¶ added in v0.2.0
type UserCancelFriendRequestNotFound struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserCancelFriendRequestNotFound handles this case with default header values.
Not Found
func NewUserCancelFriendRequestNotFound ¶ added in v0.2.0
func NewUserCancelFriendRequestNotFound() *UserCancelFriendRequestNotFound
NewUserCancelFriendRequestNotFound creates a UserCancelFriendRequestNotFound with default headers values
func (*UserCancelFriendRequestNotFound) Error ¶ added in v0.2.0
func (o *UserCancelFriendRequestNotFound) Error() string
func (*UserCancelFriendRequestNotFound) GetPayload ¶ added in v0.2.0
func (o *UserCancelFriendRequestNotFound) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserCancelFriendRequestParams ¶ added in v0.2.0
type UserCancelFriendRequestParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body cancel friend request content */ Body *lobbyclientmodels.ModelUserCancelFriendRequest /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserCancelFriendRequestParams contains all the parameters to send to the API endpoint for the user cancel friend request operation typically these are written to a http.Request
func NewUserCancelFriendRequestParams ¶ added in v0.2.0
func NewUserCancelFriendRequestParams() *UserCancelFriendRequestParams
NewUserCancelFriendRequestParams creates a new UserCancelFriendRequestParams object with the default values initialized.
func NewUserCancelFriendRequestParamsWithContext ¶ added in v0.2.0
func NewUserCancelFriendRequestParamsWithContext(ctx context.Context) *UserCancelFriendRequestParams
NewUserCancelFriendRequestParamsWithContext creates a new UserCancelFriendRequestParams object with the default values initialized, and the ability to set a context for a request
func NewUserCancelFriendRequestParamsWithHTTPClient ¶ added in v0.2.0
func NewUserCancelFriendRequestParamsWithHTTPClient(client *http.Client) *UserCancelFriendRequestParams
NewUserCancelFriendRequestParamsWithHTTPClient creates a new UserCancelFriendRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUserCancelFriendRequestParamsWithTimeout ¶ added in v0.2.0
func NewUserCancelFriendRequestParamsWithTimeout(timeout time.Duration) *UserCancelFriendRequestParams
NewUserCancelFriendRequestParamsWithTimeout creates a new UserCancelFriendRequestParams object with the default values initialized, and the ability to set a timeout on a request
func (*UserCancelFriendRequestParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UserCancelFriendRequestParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the user cancel friend request params
func (*UserCancelFriendRequestParams) SetBody ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) SetBody(body *lobbyclientmodels.ModelUserCancelFriendRequest)
SetBody adds the body to the user cancel friend request params
func (*UserCancelFriendRequestParams) SetContext ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) SetContext(ctx context.Context)
SetContext adds the context to the user cancel friend request params
func (*UserCancelFriendRequestParams) SetHTTPClient ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user cancel friend request params
func (*UserCancelFriendRequestParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UserCancelFriendRequestParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the user cancel friend request params
func (*UserCancelFriendRequestParams) SetNamespace ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the user cancel friend request params
func (*UserCancelFriendRequestParams) SetTimeout ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user cancel friend request params
func (*UserCancelFriendRequestParams) WithBody ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) WithBody(body *lobbyclientmodels.ModelUserCancelFriendRequest) *UserCancelFriendRequestParams
WithBody adds the body to the user cancel friend request params
func (*UserCancelFriendRequestParams) WithContext ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) WithContext(ctx context.Context) *UserCancelFriendRequestParams
WithContext adds the context to the user cancel friend request params
func (*UserCancelFriendRequestParams) WithHTTPClient ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) WithHTTPClient(client *http.Client) *UserCancelFriendRequestParams
WithHTTPClient adds the HTTPClient to the user cancel friend request params
func (*UserCancelFriendRequestParams) WithNamespace ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) WithNamespace(namespace string) *UserCancelFriendRequestParams
WithNamespace adds the namespace to the user cancel friend request params
func (*UserCancelFriendRequestParams) WithTimeout ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) WithTimeout(timeout time.Duration) *UserCancelFriendRequestParams
WithTimeout adds the timeout to the user cancel friend request params
func (*UserCancelFriendRequestParams) WriteToRequest ¶ added in v0.2.0
func (o *UserCancelFriendRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserCancelFriendRequestReader ¶ added in v0.2.0
type UserCancelFriendRequestReader struct {
// contains filtered or unexported fields
}
UserCancelFriendRequestReader is a Reader for the UserCancelFriendRequest structure.
func (*UserCancelFriendRequestReader) ReadResponse ¶ added in v0.2.0
func (o *UserCancelFriendRequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserCancelFriendRequestUnauthorized ¶ added in v0.2.0
type UserCancelFriendRequestUnauthorized struct {
}UserCancelFriendRequestUnauthorized handles this case with default header values.
Unauthorized
func NewUserCancelFriendRequestUnauthorized ¶ added in v0.2.0
func NewUserCancelFriendRequestUnauthorized() *UserCancelFriendRequestUnauthorized
NewUserCancelFriendRequestUnauthorized creates a UserCancelFriendRequestUnauthorized with default headers values
func (*UserCancelFriendRequestUnauthorized) Error ¶ added in v0.2.0
func (o *UserCancelFriendRequestUnauthorized) Error() string
func (*UserCancelFriendRequestUnauthorized) GetPayload ¶ added in v0.2.0
func (o *UserCancelFriendRequestUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserGetFriendshipStatusBadRequest ¶ added in v0.2.0
type UserGetFriendshipStatusBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserGetFriendshipStatusBadRequest handles this case with default header values.
Bad Request
func NewUserGetFriendshipStatusBadRequest ¶ added in v0.2.0
func NewUserGetFriendshipStatusBadRequest() *UserGetFriendshipStatusBadRequest
NewUserGetFriendshipStatusBadRequest creates a UserGetFriendshipStatusBadRequest with default headers values
func (*UserGetFriendshipStatusBadRequest) Error ¶ added in v0.2.0
func (o *UserGetFriendshipStatusBadRequest) Error() string
func (*UserGetFriendshipStatusBadRequest) GetPayload ¶ added in v0.2.0
func (o *UserGetFriendshipStatusBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserGetFriendshipStatusForbidden ¶ added in v0.2.0
type UserGetFriendshipStatusForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserGetFriendshipStatusForbidden handles this case with default header values.
Forbidden
func NewUserGetFriendshipStatusForbidden ¶ added in v0.2.0
func NewUserGetFriendshipStatusForbidden() *UserGetFriendshipStatusForbidden
NewUserGetFriendshipStatusForbidden creates a UserGetFriendshipStatusForbidden with default headers values
func (*UserGetFriendshipStatusForbidden) Error ¶ added in v0.2.0
func (o *UserGetFriendshipStatusForbidden) Error() string
func (*UserGetFriendshipStatusForbidden) GetPayload ¶ added in v0.2.0
func (o *UserGetFriendshipStatusForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserGetFriendshipStatusInternalServerError ¶ added in v0.2.0
type UserGetFriendshipStatusInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserGetFriendshipStatusInternalServerError handles this case with default header values.
Internal Server Error
func NewUserGetFriendshipStatusInternalServerError ¶ added in v0.2.0
func NewUserGetFriendshipStatusInternalServerError() *UserGetFriendshipStatusInternalServerError
NewUserGetFriendshipStatusInternalServerError creates a UserGetFriendshipStatusInternalServerError with default headers values
func (*UserGetFriendshipStatusInternalServerError) Error ¶ added in v0.2.0
func (o *UserGetFriendshipStatusInternalServerError) Error() string
func (*UserGetFriendshipStatusInternalServerError) GetPayload ¶ added in v0.2.0
func (o *UserGetFriendshipStatusInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserGetFriendshipStatusOK ¶ added in v0.2.0
type UserGetFriendshipStatusOK struct {
Payload *lobbyclientmodels.ModelUserGetFriendshipStatusResponse
}
UserGetFriendshipStatusOK handles this case with default header values.
OK
func NewUserGetFriendshipStatusOK ¶ added in v0.2.0
func NewUserGetFriendshipStatusOK() *UserGetFriendshipStatusOK
NewUserGetFriendshipStatusOK creates a UserGetFriendshipStatusOK with default headers values
func (*UserGetFriendshipStatusOK) Error ¶ added in v0.2.0
func (o *UserGetFriendshipStatusOK) Error() string
func (*UserGetFriendshipStatusOK) GetPayload ¶ added in v0.2.0
func (o *UserGetFriendshipStatusOK) GetPayload() *lobbyclientmodels.ModelUserGetFriendshipStatusResponse
type UserGetFriendshipStatusParams ¶ added in v0.2.0
type UserGetFriendshipStatusParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*FriendID Friend ID */ FriendID string /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserGetFriendshipStatusParams contains all the parameters to send to the API endpoint for the user get friendship status operation typically these are written to a http.Request
func NewUserGetFriendshipStatusParams ¶ added in v0.2.0
func NewUserGetFriendshipStatusParams() *UserGetFriendshipStatusParams
NewUserGetFriendshipStatusParams creates a new UserGetFriendshipStatusParams object with the default values initialized.
func NewUserGetFriendshipStatusParamsWithContext ¶ added in v0.2.0
func NewUserGetFriendshipStatusParamsWithContext(ctx context.Context) *UserGetFriendshipStatusParams
NewUserGetFriendshipStatusParamsWithContext creates a new UserGetFriendshipStatusParams object with the default values initialized, and the ability to set a context for a request
func NewUserGetFriendshipStatusParamsWithHTTPClient ¶ added in v0.2.0
func NewUserGetFriendshipStatusParamsWithHTTPClient(client *http.Client) *UserGetFriendshipStatusParams
NewUserGetFriendshipStatusParamsWithHTTPClient creates a new UserGetFriendshipStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUserGetFriendshipStatusParamsWithTimeout ¶ added in v0.2.0
func NewUserGetFriendshipStatusParamsWithTimeout(timeout time.Duration) *UserGetFriendshipStatusParams
NewUserGetFriendshipStatusParamsWithTimeout creates a new UserGetFriendshipStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*UserGetFriendshipStatusParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UserGetFriendshipStatusParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the user get friendship status params
func (*UserGetFriendshipStatusParams) SetContext ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the user get friendship status params
func (*UserGetFriendshipStatusParams) SetFriendID ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) SetFriendID(friendID string)
SetFriendID adds the friendId to the user get friendship status params
func (*UserGetFriendshipStatusParams) SetHTTPClient ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user get friendship status params
func (*UserGetFriendshipStatusParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UserGetFriendshipStatusParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the user get friendship status params
func (*UserGetFriendshipStatusParams) SetNamespace ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the user get friendship status params
func (*UserGetFriendshipStatusParams) SetTimeout ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user get friendship status params
func (*UserGetFriendshipStatusParams) WithContext ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) WithContext(ctx context.Context) *UserGetFriendshipStatusParams
WithContext adds the context to the user get friendship status params
func (*UserGetFriendshipStatusParams) WithFriendID ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) WithFriendID(friendID string) *UserGetFriendshipStatusParams
WithFriendID adds the friendID to the user get friendship status params
func (*UserGetFriendshipStatusParams) WithHTTPClient ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) WithHTTPClient(client *http.Client) *UserGetFriendshipStatusParams
WithHTTPClient adds the HTTPClient to the user get friendship status params
func (*UserGetFriendshipStatusParams) WithNamespace ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) WithNamespace(namespace string) *UserGetFriendshipStatusParams
WithNamespace adds the namespace to the user get friendship status params
func (*UserGetFriendshipStatusParams) WithTimeout ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) WithTimeout(timeout time.Duration) *UserGetFriendshipStatusParams
WithTimeout adds the timeout to the user get friendship status params
func (*UserGetFriendshipStatusParams) WriteToRequest ¶ added in v0.2.0
func (o *UserGetFriendshipStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserGetFriendshipStatusReader ¶ added in v0.2.0
type UserGetFriendshipStatusReader struct {
// contains filtered or unexported fields
}
UserGetFriendshipStatusReader is a Reader for the UserGetFriendshipStatus structure.
func (*UserGetFriendshipStatusReader) ReadResponse ¶ added in v0.2.0
func (o *UserGetFriendshipStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserGetFriendshipStatusUnauthorized ¶ added in v0.2.0
type UserGetFriendshipStatusUnauthorized struct {
}UserGetFriendshipStatusUnauthorized handles this case with default header values.
Unauthorized
func NewUserGetFriendshipStatusUnauthorized ¶ added in v0.2.0
func NewUserGetFriendshipStatusUnauthorized() *UserGetFriendshipStatusUnauthorized
NewUserGetFriendshipStatusUnauthorized creates a UserGetFriendshipStatusUnauthorized with default headers values
func (*UserGetFriendshipStatusUnauthorized) Error ¶ added in v0.2.0
func (o *UserGetFriendshipStatusUnauthorized) Error() string
func (*UserGetFriendshipStatusUnauthorized) GetPayload ¶ added in v0.2.0
func (o *UserGetFriendshipStatusUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRejectFriendRequestBadRequest ¶ added in v0.2.0
type UserRejectFriendRequestBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRejectFriendRequestBadRequest handles this case with default header values.
Bad Request
func NewUserRejectFriendRequestBadRequest ¶ added in v0.2.0
func NewUserRejectFriendRequestBadRequest() *UserRejectFriendRequestBadRequest
NewUserRejectFriendRequestBadRequest creates a UserRejectFriendRequestBadRequest with default headers values
func (*UserRejectFriendRequestBadRequest) Error ¶ added in v0.2.0
func (o *UserRejectFriendRequestBadRequest) Error() string
func (*UserRejectFriendRequestBadRequest) GetPayload ¶ added in v0.2.0
func (o *UserRejectFriendRequestBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRejectFriendRequestForbidden ¶ added in v0.2.0
type UserRejectFriendRequestForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRejectFriendRequestForbidden handles this case with default header values.
Forbidden
func NewUserRejectFriendRequestForbidden ¶ added in v0.2.0
func NewUserRejectFriendRequestForbidden() *UserRejectFriendRequestForbidden
NewUserRejectFriendRequestForbidden creates a UserRejectFriendRequestForbidden with default headers values
func (*UserRejectFriendRequestForbidden) Error ¶ added in v0.2.0
func (o *UserRejectFriendRequestForbidden) Error() string
func (*UserRejectFriendRequestForbidden) GetPayload ¶ added in v0.2.0
func (o *UserRejectFriendRequestForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRejectFriendRequestInternalServerError ¶ added in v0.2.0
type UserRejectFriendRequestInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRejectFriendRequestInternalServerError handles this case with default header values.
Internal Server Error
func NewUserRejectFriendRequestInternalServerError ¶ added in v0.2.0
func NewUserRejectFriendRequestInternalServerError() *UserRejectFriendRequestInternalServerError
NewUserRejectFriendRequestInternalServerError creates a UserRejectFriendRequestInternalServerError with default headers values
func (*UserRejectFriendRequestInternalServerError) Error ¶ added in v0.2.0
func (o *UserRejectFriendRequestInternalServerError) Error() string
func (*UserRejectFriendRequestInternalServerError) GetPayload ¶ added in v0.2.0
func (o *UserRejectFriendRequestInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRejectFriendRequestNoContent ¶ added in v0.2.0
type UserRejectFriendRequestNoContent struct { }
UserRejectFriendRequestNoContent handles this case with default header values.
No Content
func NewUserRejectFriendRequestNoContent ¶ added in v0.2.0
func NewUserRejectFriendRequestNoContent() *UserRejectFriendRequestNoContent
NewUserRejectFriendRequestNoContent creates a UserRejectFriendRequestNoContent with default headers values
func (*UserRejectFriendRequestNoContent) Error ¶ added in v0.2.0
func (o *UserRejectFriendRequestNoContent) Error() string
type UserRejectFriendRequestNotFound ¶ added in v0.2.0
type UserRejectFriendRequestNotFound struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRejectFriendRequestNotFound handles this case with default header values.
Not Found
func NewUserRejectFriendRequestNotFound ¶ added in v0.2.0
func NewUserRejectFriendRequestNotFound() *UserRejectFriendRequestNotFound
NewUserRejectFriendRequestNotFound creates a UserRejectFriendRequestNotFound with default headers values
func (*UserRejectFriendRequestNotFound) Error ¶ added in v0.2.0
func (o *UserRejectFriendRequestNotFound) Error() string
func (*UserRejectFriendRequestNotFound) GetPayload ¶ added in v0.2.0
func (o *UserRejectFriendRequestNotFound) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRejectFriendRequestParams ¶ added in v0.2.0
type UserRejectFriendRequestParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body reject friend request content */ Body *lobbyclientmodels.ModelUserRejectFriendRequest /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserRejectFriendRequestParams contains all the parameters to send to the API endpoint for the user reject friend request operation typically these are written to a http.Request
func NewUserRejectFriendRequestParams ¶ added in v0.2.0
func NewUserRejectFriendRequestParams() *UserRejectFriendRequestParams
NewUserRejectFriendRequestParams creates a new UserRejectFriendRequestParams object with the default values initialized.
func NewUserRejectFriendRequestParamsWithContext ¶ added in v0.2.0
func NewUserRejectFriendRequestParamsWithContext(ctx context.Context) *UserRejectFriendRequestParams
NewUserRejectFriendRequestParamsWithContext creates a new UserRejectFriendRequestParams object with the default values initialized, and the ability to set a context for a request
func NewUserRejectFriendRequestParamsWithHTTPClient ¶ added in v0.2.0
func NewUserRejectFriendRequestParamsWithHTTPClient(client *http.Client) *UserRejectFriendRequestParams
NewUserRejectFriendRequestParamsWithHTTPClient creates a new UserRejectFriendRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUserRejectFriendRequestParamsWithTimeout ¶ added in v0.2.0
func NewUserRejectFriendRequestParamsWithTimeout(timeout time.Duration) *UserRejectFriendRequestParams
NewUserRejectFriendRequestParamsWithTimeout creates a new UserRejectFriendRequestParams object with the default values initialized, and the ability to set a timeout on a request
func (*UserRejectFriendRequestParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UserRejectFriendRequestParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the user reject friend request params
func (*UserRejectFriendRequestParams) SetBody ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) SetBody(body *lobbyclientmodels.ModelUserRejectFriendRequest)
SetBody adds the body to the user reject friend request params
func (*UserRejectFriendRequestParams) SetContext ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) SetContext(ctx context.Context)
SetContext adds the context to the user reject friend request params
func (*UserRejectFriendRequestParams) SetHTTPClient ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user reject friend request params
func (*UserRejectFriendRequestParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UserRejectFriendRequestParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the user reject friend request params
func (*UserRejectFriendRequestParams) SetNamespace ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the user reject friend request params
func (*UserRejectFriendRequestParams) SetTimeout ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user reject friend request params
func (*UserRejectFriendRequestParams) WithBody ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) WithBody(body *lobbyclientmodels.ModelUserRejectFriendRequest) *UserRejectFriendRequestParams
WithBody adds the body to the user reject friend request params
func (*UserRejectFriendRequestParams) WithContext ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) WithContext(ctx context.Context) *UserRejectFriendRequestParams
WithContext adds the context to the user reject friend request params
func (*UserRejectFriendRequestParams) WithHTTPClient ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) WithHTTPClient(client *http.Client) *UserRejectFriendRequestParams
WithHTTPClient adds the HTTPClient to the user reject friend request params
func (*UserRejectFriendRequestParams) WithNamespace ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) WithNamespace(namespace string) *UserRejectFriendRequestParams
WithNamespace adds the namespace to the user reject friend request params
func (*UserRejectFriendRequestParams) WithTimeout ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) WithTimeout(timeout time.Duration) *UserRejectFriendRequestParams
WithTimeout adds the timeout to the user reject friend request params
func (*UserRejectFriendRequestParams) WriteToRequest ¶ added in v0.2.0
func (o *UserRejectFriendRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserRejectFriendRequestReader ¶ added in v0.2.0
type UserRejectFriendRequestReader struct {
// contains filtered or unexported fields
}
UserRejectFriendRequestReader is a Reader for the UserRejectFriendRequest structure.
func (*UserRejectFriendRequestReader) ReadResponse ¶ added in v0.2.0
func (o *UserRejectFriendRequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserRejectFriendRequestUnauthorized ¶ added in v0.2.0
type UserRejectFriendRequestUnauthorized struct {
}UserRejectFriendRequestUnauthorized handles this case with default header values.
Unauthorized
func NewUserRejectFriendRequestUnauthorized ¶ added in v0.2.0
func NewUserRejectFriendRequestUnauthorized() *UserRejectFriendRequestUnauthorized
NewUserRejectFriendRequestUnauthorized creates a UserRejectFriendRequestUnauthorized with default headers values
func (*UserRejectFriendRequestUnauthorized) Error ¶ added in v0.2.0
func (o *UserRejectFriendRequestUnauthorized) Error() string
func (*UserRejectFriendRequestUnauthorized) GetPayload ¶ added in v0.2.0
func (o *UserRejectFriendRequestUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRequestFriendBadRequest ¶ added in v0.2.0
type UserRequestFriendBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRequestFriendBadRequest handles this case with default header values.
Bad Request
func NewUserRequestFriendBadRequest ¶ added in v0.2.0
func NewUserRequestFriendBadRequest() *UserRequestFriendBadRequest
NewUserRequestFriendBadRequest creates a UserRequestFriendBadRequest with default headers values
func (*UserRequestFriendBadRequest) Error ¶ added in v0.2.0
func (o *UserRequestFriendBadRequest) Error() string
func (*UserRequestFriendBadRequest) GetPayload ¶ added in v0.2.0
func (o *UserRequestFriendBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRequestFriendCreated ¶ added in v0.2.0
type UserRequestFriendCreated struct { }
UserRequestFriendCreated handles this case with default header values.
Created
func NewUserRequestFriendCreated ¶ added in v0.2.0
func NewUserRequestFriendCreated() *UserRequestFriendCreated
NewUserRequestFriendCreated creates a UserRequestFriendCreated with default headers values
func (*UserRequestFriendCreated) Error ¶ added in v0.2.0
func (o *UserRequestFriendCreated) Error() string
type UserRequestFriendForbidden ¶ added in v0.2.0
type UserRequestFriendForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRequestFriendForbidden handles this case with default header values.
Forbidden
func NewUserRequestFriendForbidden ¶ added in v0.2.0
func NewUserRequestFriendForbidden() *UserRequestFriendForbidden
NewUserRequestFriendForbidden creates a UserRequestFriendForbidden with default headers values
func (*UserRequestFriendForbidden) Error ¶ added in v0.2.0
func (o *UserRequestFriendForbidden) Error() string
func (*UserRequestFriendForbidden) GetPayload ¶ added in v0.2.0
func (o *UserRequestFriendForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRequestFriendInternalServerError ¶ added in v0.2.0
type UserRequestFriendInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRequestFriendInternalServerError handles this case with default header values.
Internal Server Error
func NewUserRequestFriendInternalServerError ¶ added in v0.2.0
func NewUserRequestFriendInternalServerError() *UserRequestFriendInternalServerError
NewUserRequestFriendInternalServerError creates a UserRequestFriendInternalServerError with default headers values
func (*UserRequestFriendInternalServerError) Error ¶ added in v0.2.0
func (o *UserRequestFriendInternalServerError) Error() string
func (*UserRequestFriendInternalServerError) GetPayload ¶ added in v0.2.0
func (o *UserRequestFriendInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRequestFriendNotFound ¶ added in v0.2.0
type UserRequestFriendNotFound struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRequestFriendNotFound handles this case with default header values.
Not Found
func NewUserRequestFriendNotFound ¶ added in v0.2.0
func NewUserRequestFriendNotFound() *UserRequestFriendNotFound
NewUserRequestFriendNotFound creates a UserRequestFriendNotFound with default headers values
func (*UserRequestFriendNotFound) Error ¶ added in v0.2.0
func (o *UserRequestFriendNotFound) Error() string
func (*UserRequestFriendNotFound) GetPayload ¶ added in v0.2.0
func (o *UserRequestFriendNotFound) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRequestFriendParams ¶ added in v0.2.0
type UserRequestFriendParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body add friend content */ Body *lobbyclientmodels.ModelUserRequestFriendRequest /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserRequestFriendParams contains all the parameters to send to the API endpoint for the user request friend operation typically these are written to a http.Request
func NewUserRequestFriendParams ¶ added in v0.2.0
func NewUserRequestFriendParams() *UserRequestFriendParams
NewUserRequestFriendParams creates a new UserRequestFriendParams object with the default values initialized.
func NewUserRequestFriendParamsWithContext ¶ added in v0.2.0
func NewUserRequestFriendParamsWithContext(ctx context.Context) *UserRequestFriendParams
NewUserRequestFriendParamsWithContext creates a new UserRequestFriendParams object with the default values initialized, and the ability to set a context for a request
func NewUserRequestFriendParamsWithHTTPClient ¶ added in v0.2.0
func NewUserRequestFriendParamsWithHTTPClient(client *http.Client) *UserRequestFriendParams
NewUserRequestFriendParamsWithHTTPClient creates a new UserRequestFriendParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUserRequestFriendParamsWithTimeout ¶ added in v0.2.0
func NewUserRequestFriendParamsWithTimeout(timeout time.Duration) *UserRequestFriendParams
NewUserRequestFriendParamsWithTimeout creates a new UserRequestFriendParams object with the default values initialized, and the ability to set a timeout on a request
func (*UserRequestFriendParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UserRequestFriendParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the user request friend params
func (*UserRequestFriendParams) SetBody ¶ added in v0.2.0
func (o *UserRequestFriendParams) SetBody(body *lobbyclientmodels.ModelUserRequestFriendRequest)
SetBody adds the body to the user request friend params
func (*UserRequestFriendParams) SetContext ¶ added in v0.2.0
func (o *UserRequestFriendParams) SetContext(ctx context.Context)
SetContext adds the context to the user request friend params
func (*UserRequestFriendParams) SetHTTPClient ¶ added in v0.2.0
func (o *UserRequestFriendParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user request friend params
func (*UserRequestFriendParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UserRequestFriendParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the user request friend params
func (*UserRequestFriendParams) SetNamespace ¶ added in v0.2.0
func (o *UserRequestFriendParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the user request friend params
func (*UserRequestFriendParams) SetTimeout ¶ added in v0.2.0
func (o *UserRequestFriendParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user request friend params
func (*UserRequestFriendParams) WithBody ¶ added in v0.2.0
func (o *UserRequestFriendParams) WithBody(body *lobbyclientmodels.ModelUserRequestFriendRequest) *UserRequestFriendParams
WithBody adds the body to the user request friend params
func (*UserRequestFriendParams) WithContext ¶ added in v0.2.0
func (o *UserRequestFriendParams) WithContext(ctx context.Context) *UserRequestFriendParams
WithContext adds the context to the user request friend params
func (*UserRequestFriendParams) WithHTTPClient ¶ added in v0.2.0
func (o *UserRequestFriendParams) WithHTTPClient(client *http.Client) *UserRequestFriendParams
WithHTTPClient adds the HTTPClient to the user request friend params
func (*UserRequestFriendParams) WithNamespace ¶ added in v0.2.0
func (o *UserRequestFriendParams) WithNamespace(namespace string) *UserRequestFriendParams
WithNamespace adds the namespace to the user request friend params
func (*UserRequestFriendParams) WithTimeout ¶ added in v0.2.0
func (o *UserRequestFriendParams) WithTimeout(timeout time.Duration) *UserRequestFriendParams
WithTimeout adds the timeout to the user request friend params
func (*UserRequestFriendParams) WriteToRequest ¶ added in v0.2.0
func (o *UserRequestFriendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserRequestFriendReader ¶ added in v0.2.0
type UserRequestFriendReader struct {
// contains filtered or unexported fields
}
UserRequestFriendReader is a Reader for the UserRequestFriend structure.
func (*UserRequestFriendReader) ReadResponse ¶ added in v0.2.0
func (o *UserRequestFriendReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserRequestFriendUnauthorized ¶ added in v0.2.0
type UserRequestFriendUnauthorized struct {
}UserRequestFriendUnauthorized handles this case with default header values.
Unauthorized
func NewUserRequestFriendUnauthorized ¶ added in v0.2.0
func NewUserRequestFriendUnauthorized() *UserRequestFriendUnauthorized
NewUserRequestFriendUnauthorized creates a UserRequestFriendUnauthorized with default headers values
func (*UserRequestFriendUnauthorized) Error ¶ added in v0.2.0
func (o *UserRequestFriendUnauthorized) Error() string
func (*UserRequestFriendUnauthorized) GetPayload ¶ added in v0.2.0
func (o *UserRequestFriendUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserRequestFriendUnprocessableEntity ¶ added in v0.2.0
type UserRequestFriendUnprocessableEntity struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserRequestFriendUnprocessableEntity handles this case with default header values.
Unprocessable Entity
func NewUserRequestFriendUnprocessableEntity ¶ added in v0.2.0
func NewUserRequestFriendUnprocessableEntity() *UserRequestFriendUnprocessableEntity
NewUserRequestFriendUnprocessableEntity creates a UserRequestFriendUnprocessableEntity with default headers values
func (*UserRequestFriendUnprocessableEntity) Error ¶ added in v0.2.0
func (o *UserRequestFriendUnprocessableEntity) Error() string
func (*UserRequestFriendUnprocessableEntity) GetPayload ¶ added in v0.2.0
func (o *UserRequestFriendUnprocessableEntity) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserUnfriendRequestBadRequest ¶ added in v0.2.0
type UserUnfriendRequestBadRequest struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserUnfriendRequestBadRequest handles this case with default header values.
Bad Request
func NewUserUnfriendRequestBadRequest ¶ added in v0.2.0
func NewUserUnfriendRequestBadRequest() *UserUnfriendRequestBadRequest
NewUserUnfriendRequestBadRequest creates a UserUnfriendRequestBadRequest with default headers values
func (*UserUnfriendRequestBadRequest) Error ¶ added in v0.2.0
func (o *UserUnfriendRequestBadRequest) Error() string
func (*UserUnfriendRequestBadRequest) GetPayload ¶ added in v0.2.0
func (o *UserUnfriendRequestBadRequest) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserUnfriendRequestForbidden ¶ added in v0.2.0
type UserUnfriendRequestForbidden struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserUnfriendRequestForbidden handles this case with default header values.
Forbidden
func NewUserUnfriendRequestForbidden ¶ added in v0.2.0
func NewUserUnfriendRequestForbidden() *UserUnfriendRequestForbidden
NewUserUnfriendRequestForbidden creates a UserUnfriendRequestForbidden with default headers values
func (*UserUnfriendRequestForbidden) Error ¶ added in v0.2.0
func (o *UserUnfriendRequestForbidden) Error() string
func (*UserUnfriendRequestForbidden) GetPayload ¶ added in v0.2.0
func (o *UserUnfriendRequestForbidden) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserUnfriendRequestInternalServerError ¶ added in v0.2.0
type UserUnfriendRequestInternalServerError struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserUnfriendRequestInternalServerError handles this case with default header values.
Internal Server Error
func NewUserUnfriendRequestInternalServerError ¶ added in v0.2.0
func NewUserUnfriendRequestInternalServerError() *UserUnfriendRequestInternalServerError
NewUserUnfriendRequestInternalServerError creates a UserUnfriendRequestInternalServerError with default headers values
func (*UserUnfriendRequestInternalServerError) Error ¶ added in v0.2.0
func (o *UserUnfriendRequestInternalServerError) Error() string
func (*UserUnfriendRequestInternalServerError) GetPayload ¶ added in v0.2.0
func (o *UserUnfriendRequestInternalServerError) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserUnfriendRequestNoContent ¶ added in v0.2.0
type UserUnfriendRequestNoContent struct { }
UserUnfriendRequestNoContent handles this case with default header values.
No Content
func NewUserUnfriendRequestNoContent ¶ added in v0.2.0
func NewUserUnfriendRequestNoContent() *UserUnfriendRequestNoContent
NewUserUnfriendRequestNoContent creates a UserUnfriendRequestNoContent with default headers values
func (*UserUnfriendRequestNoContent) Error ¶ added in v0.2.0
func (o *UserUnfriendRequestNoContent) Error() string
type UserUnfriendRequestNotFound ¶ added in v0.2.0
type UserUnfriendRequestNotFound struct {
Payload *lobbyclientmodels.RestapiErrorResponseV1
}
UserUnfriendRequestNotFound handles this case with default header values.
Not Found
func NewUserUnfriendRequestNotFound ¶ added in v0.2.0
func NewUserUnfriendRequestNotFound() *UserUnfriendRequestNotFound
NewUserUnfriendRequestNotFound creates a UserUnfriendRequestNotFound with default headers values
func (*UserUnfriendRequestNotFound) Error ¶ added in v0.2.0
func (o *UserUnfriendRequestNotFound) Error() string
func (*UserUnfriendRequestNotFound) GetPayload ¶ added in v0.2.0
func (o *UserUnfriendRequestNotFound) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
type UserUnfriendRequestParams ¶ added in v0.2.0
type UserUnfriendRequestParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body unfriend request content */ Body *lobbyclientmodels.ModelUserUnfriendRequest /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserUnfriendRequestParams contains all the parameters to send to the API endpoint for the user unfriend request operation typically these are written to a http.Request
func NewUserUnfriendRequestParams ¶ added in v0.2.0
func NewUserUnfriendRequestParams() *UserUnfriendRequestParams
NewUserUnfriendRequestParams creates a new UserUnfriendRequestParams object with the default values initialized.
func NewUserUnfriendRequestParamsWithContext ¶ added in v0.2.0
func NewUserUnfriendRequestParamsWithContext(ctx context.Context) *UserUnfriendRequestParams
NewUserUnfriendRequestParamsWithContext creates a new UserUnfriendRequestParams object with the default values initialized, and the ability to set a context for a request
func NewUserUnfriendRequestParamsWithHTTPClient ¶ added in v0.2.0
func NewUserUnfriendRequestParamsWithHTTPClient(client *http.Client) *UserUnfriendRequestParams
NewUserUnfriendRequestParamsWithHTTPClient creates a new UserUnfriendRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUserUnfriendRequestParamsWithTimeout ¶ added in v0.2.0
func NewUserUnfriendRequestParamsWithTimeout(timeout time.Duration) *UserUnfriendRequestParams
NewUserUnfriendRequestParamsWithTimeout creates a new UserUnfriendRequestParams object with the default values initialized, and the ability to set a timeout on a request
func (*UserUnfriendRequestParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UserUnfriendRequestParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the user unfriend request params
func (*UserUnfriendRequestParams) SetBody ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) SetBody(body *lobbyclientmodels.ModelUserUnfriendRequest)
SetBody adds the body to the user unfriend request params
func (*UserUnfriendRequestParams) SetContext ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) SetContext(ctx context.Context)
SetContext adds the context to the user unfriend request params
func (*UserUnfriendRequestParams) SetHTTPClient ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user unfriend request params
func (*UserUnfriendRequestParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UserUnfriendRequestParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the user unfriend request params
func (*UserUnfriendRequestParams) SetNamespace ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the user unfriend request params
func (*UserUnfriendRequestParams) SetTimeout ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user unfriend request params
func (*UserUnfriendRequestParams) WithBody ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) WithBody(body *lobbyclientmodels.ModelUserUnfriendRequest) *UserUnfriendRequestParams
WithBody adds the body to the user unfriend request params
func (*UserUnfriendRequestParams) WithContext ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) WithContext(ctx context.Context) *UserUnfriendRequestParams
WithContext adds the context to the user unfriend request params
func (*UserUnfriendRequestParams) WithHTTPClient ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) WithHTTPClient(client *http.Client) *UserUnfriendRequestParams
WithHTTPClient adds the HTTPClient to the user unfriend request params
func (*UserUnfriendRequestParams) WithNamespace ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) WithNamespace(namespace string) *UserUnfriendRequestParams
WithNamespace adds the namespace to the user unfriend request params
func (*UserUnfriendRequestParams) WithTimeout ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) WithTimeout(timeout time.Duration) *UserUnfriendRequestParams
WithTimeout adds the timeout to the user unfriend request params
func (*UserUnfriendRequestParams) WriteToRequest ¶ added in v0.2.0
func (o *UserUnfriendRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserUnfriendRequestReader ¶ added in v0.2.0
type UserUnfriendRequestReader struct {
// contains filtered or unexported fields
}
UserUnfriendRequestReader is a Reader for the UserUnfriendRequest structure.
func (*UserUnfriendRequestReader) ReadResponse ¶ added in v0.2.0
func (o *UserUnfriendRequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserUnfriendRequestUnauthorized ¶ added in v0.2.0
type UserUnfriendRequestUnauthorized struct {
}UserUnfriendRequestUnauthorized handles this case with default header values.
Unauthorized
func NewUserUnfriendRequestUnauthorized ¶ added in v0.2.0
func NewUserUnfriendRequestUnauthorized() *UserUnfriendRequestUnauthorized
NewUserUnfriendRequestUnauthorized creates a UserUnfriendRequestUnauthorized with default headers values
func (*UserUnfriendRequestUnauthorized) Error ¶ added in v0.2.0
func (o *UserUnfriendRequestUnauthorized) Error() string
func (*UserUnfriendRequestUnauthorized) GetPayload ¶ added in v0.2.0
func (o *UserUnfriendRequestUnauthorized) GetPayload() *lobbyclientmodels.RestapiErrorResponseV1
Source Files ¶
- add_friends_without_confirmation_parameters.go
- add_friends_without_confirmation_responses.go
- friends_client.go
- get_list_of_friends_parameters.go
- get_list_of_friends_responses.go
- get_user_friends_updated_parameters.go
- get_user_friends_updated_responses.go
- get_user_incoming_friends_parameters.go
- get_user_incoming_friends_responses.go
- get_user_outgoing_friends_parameters.go
- get_user_outgoing_friends_responses.go
- user_accept_friend_request_parameters.go
- user_accept_friend_request_responses.go
- user_cancel_friend_request_parameters.go
- user_cancel_friend_request_responses.go
- user_get_friendship_status_parameters.go
- user_get_friendship_status_responses.go
- user_reject_friend_request_parameters.go
- user_reject_friend_request_responses.go
- user_request_friend_parameters.go
- user_request_friend_responses.go
- user_unfriend_request_parameters.go
- user_unfriend_request_responses.go