Versions in this module Expand all Collapse all v1 v1.1.8 Nov 19, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAppOK, error) + func (a *Client) CreateClient(params *CreateClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientOK, error) + func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppOK, error) + func (a *Client) DeleteClient(params *DeleteClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientOK, error) + func (a *Client) GetApps(params *GetAppsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAppsOK, error) + func (a *Client) GetClients(params *GetClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UploadAppImage(params *UploadAppImageParams, authInfo runtime.ClientAuthInfoWriter) (*UploadAppImageOK, error) + type CreateAppForbidden struct + Payload *models.Error + func NewCreateAppForbidden() *CreateAppForbidden + func (o *CreateAppForbidden) Error() string + type CreateAppOK struct + Payload *models.Application + func NewCreateAppOK() *CreateAppOK + func (o *CreateAppOK) Error() string + type CreateAppParams struct + Body *models.Application + Context context.Context + HTTPClient *http.Client + func NewCreateAppParams() *CreateAppParams + func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams + func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams + func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams + func (o *CreateAppParams) SetBody(body *models.Application) + func (o *CreateAppParams) SetContext(ctx context.Context) + func (o *CreateAppParams) SetHTTPClient(client *http.Client) + func (o *CreateAppParams) SetTimeout(timeout time.Duration) + func (o *CreateAppParams) WithBody(body *models.Application) *CreateAppParams + func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams + func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams + func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams + func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateAppReader struct + func (o *CreateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateAppUnauthorized struct + Payload *models.Error + func NewCreateAppUnauthorized() *CreateAppUnauthorized + func (o *CreateAppUnauthorized) Error() string + type CreateClientForbidden struct + Payload *models.Error + func NewCreateClientForbidden() *CreateClientForbidden + func (o *CreateClientForbidden) Error() string + type CreateClientOK struct + Payload *models.Client + func NewCreateClientOK() *CreateClientOK + func (o *CreateClientOK) Error() string + type CreateClientParams struct + Body *models.Client + Context context.Context + HTTPClient *http.Client + func NewCreateClientParams() *CreateClientParams + func NewCreateClientParamsWithContext(ctx context.Context) *CreateClientParams + func NewCreateClientParamsWithHTTPClient(client *http.Client) *CreateClientParams + func NewCreateClientParamsWithTimeout(timeout time.Duration) *CreateClientParams + func (o *CreateClientParams) SetBody(body *models.Client) + func (o *CreateClientParams) SetContext(ctx context.Context) + func (o *CreateClientParams) SetHTTPClient(client *http.Client) + func (o *CreateClientParams) SetTimeout(timeout time.Duration) + func (o *CreateClientParams) WithBody(body *models.Client) *CreateClientParams + func (o *CreateClientParams) WithContext(ctx context.Context) *CreateClientParams + func (o *CreateClientParams) WithHTTPClient(client *http.Client) *CreateClientParams + func (o *CreateClientParams) WithTimeout(timeout time.Duration) *CreateClientParams + func (o *CreateClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateClientReader struct + func (o *CreateClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateClientUnauthorized struct + Payload *models.Error + func NewCreateClientUnauthorized() *CreateClientUnauthorized + func (o *CreateClientUnauthorized) Error() string + type DeleteAppForbidden struct + Payload *models.Error + func NewDeleteAppForbidden() *DeleteAppForbidden + func (o *DeleteAppForbidden) Error() string + type DeleteAppOK struct + func NewDeleteAppOK() *DeleteAppOK + func (o *DeleteAppOK) Error() string + type DeleteAppParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteAppParams() *DeleteAppParams + func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams + func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams + func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams + func (o *DeleteAppParams) SetContext(ctx context.Context) + func (o *DeleteAppParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppParams) SetID(id int64) + func (o *DeleteAppParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams + func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams + func (o *DeleteAppParams) WithID(id int64) *DeleteAppParams + func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams + func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppReader struct + func (o *DeleteAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppUnauthorized struct + Payload *models.Error + func NewDeleteAppUnauthorized() *DeleteAppUnauthorized + func (o *DeleteAppUnauthorized) Error() string + type DeleteClientForbidden struct + Payload *models.Error + func NewDeleteClientForbidden() *DeleteClientForbidden + func (o *DeleteClientForbidden) Error() string + type DeleteClientOK struct + func NewDeleteClientOK() *DeleteClientOK + func (o *DeleteClientOK) Error() string + type DeleteClientParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteClientParams() *DeleteClientParams + func NewDeleteClientParamsWithContext(ctx context.Context) *DeleteClientParams + func NewDeleteClientParamsWithHTTPClient(client *http.Client) *DeleteClientParams + func NewDeleteClientParamsWithTimeout(timeout time.Duration) *DeleteClientParams + func (o *DeleteClientParams) SetContext(ctx context.Context) + func (o *DeleteClientParams) SetHTTPClient(client *http.Client) + func (o *DeleteClientParams) SetID(id int64) + func (o *DeleteClientParams) SetTimeout(timeout time.Duration) + func (o *DeleteClientParams) WithContext(ctx context.Context) *DeleteClientParams + func (o *DeleteClientParams) WithHTTPClient(client *http.Client) *DeleteClientParams + func (o *DeleteClientParams) WithID(id int64) *DeleteClientParams + func (o *DeleteClientParams) WithTimeout(timeout time.Duration) *DeleteClientParams + func (o *DeleteClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteClientReader struct + func (o *DeleteClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteClientUnauthorized struct + Payload *models.Error + func NewDeleteClientUnauthorized() *DeleteClientUnauthorized + func (o *DeleteClientUnauthorized) Error() string + type GetAppsForbidden struct + Payload *models.Error + func NewGetAppsForbidden() *GetAppsForbidden + func (o *GetAppsForbidden) Error() string + type GetAppsOK struct + Payload []*models.Application + func NewGetAppsOK() *GetAppsOK + func (o *GetAppsOK) Error() string + type GetAppsParams struct + Context context.Context + HTTPClient *http.Client + func NewGetAppsParams() *GetAppsParams + func NewGetAppsParamsWithContext(ctx context.Context) *GetAppsParams + func NewGetAppsParamsWithHTTPClient(client *http.Client) *GetAppsParams + func NewGetAppsParamsWithTimeout(timeout time.Duration) *GetAppsParams + func (o *GetAppsParams) SetContext(ctx context.Context) + func (o *GetAppsParams) SetHTTPClient(client *http.Client) + func (o *GetAppsParams) SetTimeout(timeout time.Duration) + func (o *GetAppsParams) WithContext(ctx context.Context) *GetAppsParams + func (o *GetAppsParams) WithHTTPClient(client *http.Client) *GetAppsParams + func (o *GetAppsParams) WithTimeout(timeout time.Duration) *GetAppsParams + func (o *GetAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppsReader struct + func (o *GetAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppsUnauthorized struct + Payload *models.Error + func NewGetAppsUnauthorized() *GetAppsUnauthorized + func (o *GetAppsUnauthorized) Error() string + type GetClientsForbidden struct + Payload *models.Error + func NewGetClientsForbidden() *GetClientsForbidden + func (o *GetClientsForbidden) Error() string + type GetClientsOK struct + Payload []*models.Client + func NewGetClientsOK() *GetClientsOK + func (o *GetClientsOK) Error() string + type GetClientsParams struct + Context context.Context + HTTPClient *http.Client + func NewGetClientsParams() *GetClientsParams + func NewGetClientsParamsWithContext(ctx context.Context) *GetClientsParams + func NewGetClientsParamsWithHTTPClient(client *http.Client) *GetClientsParams + func NewGetClientsParamsWithTimeout(timeout time.Duration) *GetClientsParams + func (o *GetClientsParams) SetContext(ctx context.Context) + func (o *GetClientsParams) SetHTTPClient(client *http.Client) + func (o *GetClientsParams) SetTimeout(timeout time.Duration) + func (o *GetClientsParams) WithContext(ctx context.Context) *GetClientsParams + func (o *GetClientsParams) WithHTTPClient(client *http.Client) *GetClientsParams + func (o *GetClientsParams) WithTimeout(timeout time.Duration) *GetClientsParams + func (o *GetClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClientsReader struct + func (o *GetClientsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetClientsUnauthorized struct + Payload *models.Error + func NewGetClientsUnauthorized() *GetClientsUnauthorized + func (o *GetClientsUnauthorized) Error() string + type UploadAppImageForbidden struct + Payload *models.Error + func NewUploadAppImageForbidden() *UploadAppImageForbidden + func (o *UploadAppImageForbidden) Error() string + type UploadAppImageOK struct + Payload *models.Application + func NewUploadAppImageOK() *UploadAppImageOK + func (o *UploadAppImageOK) Error() string + type UploadAppImageParams struct + Context context.Context + File runtime.NamedReadCloser + HTTPClient *http.Client + ID int64 + func NewUploadAppImageParams() *UploadAppImageParams + func NewUploadAppImageParamsWithContext(ctx context.Context) *UploadAppImageParams + func NewUploadAppImageParamsWithHTTPClient(client *http.Client) *UploadAppImageParams + func NewUploadAppImageParamsWithTimeout(timeout time.Duration) *UploadAppImageParams + func (o *UploadAppImageParams) SetContext(ctx context.Context) + func (o *UploadAppImageParams) SetFile(file runtime.NamedReadCloser) + func (o *UploadAppImageParams) SetHTTPClient(client *http.Client) + func (o *UploadAppImageParams) SetID(id int64) + func (o *UploadAppImageParams) SetTimeout(timeout time.Duration) + func (o *UploadAppImageParams) WithContext(ctx context.Context) *UploadAppImageParams + func (o *UploadAppImageParams) WithFile(file runtime.NamedReadCloser) *UploadAppImageParams + func (o *UploadAppImageParams) WithHTTPClient(client *http.Client) *UploadAppImageParams + func (o *UploadAppImageParams) WithID(id int64) *UploadAppImageParams + func (o *UploadAppImageParams) WithTimeout(timeout time.Duration) *UploadAppImageParams + func (o *UploadAppImageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadAppImageReader struct + func (o *UploadAppImageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadAppImageUnauthorized struct + Payload *models.Error + func NewUploadAppImageUnauthorized() *UploadAppImageUnauthorized + func (o *UploadAppImageUnauthorized) Error() string