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 AdmingroupsItems0 struct + ID interface{} + Members interface{} + Name interface{} + func (o *AdmingroupsItems0) MarshalBinary() ([]byte, error) + func (o *AdmingroupsItems0) UnmarshalBinary(b []byte) error + func (o *AdmingroupsItems0) Validate(formats strfmt.Registry) error + type AdminusersItems0 struct + Groups interface{} + ID interface{} + Username interface{} + func (o *AdminusersItems0) MarshalBinary() ([]byte, error) + func (o *AdminusersItems0) UnmarshalBinary(b []byte) error + func (o *AdminusersItems0) Validate(formats strfmt.Registry) error + type Client struct + func (a *Client) GetAdmingroups(params *GetAdmingroupsParams) (*GetAdmingroupsOK, error) + func (a *Client) GetAdminusers(params *GetAdminusersParams) (*GetAdminusersOK, error) + func (a *Client) PostAdminUsers(params *PostAdminUsersParams) (*PostAdminUsersOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetAdmingroups func(params *GetAdmingroupsParams) (*GetAdmingroupsOK, error) + GetAdminusers func(params *GetAdminusersParams) (*GetAdminusersOK, error) + PostAdminUsers func(params *PostAdminUsersParams) (*PostAdminUsersOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetAdmingroupsBadRequest struct + func NewGetAdmingroupsBadRequest() *GetAdmingroupsBadRequest + func (o *GetAdmingroupsBadRequest) Error() string + type GetAdmingroupsForbidden struct + func NewGetAdmingroupsForbidden() *GetAdmingroupsForbidden + func (o *GetAdmingroupsForbidden) Error() string + type GetAdmingroupsGone struct + func NewGetAdmingroupsGone() *GetAdmingroupsGone + func (o *GetAdmingroupsGone) Error() string + type GetAdmingroupsInternalServerError struct + func NewGetAdmingroupsInternalServerError() *GetAdmingroupsInternalServerError + func (o *GetAdmingroupsInternalServerError) Error() string + type GetAdmingroupsMethodNotAllowed struct + func NewGetAdmingroupsMethodNotAllowed() *GetAdmingroupsMethodNotAllowed + func (o *GetAdmingroupsMethodNotAllowed) Error() string + type GetAdmingroupsNotFound struct + func NewGetAdmingroupsNotFound() *GetAdmingroupsNotFound + func (o *GetAdmingroupsNotFound) Error() string + type GetAdmingroupsOK struct + Payload *GetAdmingroupsOKBody + func NewGetAdmingroupsOK() *GetAdmingroupsOK + func (o *GetAdmingroupsOK) Error() string + func (o *GetAdmingroupsOK) GetPayload() *GetAdmingroupsOKBody + type GetAdmingroupsOKBody struct + Adminusers []*AdminusersItems0 + func (o *GetAdmingroupsOKBody) MarshalBinary() ([]byte, error) + func (o *GetAdmingroupsOKBody) UnmarshalBinary(b []byte) error + func (o *GetAdmingroupsOKBody) Validate(formats strfmt.Registry) error + type GetAdmingroupsParams struct + Context context.Context + HTTPClient *http.Client + func NewGetAdmingroupsParams() *GetAdmingroupsParams + func NewGetAdmingroupsParamsWithContext(ctx context.Context) *GetAdmingroupsParams + func NewGetAdmingroupsParamsWithHTTPClient(client *http.Client) *GetAdmingroupsParams + func NewGetAdmingroupsParamsWithTimeout(timeout time.Duration) *GetAdmingroupsParams + func (o *GetAdmingroupsParams) SetContext(ctx context.Context) + func (o *GetAdmingroupsParams) SetHTTPClient(client *http.Client) + func (o *GetAdmingroupsParams) SetTimeout(timeout time.Duration) + func (o *GetAdmingroupsParams) WithContext(ctx context.Context) *GetAdmingroupsParams + func (o *GetAdmingroupsParams) WithHTTPClient(client *http.Client) *GetAdmingroupsParams + func (o *GetAdmingroupsParams) WithTimeout(timeout time.Duration) *GetAdmingroupsParams + func (o *GetAdmingroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAdmingroupsReader struct + func (o *GetAdmingroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAdmingroupsServiceUnavailable struct + func NewGetAdmingroupsServiceUnavailable() *GetAdmingroupsServiceUnavailable + func (o *GetAdmingroupsServiceUnavailable) Error() string + type GetAdmingroupsUnauthorized struct + func NewGetAdmingroupsUnauthorized() *GetAdmingroupsUnauthorized + func (o *GetAdmingroupsUnauthorized) Error() string + type GetAdminusersBadRequest struct + func NewGetAdminusersBadRequest() *GetAdminusersBadRequest + func (o *GetAdminusersBadRequest) Error() string + type GetAdminusersForbidden struct + func NewGetAdminusersForbidden() *GetAdminusersForbidden + func (o *GetAdminusersForbidden) Error() string + type GetAdminusersGone struct + func NewGetAdminusersGone() *GetAdminusersGone + func (o *GetAdminusersGone) Error() string + type GetAdminusersInternalServerError struct + func NewGetAdminusersInternalServerError() *GetAdminusersInternalServerError + func (o *GetAdminusersInternalServerError) Error() string + type GetAdminusersMethodNotAllowed struct + func NewGetAdminusersMethodNotAllowed() *GetAdminusersMethodNotAllowed + func (o *GetAdminusersMethodNotAllowed) Error() string + type GetAdminusersNotFound struct + func NewGetAdminusersNotFound() *GetAdminusersNotFound + func (o *GetAdminusersNotFound) Error() string + type GetAdminusersOK struct + Payload *GetAdminusersOKBody + func NewGetAdminusersOK() *GetAdminusersOK + func (o *GetAdminusersOK) Error() string + func (o *GetAdminusersOK) GetPayload() *GetAdminusersOKBody + type GetAdminusersOKBody struct + Admingroups []*AdmingroupsItems0 + func (o *GetAdminusersOKBody) MarshalBinary() ([]byte, error) + func (o *GetAdminusersOKBody) UnmarshalBinary(b []byte) error + func (o *GetAdminusersOKBody) Validate(formats strfmt.Registry) error + type GetAdminusersParams struct + Context context.Context + HTTPClient *http.Client + func NewGetAdminusersParams() *GetAdminusersParams + func NewGetAdminusersParamsWithContext(ctx context.Context) *GetAdminusersParams + func NewGetAdminusersParamsWithHTTPClient(client *http.Client) *GetAdminusersParams + func NewGetAdminusersParamsWithTimeout(timeout time.Duration) *GetAdminusersParams + func (o *GetAdminusersParams) SetContext(ctx context.Context) + func (o *GetAdminusersParams) SetHTTPClient(client *http.Client) + func (o *GetAdminusersParams) SetTimeout(timeout time.Duration) + func (o *GetAdminusersParams) WithContext(ctx context.Context) *GetAdminusersParams + func (o *GetAdminusersParams) WithHTTPClient(client *http.Client) *GetAdminusersParams + func (o *GetAdminusersParams) WithTimeout(timeout time.Duration) *GetAdminusersParams + func (o *GetAdminusersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAdminusersReader struct + func (o *GetAdminusersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAdminusersServiceUnavailable struct + func NewGetAdminusersServiceUnavailable() *GetAdminusersServiceUnavailable + func (o *GetAdminusersServiceUnavailable) Error() string + type GetAdminusersUnauthorized struct + func NewGetAdminusersUnauthorized() *GetAdminusersUnauthorized + func (o *GetAdminusersUnauthorized) Error() string + type PostAdminUsersBadRequest struct + func NewPostAdminUsersBadRequest() *PostAdminUsersBadRequest + func (o *PostAdminUsersBadRequest) Error() string + type PostAdminUsersForbidden struct + func NewPostAdminUsersForbidden() *PostAdminUsersForbidden + func (o *PostAdminUsersForbidden) Error() string + type PostAdminUsersGone struct + func NewPostAdminUsersGone() *PostAdminUsersGone + func (o *PostAdminUsersGone) Error() string + type PostAdminUsersInternalServerError struct + func NewPostAdminUsersInternalServerError() *PostAdminUsersInternalServerError + func (o *PostAdminUsersInternalServerError) Error() string + type PostAdminUsersMethodNotAllowed struct + func NewPostAdminUsersMethodNotAllowed() *PostAdminUsersMethodNotAllowed + func (o *PostAdminUsersMethodNotAllowed) Error() string + type PostAdminUsersNotFound struct + func NewPostAdminUsersNotFound() *PostAdminUsersNotFound + func (o *PostAdminUsersNotFound) Error() string + type PostAdminUsersOK struct + Payload *PostAdminUsersOKBody + func NewPostAdminUsersOK() *PostAdminUsersOK + func (o *PostAdminUsersOK) Error() string + func (o *PostAdminUsersOK) GetPayload() *PostAdminUsersOKBody + type PostAdminUsersOKBody struct + Code interface{} + Msg interface{} + func (o *PostAdminUsersOKBody) MarshalBinary() ([]byte, error) + func (o *PostAdminUsersOKBody) UnmarshalBinary(b []byte) error + func (o *PostAdminUsersOKBody) Validate(formats strfmt.Registry) error + type PostAdminUsersParams struct + Context context.Context + Groups *string + HTTPClient *http.Client + Password string + Username string + func NewPostAdminUsersParams() *PostAdminUsersParams + func NewPostAdminUsersParamsWithContext(ctx context.Context) *PostAdminUsersParams + func NewPostAdminUsersParamsWithHTTPClient(client *http.Client) *PostAdminUsersParams + func NewPostAdminUsersParamsWithTimeout(timeout time.Duration) *PostAdminUsersParams + func (o *PostAdminUsersParams) SetContext(ctx context.Context) + func (o *PostAdminUsersParams) SetGroups(groups *string) + func (o *PostAdminUsersParams) SetHTTPClient(client *http.Client) + func (o *PostAdminUsersParams) SetPassword(password string) + func (o *PostAdminUsersParams) SetTimeout(timeout time.Duration) + func (o *PostAdminUsersParams) SetUsername(username string) + func (o *PostAdminUsersParams) WithContext(ctx context.Context) *PostAdminUsersParams + func (o *PostAdminUsersParams) WithGroups(groups *string) *PostAdminUsersParams + func (o *PostAdminUsersParams) WithHTTPClient(client *http.Client) *PostAdminUsersParams + func (o *PostAdminUsersParams) WithPassword(password string) *PostAdminUsersParams + func (o *PostAdminUsersParams) WithTimeout(timeout time.Duration) *PostAdminUsersParams + func (o *PostAdminUsersParams) WithUsername(username string) *PostAdminUsersParams + func (o *PostAdminUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostAdminUsersReader struct + func (o *PostAdminUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostAdminUsersServiceUnavailable struct + func NewPostAdminUsersServiceUnavailable() *PostAdminUsersServiceUnavailable + func (o *PostAdminUsersServiceUnavailable) Error() string + type PostAdminUsersUnauthorized struct + func NewPostAdminUsersUnauthorized() *PostAdminUsersUnauthorized + func (o *PostAdminUsersUnauthorized) Error() string