Documentation
¶
Index ¶
- type Client
- type ClientService
- type GetAPIDocumentationUsingGETForbidden
- type GetAPIDocumentationUsingGETNotFound
- type GetAPIDocumentationUsingGETOK
- type GetAPIDocumentationUsingGETParams
- func NewGetAPIDocumentationUsingGETParams() *GetAPIDocumentationUsingGETParams
- func NewGetAPIDocumentationUsingGETParamsWithContext(ctx context.Context) *GetAPIDocumentationUsingGETParams
- func NewGetAPIDocumentationUsingGETParamsWithHTTPClient(client *http.Client) *GetAPIDocumentationUsingGETParams
- func NewGetAPIDocumentationUsingGETParamsWithTimeout(timeout time.Duration) *GetAPIDocumentationUsingGETParams
- func (o *GetAPIDocumentationUsingGETParams) SetContext(ctx context.Context)
- func (o *GetAPIDocumentationUsingGETParams) SetGroup(group *string)
- func (o *GetAPIDocumentationUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIDocumentationUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIDocumentationUsingGETParams) WithContext(ctx context.Context) *GetAPIDocumentationUsingGETParams
- func (o *GetAPIDocumentationUsingGETParams) WithGroup(group *string) *GetAPIDocumentationUsingGETParams
- func (o *GetAPIDocumentationUsingGETParams) WithHTTPClient(client *http.Client) *GetAPIDocumentationUsingGETParams
- func (o *GetAPIDocumentationUsingGETParams) WithTimeout(timeout time.Duration) *GetAPIDocumentationUsingGETParams
- func (o *GetAPIDocumentationUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIDocumentationUsingGETReader
- type GetAPIDocumentationUsingGETUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for api API
func (*Client) GetAPIDocumentationUsingGET ¶
func (a *Client) GetAPIDocumentationUsingGET(params *GetAPIDocumentationUsingGETParams) (*GetAPIDocumentationUsingGETOK, error)
GetAPIDocumentationUsingGET retrieves the API documentation
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { GetAPIDocumentationUsingGET(params *GetAPIDocumentationUsingGETParams) (*GetAPIDocumentationUsingGETOK, 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 api API client.
type GetAPIDocumentationUsingGETForbidden ¶
type GetAPIDocumentationUsingGETForbidden struct { }
GetAPIDocumentationUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetAPIDocumentationUsingGETForbidden ¶
func NewGetAPIDocumentationUsingGETForbidden() *GetAPIDocumentationUsingGETForbidden
NewGetAPIDocumentationUsingGETForbidden creates a GetAPIDocumentationUsingGETForbidden with default headers values
func (*GetAPIDocumentationUsingGETForbidden) Error ¶
func (o *GetAPIDocumentationUsingGETForbidden) Error() string
type GetAPIDocumentationUsingGETNotFound ¶
type GetAPIDocumentationUsingGETNotFound struct { }
GetAPIDocumentationUsingGETNotFound handles this case with default header values.
Not Found
func NewGetAPIDocumentationUsingGETNotFound ¶
func NewGetAPIDocumentationUsingGETNotFound() *GetAPIDocumentationUsingGETNotFound
NewGetAPIDocumentationUsingGETNotFound creates a GetAPIDocumentationUsingGETNotFound with default headers values
func (*GetAPIDocumentationUsingGETNotFound) Error ¶
func (o *GetAPIDocumentationUsingGETNotFound) Error() string
type GetAPIDocumentationUsingGETOK ¶
GetAPIDocumentationUsingGETOK handles this case with default header values.
OK
func NewGetAPIDocumentationUsingGETOK ¶
func NewGetAPIDocumentationUsingGETOK() *GetAPIDocumentationUsingGETOK
NewGetAPIDocumentationUsingGETOK creates a GetAPIDocumentationUsingGETOK with default headers values
func (*GetAPIDocumentationUsingGETOK) Error ¶
func (o *GetAPIDocumentationUsingGETOK) Error() string
func (*GetAPIDocumentationUsingGETOK) GetPayload ¶
func (o *GetAPIDocumentationUsingGETOK) GetPayload() models.JSON
type GetAPIDocumentationUsingGETParams ¶
type GetAPIDocumentationUsingGETParams struct { /*Group groupName */ Group *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAPIDocumentationUsingGETParams contains all the parameters to send to the API endpoint for the get Api documentation using g e t operation typically these are written to a http.Request
func NewGetAPIDocumentationUsingGETParams ¶
func NewGetAPIDocumentationUsingGETParams() *GetAPIDocumentationUsingGETParams
NewGetAPIDocumentationUsingGETParams creates a new GetAPIDocumentationUsingGETParams object with the default values initialized.
func NewGetAPIDocumentationUsingGETParamsWithContext ¶
func NewGetAPIDocumentationUsingGETParamsWithContext(ctx context.Context) *GetAPIDocumentationUsingGETParams
NewGetAPIDocumentationUsingGETParamsWithContext creates a new GetAPIDocumentationUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetAPIDocumentationUsingGETParamsWithHTTPClient ¶
func NewGetAPIDocumentationUsingGETParamsWithHTTPClient(client *http.Client) *GetAPIDocumentationUsingGETParams
NewGetAPIDocumentationUsingGETParamsWithHTTPClient creates a new GetAPIDocumentationUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAPIDocumentationUsingGETParamsWithTimeout ¶
func NewGetAPIDocumentationUsingGETParamsWithTimeout(timeout time.Duration) *GetAPIDocumentationUsingGETParams
NewGetAPIDocumentationUsingGETParamsWithTimeout creates a new GetAPIDocumentationUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAPIDocumentationUsingGETParams) SetContext ¶
func (o *GetAPIDocumentationUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get Api documentation using g e t params
func (*GetAPIDocumentationUsingGETParams) SetGroup ¶
func (o *GetAPIDocumentationUsingGETParams) SetGroup(group *string)
SetGroup adds the group to the get Api documentation using g e t params
func (*GetAPIDocumentationUsingGETParams) SetHTTPClient ¶
func (o *GetAPIDocumentationUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get Api documentation using g e t params
func (*GetAPIDocumentationUsingGETParams) SetTimeout ¶
func (o *GetAPIDocumentationUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get Api documentation using g e t params
func (*GetAPIDocumentationUsingGETParams) WithContext ¶
func (o *GetAPIDocumentationUsingGETParams) WithContext(ctx context.Context) *GetAPIDocumentationUsingGETParams
WithContext adds the context to the get Api documentation using g e t params
func (*GetAPIDocumentationUsingGETParams) WithGroup ¶
func (o *GetAPIDocumentationUsingGETParams) WithGroup(group *string) *GetAPIDocumentationUsingGETParams
WithGroup adds the group to the get Api documentation using g e t params
func (*GetAPIDocumentationUsingGETParams) WithHTTPClient ¶
func (o *GetAPIDocumentationUsingGETParams) WithHTTPClient(client *http.Client) *GetAPIDocumentationUsingGETParams
WithHTTPClient adds the HTTPClient to the get Api documentation using g e t params
func (*GetAPIDocumentationUsingGETParams) WithTimeout ¶
func (o *GetAPIDocumentationUsingGETParams) WithTimeout(timeout time.Duration) *GetAPIDocumentationUsingGETParams
WithTimeout adds the timeout to the get Api documentation using g e t params
func (*GetAPIDocumentationUsingGETParams) WriteToRequest ¶
func (o *GetAPIDocumentationUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAPIDocumentationUsingGETReader ¶
type GetAPIDocumentationUsingGETReader struct {
// contains filtered or unexported fields
}
GetAPIDocumentationUsingGETReader is a Reader for the GetAPIDocumentationUsingGET structure.
func (*GetAPIDocumentationUsingGETReader) ReadResponse ¶
func (o *GetAPIDocumentationUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAPIDocumentationUsingGETUnauthorized ¶
type GetAPIDocumentationUsingGETUnauthorized struct { }
GetAPIDocumentationUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetAPIDocumentationUsingGETUnauthorized ¶
func NewGetAPIDocumentationUsingGETUnauthorized() *GetAPIDocumentationUsingGETUnauthorized
NewGetAPIDocumentationUsingGETUnauthorized creates a GetAPIDocumentationUsingGETUnauthorized with default headers values
func (*GetAPIDocumentationUsingGETUnauthorized) Error ¶
func (o *GetAPIDocumentationUsingGETUnauthorized) Error() string