Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2016 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *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 struct + Payload *models.Error + func NewGetObmsLibraryDefault(code int) *GetObmsLibraryDefault + func (o *GetObmsLibraryDefault) Code() int + func (o *GetObmsLibraryDefault) Error() string + type GetObmsLibraryIdentifierDefault struct + Payload *models.Error + func NewGetObmsLibraryIdentifierDefault(code int) *GetObmsLibraryIdentifierDefault + func (o *GetObmsLibraryIdentifierDefault) Code() int + func (o *GetObmsLibraryIdentifierDefault) Error() string + type GetObmsLibraryIdentifierNotFound struct + Payload *models.Error + func NewGetObmsLibraryIdentifierNotFound() *GetObmsLibraryIdentifierNotFound + func (o *GetObmsLibraryIdentifierNotFound) Error() string + type GetObmsLibraryIdentifierOK struct + Payload GetObmsLibraryIdentifierOKBodyBody + func NewGetObmsLibraryIdentifierOK() *GetObmsLibraryIdentifierOK + func (o *GetObmsLibraryIdentifierOK) Error() string + type GetObmsLibraryIdentifierOKBodyBody interface + type GetObmsLibraryIdentifierParams struct + Identifier string + func NewGetObmsLibraryIdentifierParams() *GetObmsLibraryIdentifierParams + func (o *GetObmsLibraryIdentifierParams) WithIdentifier(Identifier string) *GetObmsLibraryIdentifierParams + func (o *GetObmsLibraryIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetObmsLibraryIdentifierReader struct + func (o *GetObmsLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetObmsLibraryOK struct + Payload []interface{} + func NewGetObmsLibraryOK() *GetObmsLibraryOK + func (o *GetObmsLibraryOK) Error() string + type GetObmsLibraryParams struct + func NewGetObmsLibraryParams() *GetObmsLibraryParams + func (o *GetObmsLibraryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetObmsLibraryReader struct + func (o *GetObmsLibraryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)