Documentation
¶
Index ¶
- type Client
- func (a *Client) GetObmsLibrary(params *GetObmsLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*GetObmsLibraryOK, error)
- func (a *Client) GetObmsLibraryIdentifier(params *GetObmsLibraryIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*GetObmsLibraryIdentifierOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type GetObmsLibraryDefault
- type GetObmsLibraryIdentifierDefault
- type GetObmsLibraryIdentifierNotFound
- type GetObmsLibraryIdentifierOK
- type GetObmsLibraryIdentifierOKBodyBody
- type GetObmsLibraryIdentifierParams
- type GetObmsLibraryIdentifierReader
- type GetObmsLibraryOK
- type GetObmsLibraryParams
- type GetObmsLibraryReader
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 obms API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new obms API client.
func (*Client) GetObmsLibrary ¶
func (a *Client) GetObmsLibrary(params *GetObmsLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*GetObmsLibraryOK, error)
GetObmsLibrary gets list of possible o b m services
get list of possible OBM services
func (*Client) GetObmsLibraryIdentifier ¶
func (a *Client) GetObmsLibraryIdentifier(params *GetObmsLibraryIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*GetObmsLibraryIdentifierOK, error)
GetObmsLibraryIdentifier gets a single o b m service
get a single OBM service
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type GetObmsLibraryDefault ¶
type GetObmsLibraryDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetObmsLibraryDefault handles this case with default header values.
Unexpected error
func NewGetObmsLibraryDefault ¶
func NewGetObmsLibraryDefault(code int) *GetObmsLibraryDefault
NewGetObmsLibraryDefault creates a GetObmsLibraryDefault with default headers values
func (*GetObmsLibraryDefault) Code ¶
func (o *GetObmsLibraryDefault) Code() int
Code gets the status code for the get obms library default response
func (*GetObmsLibraryDefault) Error ¶
func (o *GetObmsLibraryDefault) Error() string
type GetObmsLibraryIdentifierDefault ¶
type GetObmsLibraryIdentifierDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetObmsLibraryIdentifierDefault handles this case with default header values.
Unexpected error
func NewGetObmsLibraryIdentifierDefault ¶
func NewGetObmsLibraryIdentifierDefault(code int) *GetObmsLibraryIdentifierDefault
NewGetObmsLibraryIdentifierDefault creates a GetObmsLibraryIdentifierDefault with default headers values
func (*GetObmsLibraryIdentifierDefault) Code ¶
func (o *GetObmsLibraryIdentifierDefault) Code() int
Code gets the status code for the get obms library identifier default response
func (*GetObmsLibraryIdentifierDefault) Error ¶
func (o *GetObmsLibraryIdentifierDefault) Error() string
type GetObmsLibraryIdentifierNotFound ¶
GetObmsLibraryIdentifierNotFound handles this case with default header values.
The obm service with the identifier was not found
func NewGetObmsLibraryIdentifierNotFound ¶
func NewGetObmsLibraryIdentifierNotFound() *GetObmsLibraryIdentifierNotFound
NewGetObmsLibraryIdentifierNotFound creates a GetObmsLibraryIdentifierNotFound with default headers values
func (*GetObmsLibraryIdentifierNotFound) Error ¶
func (o *GetObmsLibraryIdentifierNotFound) Error() string
type GetObmsLibraryIdentifierOK ¶
type GetObmsLibraryIdentifierOK struct {
Payload GetObmsLibraryIdentifierOKBodyBody
}
GetObmsLibraryIdentifierOK handles this case with default header values.
return OBM service
func NewGetObmsLibraryIdentifierOK ¶
func NewGetObmsLibraryIdentifierOK() *GetObmsLibraryIdentifierOK
NewGetObmsLibraryIdentifierOK creates a GetObmsLibraryIdentifierOK with default headers values
func (*GetObmsLibraryIdentifierOK) Error ¶
func (o *GetObmsLibraryIdentifierOK) Error() string
type GetObmsLibraryIdentifierOKBodyBody ¶
type GetObmsLibraryIdentifierOKBodyBody interface{}
GetObmsLibraryIdentifierOKBodyBody get obms library identifier o k body body
swagger:model GetObmsLibraryIdentifierOKBodyBody
type GetObmsLibraryIdentifierParams ¶
type GetObmsLibraryIdentifierParams struct { /*Identifier The obm service name. */ Identifier string }
GetObmsLibraryIdentifierParams contains all the parameters to send to the API endpoint for the get obms library identifier operation typically these are written to a http.Request
func NewGetObmsLibraryIdentifierParams ¶
func NewGetObmsLibraryIdentifierParams() *GetObmsLibraryIdentifierParams
NewGetObmsLibraryIdentifierParams creates a new GetObmsLibraryIdentifierParams object with the default values initialized.
func (*GetObmsLibraryIdentifierParams) WithIdentifier ¶
func (o *GetObmsLibraryIdentifierParams) WithIdentifier(Identifier string) *GetObmsLibraryIdentifierParams
WithIdentifier adds the identifier to the get obms library identifier params
func (*GetObmsLibraryIdentifierParams) WriteToRequest ¶
func (o *GetObmsLibraryIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetObmsLibraryIdentifierReader ¶
type GetObmsLibraryIdentifierReader struct {
// contains filtered or unexported fields
}
GetObmsLibraryIdentifierReader is a Reader for the GetObmsLibraryIdentifier structure.
func (*GetObmsLibraryIdentifierReader) ReadResponse ¶
func (o *GetObmsLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the recieved o.
type GetObmsLibraryOK ¶
type GetObmsLibraryOK struct {
Payload []interface{}
}
GetObmsLibraryOK handles this case with default header values.
get list of possible OBM services
func NewGetObmsLibraryOK ¶
func NewGetObmsLibraryOK() *GetObmsLibraryOK
NewGetObmsLibraryOK creates a GetObmsLibraryOK with default headers values
func (*GetObmsLibraryOK) Error ¶
func (o *GetObmsLibraryOK) Error() string
type GetObmsLibraryParams ¶
type GetObmsLibraryParams struct { }
GetObmsLibraryParams contains all the parameters to send to the API endpoint for the get obms library operation typically these are written to a http.Request
func NewGetObmsLibraryParams ¶
func NewGetObmsLibraryParams() *GetObmsLibraryParams
NewGetObmsLibraryParams creates a new GetObmsLibraryParams object with the default values initialized.
func (*GetObmsLibraryParams) WriteToRequest ¶
func (o *GetObmsLibraryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetObmsLibraryReader ¶
type GetObmsLibraryReader struct {
// contains filtered or unexported fields
}
GetObmsLibraryReader is a Reader for the GetObmsLibrary structure.
func (*GetObmsLibraryReader) ReadResponse ¶
func (o *GetObmsLibraryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the recieved o.