Documentation ¶
Index ¶
- func Get(auth *authentication.Auth) inventory_operations.ClientService
- func Init(auth *authentication.Auth) (inventory_operations.ClientService, runtime.ClientTransport)
- func New(serviceURL *url.URL, auth runtime.ClientAuthInfoWriter) (inventory_operations.ClientService, runtime.ClientTransport)
- func ResolveRecipes(transport runtime.ClientTransport, params *iop.ResolveRecipesParams, ...) (string, error)
- type RawResponder
- type RecipesResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(auth *authentication.Auth) inventory_operations.ClientService
Get returns a cached version of the default api client
func Init ¶
func Init(auth *authentication.Auth) (inventory_operations.ClientService, runtime.ClientTransport)
Init will create a new API client using default settings
func New ¶
func New(serviceURL *url.URL, auth runtime.ClientAuthInfoWriter) (inventory_operations.ClientService, runtime.ClientTransport)
New initializes a new api client
func ResolveRecipes ¶
func ResolveRecipes(transport runtime.ClientTransport, params *iop.ResolveRecipesParams, authInfo runtime.ClientAuthInfoWriter) (string, error)
Types ¶
type RawResponder ¶
type RawResponder struct{}
func (*RawResponder) ReadResponse ¶
func (r *RawResponder) ReadResponse(res runtime.ClientResponse, cons runtime.Consumer) (interface{}, error)
type RecipesResponse ¶
type RecipesResponse struct {
Recipes []interface{}
}
Click to show internal directories.
Click to hide internal directories.