Versions in this module Expand all Collapse all v0 v0.2.3 Jan 14, 2023 v0.2.2 Feb 23, 2022 Changes in this version + type AddActivityByPoolIDInternalServerError struct + Payload interface{} + func NewAddActivityByPoolIDInternalServerError() *AddActivityByPoolIDInternalServerError + func (o *AddActivityByPoolIDInternalServerError) Error() string + func (o *AddActivityByPoolIDInternalServerError) GetPayload() interface{} + type AddActivityByPoolIDNotFound struct + Payload interface{} + func NewAddActivityByPoolIDNotFound() *AddActivityByPoolIDNotFound + func (o *AddActivityByPoolIDNotFound) Error() string + func (o *AddActivityByPoolIDNotFound) GetPayload() interface{} + type AddActivityByPoolIDOK struct + Payload *models.ID + func NewAddActivityByPoolIDOK() *AddActivityByPoolIDOK + func (o *AddActivityByPoolIDOK) Error() string + func (o *AddActivityByPoolIDOK) GetPayload() *models.ID + type AddActivityByPoolIDParams struct + Activity *models.Activity + Context context.Context + HTTPClient *http.Client + PoolID string + func NewAddActivityByPoolIDParams() *AddActivityByPoolIDParams + func NewAddActivityByPoolIDParamsWithContext(ctx context.Context) *AddActivityByPoolIDParams + func NewAddActivityByPoolIDParamsWithHTTPClient(client *http.Client) *AddActivityByPoolIDParams + func NewAddActivityByPoolIDParamsWithTimeout(timeout time.Duration) *AddActivityByPoolIDParams + func (o *AddActivityByPoolIDParams) SetActivity(activity *models.Activity) + func (o *AddActivityByPoolIDParams) SetContext(ctx context.Context) + func (o *AddActivityByPoolIDParams) SetDefaults() + func (o *AddActivityByPoolIDParams) SetHTTPClient(client *http.Client) + func (o *AddActivityByPoolIDParams) SetPoolID(poolID string) + func (o *AddActivityByPoolIDParams) SetTimeout(timeout time.Duration) + func (o *AddActivityByPoolIDParams) WithActivity(activity *models.Activity) *AddActivityByPoolIDParams + func (o *AddActivityByPoolIDParams) WithContext(ctx context.Context) *AddActivityByPoolIDParams + func (o *AddActivityByPoolIDParams) WithDefaults() *AddActivityByPoolIDParams + func (o *AddActivityByPoolIDParams) WithHTTPClient(client *http.Client) *AddActivityByPoolIDParams + func (o *AddActivityByPoolIDParams) WithPoolID(poolID string) *AddActivityByPoolIDParams + func (o *AddActivityByPoolIDParams) WithTimeout(timeout time.Duration) *AddActivityByPoolIDParams + func (o *AddActivityByPoolIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddActivityByPoolIDReader struct + func (o *AddActivityByPoolIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddActivityByPoolIDUnauthorized struct + Payload interface{} + func NewAddActivityByPoolIDUnauthorized() *AddActivityByPoolIDUnauthorized + func (o *AddActivityByPoolIDUnauthorized) Error() string + func (o *AddActivityByPoolIDUnauthorized) GetPayload() interface{} + type AddNewPoolInternalServerError struct + Payload interface{} + func NewAddNewPoolInternalServerError() *AddNewPoolInternalServerError + func (o *AddNewPoolInternalServerError) Error() string + func (o *AddNewPoolInternalServerError) GetPayload() interface{} + type AddNewPoolNotFound struct + Payload interface{} + func NewAddNewPoolNotFound() *AddNewPoolNotFound + func (o *AddNewPoolNotFound) Error() string + func (o *AddNewPoolNotFound) GetPayload() interface{} + type AddNewPoolOK struct + Payload *models.ID + func NewAddNewPoolOK() *AddNewPoolOK + func (o *AddNewPoolOK) Error() string + func (o *AddNewPoolOK) GetPayload() *models.ID + type AddNewPoolParams struct + Context context.Context + HTTPClient *http.Client + Pool *models.Pool + func NewAddNewPoolParams() *AddNewPoolParams + func NewAddNewPoolParamsWithContext(ctx context.Context) *AddNewPoolParams + func NewAddNewPoolParamsWithHTTPClient(client *http.Client) *AddNewPoolParams + func NewAddNewPoolParamsWithTimeout(timeout time.Duration) *AddNewPoolParams + func (o *AddNewPoolParams) SetContext(ctx context.Context) + func (o *AddNewPoolParams) SetDefaults() + func (o *AddNewPoolParams) SetHTTPClient(client *http.Client) + func (o *AddNewPoolParams) SetPool(pool *models.Pool) + func (o *AddNewPoolParams) SetTimeout(timeout time.Duration) + func (o *AddNewPoolParams) WithContext(ctx context.Context) *AddNewPoolParams + func (o *AddNewPoolParams) WithDefaults() *AddNewPoolParams + func (o *AddNewPoolParams) WithHTTPClient(client *http.Client) *AddNewPoolParams + func (o *AddNewPoolParams) WithPool(pool *models.Pool) *AddNewPoolParams + func (o *AddNewPoolParams) WithTimeout(timeout time.Duration) *AddNewPoolParams + func (o *AddNewPoolParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddNewPoolReader struct + func (o *AddNewPoolReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddNewPoolUnauthorized struct + Payload interface{} + func NewAddNewPoolUnauthorized() *AddNewPoolUnauthorized + func (o *AddNewPoolUnauthorized) Error() string + func (o *AddNewPoolUnauthorized) GetPayload() interface{} + type Client struct + func (a *Client) AddActivityByPoolID(params *AddActivityByPoolIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddActivityByPoolIDOK, error) + func (a *Client) AddNewPool(params *AddNewPoolParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddNewPoolOK, error) + func (a *Client) DeleteActivityByID(params *DeleteActivityByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) error + func (a *Client) DeletePool(params *DeletePoolParams, authInfo runtime.ClientAuthInfoWriter, ...) error + func (a *Client) GetActivityByID(params *GetActivityByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetActivityByIDOK, error) + func (a *Client) GetAllPools(params *GetAllPoolsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAllPoolsOK, error) + func (a *Client) GetPoolDescriptionByID(params *GetPoolDescriptionByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPoolDescriptionByIDOK, error) + func (a *Client) GetPoolStatusByID(params *GetPoolStatusByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPoolStatusByIDOK, error) + func (a *Client) RequestSessionByPoolID(params *RequestSessionByPoolIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RequestSessionByPoolIDOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateActivityByID(params *UpdateActivityByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateActivityByIDOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + AddActivityByPoolID func(params *AddActivityByPoolIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddActivityByPoolIDOK, error) + AddNewPool func(params *AddNewPoolParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddNewPoolOK, error) + DeleteActivityByID func(params *DeleteActivityByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) error + DeletePool func(params *DeletePoolParams, authInfo runtime.ClientAuthInfoWriter, ...) error + GetActivityByID func(params *GetActivityByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetActivityByIDOK, error) + GetAllPools func(params *GetAllPoolsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAllPoolsOK, error) + GetPoolDescriptionByID func(params *GetPoolDescriptionByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPoolDescriptionByIDOK, error) + GetPoolStatusByID func(params *GetPoolStatusByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPoolStatusByIDOK, error) + RequestSessionByPoolID func(params *RequestSessionByPoolIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RequestSessionByPoolIDOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateActivityByID func(params *UpdateActivityByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateActivityByIDOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteActivityByIDInternalServerError struct + Payload interface{} + func NewDeleteActivityByIDInternalServerError() *DeleteActivityByIDInternalServerError + func (o *DeleteActivityByIDInternalServerError) Error() string + func (o *DeleteActivityByIDInternalServerError) GetPayload() interface{} + type DeleteActivityByIDNotFound struct + Payload interface{} + func NewDeleteActivityByIDNotFound() *DeleteActivityByIDNotFound + func (o *DeleteActivityByIDNotFound) Error() string + func (o *DeleteActivityByIDNotFound) GetPayload() interface{} + type DeleteActivityByIDParams struct + ActivityID string + Context context.Context + HTTPClient *http.Client + PoolID string + func NewDeleteActivityByIDParams() *DeleteActivityByIDParams + func NewDeleteActivityByIDParamsWithContext(ctx context.Context) *DeleteActivityByIDParams + func NewDeleteActivityByIDParamsWithHTTPClient(client *http.Client) *DeleteActivityByIDParams + func NewDeleteActivityByIDParamsWithTimeout(timeout time.Duration) *DeleteActivityByIDParams + func (o *DeleteActivityByIDParams) SetActivityID(activityID string) + func (o *DeleteActivityByIDParams) SetContext(ctx context.Context) + func (o *DeleteActivityByIDParams) SetDefaults() + func (o *DeleteActivityByIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteActivityByIDParams) SetPoolID(poolID string) + func (o *DeleteActivityByIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteActivityByIDParams) WithActivityID(activityID string) *DeleteActivityByIDParams + func (o *DeleteActivityByIDParams) WithContext(ctx context.Context) *DeleteActivityByIDParams + func (o *DeleteActivityByIDParams) WithDefaults() *DeleteActivityByIDParams + func (o *DeleteActivityByIDParams) WithHTTPClient(client *http.Client) *DeleteActivityByIDParams + func (o *DeleteActivityByIDParams) WithPoolID(poolID string) *DeleteActivityByIDParams + func (o *DeleteActivityByIDParams) WithTimeout(timeout time.Duration) *DeleteActivityByIDParams + func (o *DeleteActivityByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteActivityByIDReader struct + func (o *DeleteActivityByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteActivityByIDUnauthorized struct + Payload interface{} + func NewDeleteActivityByIDUnauthorized() *DeleteActivityByIDUnauthorized + func (o *DeleteActivityByIDUnauthorized) Error() string + func (o *DeleteActivityByIDUnauthorized) GetPayload() interface{} + type DeletePoolInternalServerError struct + Payload interface{} + func NewDeletePoolInternalServerError() *DeletePoolInternalServerError + func (o *DeletePoolInternalServerError) Error() string + func (o *DeletePoolInternalServerError) GetPayload() interface{} + type DeletePoolNotFound struct + Payload interface{} + func NewDeletePoolNotFound() *DeletePoolNotFound + func (o *DeletePoolNotFound) Error() string + func (o *DeletePoolNotFound) GetPayload() interface{} + type DeletePoolParams struct + Context context.Context + HTTPClient *http.Client + PoolID string + func NewDeletePoolParams() *DeletePoolParams + func NewDeletePoolParamsWithContext(ctx context.Context) *DeletePoolParams + func NewDeletePoolParamsWithHTTPClient(client *http.Client) *DeletePoolParams + func NewDeletePoolParamsWithTimeout(timeout time.Duration) *DeletePoolParams + func (o *DeletePoolParams) SetContext(ctx context.Context) + func (o *DeletePoolParams) SetDefaults() + func (o *DeletePoolParams) SetHTTPClient(client *http.Client) + func (o *DeletePoolParams) SetPoolID(poolID string) + func (o *DeletePoolParams) SetTimeout(timeout time.Duration) + func (o *DeletePoolParams) WithContext(ctx context.Context) *DeletePoolParams + func (o *DeletePoolParams) WithDefaults() *DeletePoolParams + func (o *DeletePoolParams) WithHTTPClient(client *http.Client) *DeletePoolParams + func (o *DeletePoolParams) WithPoolID(poolID string) *DeletePoolParams + func (o *DeletePoolParams) WithTimeout(timeout time.Duration) *DeletePoolParams + func (o *DeletePoolParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePoolReader struct + func (o *DeletePoolReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePoolUnauthorized struct + Payload interface{} + func NewDeletePoolUnauthorized() *DeletePoolUnauthorized + func (o *DeletePoolUnauthorized) Error() string + func (o *DeletePoolUnauthorized) GetPayload() interface{} + type GetActivityByIDInternalServerError struct + Payload interface{} + func NewGetActivityByIDInternalServerError() *GetActivityByIDInternalServerError + func (o *GetActivityByIDInternalServerError) Error() string + func (o *GetActivityByIDInternalServerError) GetPayload() interface{} + type GetActivityByIDNotFound struct + Payload interface{} + func NewGetActivityByIDNotFound() *GetActivityByIDNotFound + func (o *GetActivityByIDNotFound) Error() string + func (o *GetActivityByIDNotFound) GetPayload() interface{} + type GetActivityByIDOK struct + Payload *models.Description + func NewGetActivityByIDOK() *GetActivityByIDOK + func (o *GetActivityByIDOK) Error() string + func (o *GetActivityByIDOK) GetPayload() *models.Description + type GetActivityByIDParams struct + ActivityID string + Context context.Context + Details *bool + HTTPClient *http.Client + PoolID string + func NewGetActivityByIDParams() *GetActivityByIDParams + func NewGetActivityByIDParamsWithContext(ctx context.Context) *GetActivityByIDParams + func NewGetActivityByIDParamsWithHTTPClient(client *http.Client) *GetActivityByIDParams + func NewGetActivityByIDParamsWithTimeout(timeout time.Duration) *GetActivityByIDParams + func (o *GetActivityByIDParams) SetActivityID(activityID string) + func (o *GetActivityByIDParams) SetContext(ctx context.Context) + func (o *GetActivityByIDParams) SetDefaults() + func (o *GetActivityByIDParams) SetDetails(details *bool) + func (o *GetActivityByIDParams) SetHTTPClient(client *http.Client) + func (o *GetActivityByIDParams) SetPoolID(poolID string) + func (o *GetActivityByIDParams) SetTimeout(timeout time.Duration) + func (o *GetActivityByIDParams) WithActivityID(activityID string) *GetActivityByIDParams + func (o *GetActivityByIDParams) WithContext(ctx context.Context) *GetActivityByIDParams + func (o *GetActivityByIDParams) WithDefaults() *GetActivityByIDParams + func (o *GetActivityByIDParams) WithDetails(details *bool) *GetActivityByIDParams + func (o *GetActivityByIDParams) WithHTTPClient(client *http.Client) *GetActivityByIDParams + func (o *GetActivityByIDParams) WithPoolID(poolID string) *GetActivityByIDParams + func (o *GetActivityByIDParams) WithTimeout(timeout time.Duration) *GetActivityByIDParams + func (o *GetActivityByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetActivityByIDReader struct + func (o *GetActivityByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetActivityByIDUnauthorized struct + Payload interface{} + func NewGetActivityByIDUnauthorized() *GetActivityByIDUnauthorized + func (o *GetActivityByIDUnauthorized) Error() string + func (o *GetActivityByIDUnauthorized) GetPayload() interface{} + type GetAllPoolsInternalServerError struct + Payload interface{} + func NewGetAllPoolsInternalServerError() *GetAllPoolsInternalServerError + func (o *GetAllPoolsInternalServerError) Error() string + func (o *GetAllPoolsInternalServerError) GetPayload() interface{} + type GetAllPoolsNotFound struct + Payload interface{} + func NewGetAllPoolsNotFound() *GetAllPoolsNotFound + func (o *GetAllPoolsNotFound) Error() string + func (o *GetAllPoolsNotFound) GetPayload() interface{} + type GetAllPoolsOK struct + Payload models.IDList + func NewGetAllPoolsOK() *GetAllPoolsOK + func (o *GetAllPoolsOK) Error() string + func (o *GetAllPoolsOK) GetPayload() models.IDList + type GetAllPoolsParams struct + Context context.Context + Exact *bool + HTTPClient *http.Client + Name *string + func NewGetAllPoolsParams() *GetAllPoolsParams + func NewGetAllPoolsParamsWithContext(ctx context.Context) *GetAllPoolsParams + func NewGetAllPoolsParamsWithHTTPClient(client *http.Client) *GetAllPoolsParams + func NewGetAllPoolsParamsWithTimeout(timeout time.Duration) *GetAllPoolsParams + func (o *GetAllPoolsParams) SetContext(ctx context.Context) + func (o *GetAllPoolsParams) SetDefaults() + func (o *GetAllPoolsParams) SetExact(exact *bool) + func (o *GetAllPoolsParams) SetHTTPClient(client *http.Client) + func (o *GetAllPoolsParams) SetName(name *string) + func (o *GetAllPoolsParams) SetTimeout(timeout time.Duration) + func (o *GetAllPoolsParams) WithContext(ctx context.Context) *GetAllPoolsParams + func (o *GetAllPoolsParams) WithDefaults() *GetAllPoolsParams + func (o *GetAllPoolsParams) WithExact(exact *bool) *GetAllPoolsParams + func (o *GetAllPoolsParams) WithHTTPClient(client *http.Client) *GetAllPoolsParams + func (o *GetAllPoolsParams) WithName(name *string) *GetAllPoolsParams + func (o *GetAllPoolsParams) WithTimeout(timeout time.Duration) *GetAllPoolsParams + func (o *GetAllPoolsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAllPoolsReader struct + func (o *GetAllPoolsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAllPoolsUnauthorized struct + Payload interface{} + func NewGetAllPoolsUnauthorized() *GetAllPoolsUnauthorized + func (o *GetAllPoolsUnauthorized) Error() string + func (o *GetAllPoolsUnauthorized) GetPayload() interface{} + type GetPoolDescriptionByIDInternalServerError struct + Payload interface{} + func NewGetPoolDescriptionByIDInternalServerError() *GetPoolDescriptionByIDInternalServerError + func (o *GetPoolDescriptionByIDInternalServerError) Error() string + func (o *GetPoolDescriptionByIDInternalServerError) GetPayload() interface{} + type GetPoolDescriptionByIDOK struct + Payload *models.Description + func NewGetPoolDescriptionByIDOK() *GetPoolDescriptionByIDOK + func (o *GetPoolDescriptionByIDOK) Error() string + func (o *GetPoolDescriptionByIDOK) GetPayload() *models.Description + type GetPoolDescriptionByIDParams struct + Context context.Context + HTTPClient *http.Client + PoolID string + func NewGetPoolDescriptionByIDParams() *GetPoolDescriptionByIDParams + func NewGetPoolDescriptionByIDParamsWithContext(ctx context.Context) *GetPoolDescriptionByIDParams + func NewGetPoolDescriptionByIDParamsWithHTTPClient(client *http.Client) *GetPoolDescriptionByIDParams + func NewGetPoolDescriptionByIDParamsWithTimeout(timeout time.Duration) *GetPoolDescriptionByIDParams + func (o *GetPoolDescriptionByIDParams) SetContext(ctx context.Context) + func (o *GetPoolDescriptionByIDParams) SetDefaults() + func (o *GetPoolDescriptionByIDParams) SetHTTPClient(client *http.Client) + func (o *GetPoolDescriptionByIDParams) SetPoolID(poolID string) + func (o *GetPoolDescriptionByIDParams) SetTimeout(timeout time.Duration) + func (o *GetPoolDescriptionByIDParams) WithContext(ctx context.Context) *GetPoolDescriptionByIDParams + func (o *GetPoolDescriptionByIDParams) WithDefaults() *GetPoolDescriptionByIDParams + func (o *GetPoolDescriptionByIDParams) WithHTTPClient(client *http.Client) *GetPoolDescriptionByIDParams + func (o *GetPoolDescriptionByIDParams) WithPoolID(poolID string) *GetPoolDescriptionByIDParams + func (o *GetPoolDescriptionByIDParams) WithTimeout(timeout time.Duration) *GetPoolDescriptionByIDParams + func (o *GetPoolDescriptionByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPoolDescriptionByIDReader struct + func (o *GetPoolDescriptionByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPoolDescriptionByIDUnauthorized struct + Payload interface{} + func NewGetPoolDescriptionByIDUnauthorized() *GetPoolDescriptionByIDUnauthorized + func (o *GetPoolDescriptionByIDUnauthorized) Error() string + func (o *GetPoolDescriptionByIDUnauthorized) GetPayload() interface{} + type GetPoolStatusByIDInternalServerError struct + Payload interface{} + func NewGetPoolStatusByIDInternalServerError() *GetPoolStatusByIDInternalServerError + func (o *GetPoolStatusByIDInternalServerError) Error() string + func (o *GetPoolStatusByIDInternalServerError) GetPayload() interface{} + type GetPoolStatusByIDOK struct + Payload *models.Status + func NewGetPoolStatusByIDOK() *GetPoolStatusByIDOK + func (o *GetPoolStatusByIDOK) Error() string + func (o *GetPoolStatusByIDOK) GetPayload() *models.Status + type GetPoolStatusByIDParams struct + Context context.Context + Duration *float64 + HTTPClient *http.Client + PoolID string + func NewGetPoolStatusByIDParams() *GetPoolStatusByIDParams + func NewGetPoolStatusByIDParamsWithContext(ctx context.Context) *GetPoolStatusByIDParams + func NewGetPoolStatusByIDParamsWithHTTPClient(client *http.Client) *GetPoolStatusByIDParams + func NewGetPoolStatusByIDParamsWithTimeout(timeout time.Duration) *GetPoolStatusByIDParams + func (o *GetPoolStatusByIDParams) SetContext(ctx context.Context) + func (o *GetPoolStatusByIDParams) SetDefaults() + func (o *GetPoolStatusByIDParams) SetDuration(duration *float64) + func (o *GetPoolStatusByIDParams) SetHTTPClient(client *http.Client) + func (o *GetPoolStatusByIDParams) SetPoolID(poolID string) + func (o *GetPoolStatusByIDParams) SetTimeout(timeout time.Duration) + func (o *GetPoolStatusByIDParams) WithContext(ctx context.Context) *GetPoolStatusByIDParams + func (o *GetPoolStatusByIDParams) WithDefaults() *GetPoolStatusByIDParams + func (o *GetPoolStatusByIDParams) WithDuration(duration *float64) *GetPoolStatusByIDParams + func (o *GetPoolStatusByIDParams) WithHTTPClient(client *http.Client) *GetPoolStatusByIDParams + func (o *GetPoolStatusByIDParams) WithPoolID(poolID string) *GetPoolStatusByIDParams + func (o *GetPoolStatusByIDParams) WithTimeout(timeout time.Duration) *GetPoolStatusByIDParams + func (o *GetPoolStatusByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPoolStatusByIDReader struct + func (o *GetPoolStatusByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPoolStatusByIDUnauthorized struct + Payload interface{} + func NewGetPoolStatusByIDUnauthorized() *GetPoolStatusByIDUnauthorized + func (o *GetPoolStatusByIDUnauthorized) Error() string + func (o *GetPoolStatusByIDUnauthorized) GetPayload() interface{} + type RequestSessionByPoolIDInternalServerError struct + Payload interface{} + func NewRequestSessionByPoolIDInternalServerError() *RequestSessionByPoolIDInternalServerError + func (o *RequestSessionByPoolIDInternalServerError) Error() string + func (o *RequestSessionByPoolIDInternalServerError) GetPayload() interface{} + type RequestSessionByPoolIDNotFound struct + Payload interface{} + func NewRequestSessionByPoolIDNotFound() *RequestSessionByPoolIDNotFound + func (o *RequestSessionByPoolIDNotFound) Error() string + func (o *RequestSessionByPoolIDNotFound) GetPayload() interface{} + type RequestSessionByPoolIDOK struct + Payload *models.Activity + func NewRequestSessionByPoolIDOK() *RequestSessionByPoolIDOK + func (o *RequestSessionByPoolIDOK) Error() string + func (o *RequestSessionByPoolIDOK) GetPayload() *models.Activity + type RequestSessionByPoolIDParams struct + Context context.Context + Duration int64 + HTTPClient *http.Client + PoolID string + func NewRequestSessionByPoolIDParams() *RequestSessionByPoolIDParams + func NewRequestSessionByPoolIDParamsWithContext(ctx context.Context) *RequestSessionByPoolIDParams + func NewRequestSessionByPoolIDParamsWithHTTPClient(client *http.Client) *RequestSessionByPoolIDParams + func NewRequestSessionByPoolIDParamsWithTimeout(timeout time.Duration) *RequestSessionByPoolIDParams + func (o *RequestSessionByPoolIDParams) SetContext(ctx context.Context) + func (o *RequestSessionByPoolIDParams) SetDefaults() + func (o *RequestSessionByPoolIDParams) SetDuration(duration int64) + func (o *RequestSessionByPoolIDParams) SetHTTPClient(client *http.Client) + func (o *RequestSessionByPoolIDParams) SetPoolID(poolID string) + func (o *RequestSessionByPoolIDParams) SetTimeout(timeout time.Duration) + func (o *RequestSessionByPoolIDParams) WithContext(ctx context.Context) *RequestSessionByPoolIDParams + func (o *RequestSessionByPoolIDParams) WithDefaults() *RequestSessionByPoolIDParams + func (o *RequestSessionByPoolIDParams) WithDuration(duration int64) *RequestSessionByPoolIDParams + func (o *RequestSessionByPoolIDParams) WithHTTPClient(client *http.Client) *RequestSessionByPoolIDParams + func (o *RequestSessionByPoolIDParams) WithPoolID(poolID string) *RequestSessionByPoolIDParams + func (o *RequestSessionByPoolIDParams) WithTimeout(timeout time.Duration) *RequestSessionByPoolIDParams + func (o *RequestSessionByPoolIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RequestSessionByPoolIDPaymentRequired struct + Payload interface{} + func NewRequestSessionByPoolIDPaymentRequired() *RequestSessionByPoolIDPaymentRequired + func (o *RequestSessionByPoolIDPaymentRequired) Error() string + func (o *RequestSessionByPoolIDPaymentRequired) GetPayload() interface{} + type RequestSessionByPoolIDReader struct + func (o *RequestSessionByPoolIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RequestSessionByPoolIDUnauthorized struct + Payload interface{} + func NewRequestSessionByPoolIDUnauthorized() *RequestSessionByPoolIDUnauthorized + func (o *RequestSessionByPoolIDUnauthorized) Error() string + func (o *RequestSessionByPoolIDUnauthorized) GetPayload() interface{} + type UpdateActivityByIDInternalServerError struct + Payload interface{} + func NewUpdateActivityByIDInternalServerError() *UpdateActivityByIDInternalServerError + func (o *UpdateActivityByIDInternalServerError) Error() string + func (o *UpdateActivityByIDInternalServerError) GetPayload() interface{} + type UpdateActivityByIDNotFound struct + Payload interface{} + func NewUpdateActivityByIDNotFound() *UpdateActivityByIDNotFound + func (o *UpdateActivityByIDNotFound) Error() string + func (o *UpdateActivityByIDNotFound) GetPayload() interface{} + type UpdateActivityByIDOK struct + Payload *models.ID + func NewUpdateActivityByIDOK() *UpdateActivityByIDOK + func (o *UpdateActivityByIDOK) Error() string + func (o *UpdateActivityByIDOK) GetPayload() *models.ID + type UpdateActivityByIDParams struct + Activity *models.Activity + ActivityID string + Context context.Context + HTTPClient *http.Client + PoolID string + func NewUpdateActivityByIDParams() *UpdateActivityByIDParams + func NewUpdateActivityByIDParamsWithContext(ctx context.Context) *UpdateActivityByIDParams + func NewUpdateActivityByIDParamsWithHTTPClient(client *http.Client) *UpdateActivityByIDParams + func NewUpdateActivityByIDParamsWithTimeout(timeout time.Duration) *UpdateActivityByIDParams + func (o *UpdateActivityByIDParams) SetActivity(activity *models.Activity) + func (o *UpdateActivityByIDParams) SetActivityID(activityID string) + func (o *UpdateActivityByIDParams) SetContext(ctx context.Context) + func (o *UpdateActivityByIDParams) SetDefaults() + func (o *UpdateActivityByIDParams) SetHTTPClient(client *http.Client) + func (o *UpdateActivityByIDParams) SetPoolID(poolID string) + func (o *UpdateActivityByIDParams) SetTimeout(timeout time.Duration) + func (o *UpdateActivityByIDParams) WithActivity(activity *models.Activity) *UpdateActivityByIDParams + func (o *UpdateActivityByIDParams) WithActivityID(activityID string) *UpdateActivityByIDParams + func (o *UpdateActivityByIDParams) WithContext(ctx context.Context) *UpdateActivityByIDParams + func (o *UpdateActivityByIDParams) WithDefaults() *UpdateActivityByIDParams + func (o *UpdateActivityByIDParams) WithHTTPClient(client *http.Client) *UpdateActivityByIDParams + func (o *UpdateActivityByIDParams) WithPoolID(poolID string) *UpdateActivityByIDParams + func (o *UpdateActivityByIDParams) WithTimeout(timeout time.Duration) *UpdateActivityByIDParams + func (o *UpdateActivityByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateActivityByIDReader struct + func (o *UpdateActivityByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateActivityByIDUnauthorized struct + Payload interface{} + func NewUpdateActivityByIDUnauthorized() *UpdateActivityByIDUnauthorized + func (o *UpdateActivityByIDUnauthorized) Error() string + func (o *UpdateActivityByIDUnauthorized) GetPayload() interface{}