Versions in this module Expand all Collapse all v0 v0.0.3 Jul 1, 2020 v0.0.2 Jul 1, 2020 Changes in this version + type Client struct + func (a *Client) GetObjectCategories(params *GetObjectCategoriesParams) (*GetObjectCategoriesOK, error) + func (a *Client) PostObjectCategories(params *PostObjectCategoriesParams) (*PostObjectCategoriesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetObjectCategories func(params *GetObjectCategoriesParams) (*GetObjectCategoriesOK, error) + PostObjectCategories func(params *PostObjectCategoriesParams) (*PostObjectCategoriesOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetObjectCategoriesBadRequest struct + func NewGetObjectCategoriesBadRequest() *GetObjectCategoriesBadRequest + func (o *GetObjectCategoriesBadRequest) Error() string + type GetObjectCategoriesForbidden struct + func NewGetObjectCategoriesForbidden() *GetObjectCategoriesForbidden + func (o *GetObjectCategoriesForbidden) Error() string + type GetObjectCategoriesGone struct + func NewGetObjectCategoriesGone() *GetObjectCategoriesGone + func (o *GetObjectCategoriesGone) Error() string + type GetObjectCategoriesInternalServerError struct + func NewGetObjectCategoriesInternalServerError() *GetObjectCategoriesInternalServerError + func (o *GetObjectCategoriesInternalServerError) Error() string + type GetObjectCategoriesMethodNotAllowed struct + func NewGetObjectCategoriesMethodNotAllowed() *GetObjectCategoriesMethodNotAllowed + func (o *GetObjectCategoriesMethodNotAllowed) Error() string + type GetObjectCategoriesNotFound struct + func NewGetObjectCategoriesNotFound() *GetObjectCategoriesNotFound + func (o *GetObjectCategoriesNotFound) Error() string + type GetObjectCategoriesOK struct + Payload *GetObjectCategoriesOKBody + func NewGetObjectCategoriesOK() *GetObjectCategoriesOK + func (o *GetObjectCategoriesOK) Error() string + func (o *GetObjectCategoriesOK) GetPayload() *GetObjectCategoriesOKBody + type GetObjectCategoriesOKBody struct + Limit interface{} + ObjectCategories []*models.ObjectCategories + Offset interface{} + TotalCount interface{} + func (o *GetObjectCategoriesOKBody) MarshalBinary() ([]byte, error) + func (o *GetObjectCategoriesOKBody) UnmarshalBinary(b []byte) error + func (o *GetObjectCategoriesOKBody) Validate(formats strfmt.Registry) error + type GetObjectCategoriesParams struct + Context context.Context + HTTPClient *http.Client + Name *string + func NewGetObjectCategoriesParams() *GetObjectCategoriesParams + func NewGetObjectCategoriesParamsWithContext(ctx context.Context) *GetObjectCategoriesParams + func NewGetObjectCategoriesParamsWithHTTPClient(client *http.Client) *GetObjectCategoriesParams + func NewGetObjectCategoriesParamsWithTimeout(timeout time.Duration) *GetObjectCategoriesParams + func (o *GetObjectCategoriesParams) SetContext(ctx context.Context) + func (o *GetObjectCategoriesParams) SetHTTPClient(client *http.Client) + func (o *GetObjectCategoriesParams) SetName(name *string) + func (o *GetObjectCategoriesParams) SetTimeout(timeout time.Duration) + func (o *GetObjectCategoriesParams) WithContext(ctx context.Context) *GetObjectCategoriesParams + func (o *GetObjectCategoriesParams) WithHTTPClient(client *http.Client) *GetObjectCategoriesParams + func (o *GetObjectCategoriesParams) WithName(name *string) *GetObjectCategoriesParams + func (o *GetObjectCategoriesParams) WithTimeout(timeout time.Duration) *GetObjectCategoriesParams + func (o *GetObjectCategoriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetObjectCategoriesReader struct + func (o *GetObjectCategoriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetObjectCategoriesServiceUnavailable struct + func NewGetObjectCategoriesServiceUnavailable() *GetObjectCategoriesServiceUnavailable + func (o *GetObjectCategoriesServiceUnavailable) Error() string + type GetObjectCategoriesUnauthorized struct + func NewGetObjectCategoriesUnauthorized() *GetObjectCategoriesUnauthorized + func (o *GetObjectCategoriesUnauthorized) Error() string + type PostObjectCategoriesBadRequest struct + func NewPostObjectCategoriesBadRequest() *PostObjectCategoriesBadRequest + func (o *PostObjectCategoriesBadRequest) Error() string + type PostObjectCategoriesForbidden struct + func NewPostObjectCategoriesForbidden() *PostObjectCategoriesForbidden + func (o *PostObjectCategoriesForbidden) Error() string + type PostObjectCategoriesGone struct + func NewPostObjectCategoriesGone() *PostObjectCategoriesGone + func (o *PostObjectCategoriesGone) Error() string + type PostObjectCategoriesInternalServerError struct + func NewPostObjectCategoriesInternalServerError() *PostObjectCategoriesInternalServerError + func (o *PostObjectCategoriesInternalServerError) Error() string + type PostObjectCategoriesMethodNotAllowed struct + func NewPostObjectCategoriesMethodNotAllowed() *PostObjectCategoriesMethodNotAllowed + func (o *PostObjectCategoriesMethodNotAllowed) Error() string + type PostObjectCategoriesNotFound struct + func NewPostObjectCategoriesNotFound() *PostObjectCategoriesNotFound + func (o *PostObjectCategoriesNotFound) Error() string + type PostObjectCategoriesOK struct + Payload *PostObjectCategoriesOKBody + func NewPostObjectCategoriesOK() *PostObjectCategoriesOK + func (o *PostObjectCategoriesOK) Error() string + func (o *PostObjectCategoriesOK) GetPayload() *PostObjectCategoriesOKBody + type PostObjectCategoriesOKBody struct + Code interface{} + Msg interface{} + func (o *PostObjectCategoriesOKBody) MarshalBinary() ([]byte, error) + func (o *PostObjectCategoriesOKBody) UnmarshalBinary(b []byte) error + func (o *PostObjectCategoriesOKBody) Validate(formats strfmt.Registry) error + type PostObjectCategoriesParams struct + Context context.Context + Description *string + HTTPClient *http.Client + Name string + func NewPostObjectCategoriesParams() *PostObjectCategoriesParams + func NewPostObjectCategoriesParamsWithContext(ctx context.Context) *PostObjectCategoriesParams + func NewPostObjectCategoriesParamsWithHTTPClient(client *http.Client) *PostObjectCategoriesParams + func NewPostObjectCategoriesParamsWithTimeout(timeout time.Duration) *PostObjectCategoriesParams + func (o *PostObjectCategoriesParams) SetContext(ctx context.Context) + func (o *PostObjectCategoriesParams) SetDescription(description *string) + func (o *PostObjectCategoriesParams) SetHTTPClient(client *http.Client) + func (o *PostObjectCategoriesParams) SetName(name string) + func (o *PostObjectCategoriesParams) SetTimeout(timeout time.Duration) + func (o *PostObjectCategoriesParams) WithContext(ctx context.Context) *PostObjectCategoriesParams + func (o *PostObjectCategoriesParams) WithDescription(description *string) *PostObjectCategoriesParams + func (o *PostObjectCategoriesParams) WithHTTPClient(client *http.Client) *PostObjectCategoriesParams + func (o *PostObjectCategoriesParams) WithName(name string) *PostObjectCategoriesParams + func (o *PostObjectCategoriesParams) WithTimeout(timeout time.Duration) *PostObjectCategoriesParams + func (o *PostObjectCategoriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostObjectCategoriesReader struct + func (o *PostObjectCategoriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostObjectCategoriesServiceUnavailable struct + func NewPostObjectCategoriesServiceUnavailable() *PostObjectCategoriesServiceUnavailable + func (o *PostObjectCategoriesServiceUnavailable) Error() string + type PostObjectCategoriesUnauthorized struct + func NewPostObjectCategoriesUnauthorized() *PostObjectCategoriesUnauthorized + func (o *PostObjectCategoriesUnauthorized) Error() string