Versions in this module Expand all Collapse all v0 v0.0.3 Jul 1, 2020 v0.0.2 Jul 1, 2020 Changes in this version + type AppcompsItems0 struct + AppcompID interface{} + AppcompURL interface{} + Name interface{} + func (o *AppcompsItems0) MarshalBinary() ([]byte, error) + func (o *AppcompsItems0) UnmarshalBinary(b []byte) error + func (o *AppcompsItems0) Validate(formats strfmt.Registry) error + type Client struct + func (a *Client) DeleteAppcomps(params *DeleteAppcompsParams) (*DeleteAppcompsOK, error) + func (a *Client) GetAppcomps(params *GetAppcompsParams) (*GetAppcompsOK, error) + func (a *Client) GetAppcompsAppcompID(params *GetAppcompsAppcompIDParams) (*GetAppcompsAppcompIDOK, error) + func (a *Client) PostAppcomps(params *PostAppcompsParams) (*PostAppcompsOK, error) + func (a *Client) PutCustomFieldAppcomp(params *PutCustomFieldAppcompParams) (*PutCustomFieldAppcompOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DeleteAppcomps func(params *DeleteAppcompsParams) (*DeleteAppcompsOK, error) + GetAppcomps func(params *GetAppcompsParams) (*GetAppcompsOK, error) + GetAppcompsAppcompID func(params *GetAppcompsAppcompIDParams) (*GetAppcompsAppcompIDOK, error) + PostAppcomps func(params *PostAppcompsParams) (*PostAppcompsOK, error) + PutCustomFieldAppcomp func(params *PutCustomFieldAppcompParams) (*PutCustomFieldAppcompOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteAppcompsBadRequest struct + func NewDeleteAppcompsBadRequest() *DeleteAppcompsBadRequest + func (o *DeleteAppcompsBadRequest) Error() string + type DeleteAppcompsForbidden struct + func NewDeleteAppcompsForbidden() *DeleteAppcompsForbidden + func (o *DeleteAppcompsForbidden) Error() string + type DeleteAppcompsGone struct + func NewDeleteAppcompsGone() *DeleteAppcompsGone + func (o *DeleteAppcompsGone) Error() string + type DeleteAppcompsInternalServerError struct + func NewDeleteAppcompsInternalServerError() *DeleteAppcompsInternalServerError + func (o *DeleteAppcompsInternalServerError) Error() string + type DeleteAppcompsMethodNotAllowed struct + func NewDeleteAppcompsMethodNotAllowed() *DeleteAppcompsMethodNotAllowed + func (o *DeleteAppcompsMethodNotAllowed) Error() string + type DeleteAppcompsNotFound struct + func NewDeleteAppcompsNotFound() *DeleteAppcompsNotFound + func (o *DeleteAppcompsNotFound) Error() string + type DeleteAppcompsOK struct + Payload *DeleteAppcompsOKBody + func NewDeleteAppcompsOK() *DeleteAppcompsOK + func (o *DeleteAppcompsOK) Error() string + func (o *DeleteAppcompsOK) GetPayload() *DeleteAppcompsOKBody + type DeleteAppcompsOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteAppcompsOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteAppcompsOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteAppcompsOKBody) Validate(formats strfmt.Registry) error + type DeleteAppcompsParams struct + AppcompID int64 + Context context.Context + HTTPClient *http.Client + func NewDeleteAppcompsParams() *DeleteAppcompsParams + func NewDeleteAppcompsParamsWithContext(ctx context.Context) *DeleteAppcompsParams + func NewDeleteAppcompsParamsWithHTTPClient(client *http.Client) *DeleteAppcompsParams + func NewDeleteAppcompsParamsWithTimeout(timeout time.Duration) *DeleteAppcompsParams + func (o *DeleteAppcompsParams) SetAppcompID(appcompID int64) + func (o *DeleteAppcompsParams) SetContext(ctx context.Context) + func (o *DeleteAppcompsParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppcompsParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppcompsParams) WithAppcompID(appcompID int64) *DeleteAppcompsParams + func (o *DeleteAppcompsParams) WithContext(ctx context.Context) *DeleteAppcompsParams + func (o *DeleteAppcompsParams) WithHTTPClient(client *http.Client) *DeleteAppcompsParams + func (o *DeleteAppcompsParams) WithTimeout(timeout time.Duration) *DeleteAppcompsParams + func (o *DeleteAppcompsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppcompsReader struct + func (o *DeleteAppcompsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppcompsServiceUnavailable struct + func NewDeleteAppcompsServiceUnavailable() *DeleteAppcompsServiceUnavailable + func (o *DeleteAppcompsServiceUnavailable) Error() string + type DeleteAppcompsUnauthorized struct + func NewDeleteAppcompsUnauthorized() *DeleteAppcompsUnauthorized + func (o *DeleteAppcompsUnauthorized) Error() string + type GetAppcompsAppcompIDBadRequest struct + func NewGetAppcompsAppcompIDBadRequest() *GetAppcompsAppcompIDBadRequest + func (o *GetAppcompsAppcompIDBadRequest) Error() string + type GetAppcompsAppcompIDForbidden struct + func NewGetAppcompsAppcompIDForbidden() *GetAppcompsAppcompIDForbidden + func (o *GetAppcompsAppcompIDForbidden) Error() string + type GetAppcompsAppcompIDGone struct + func NewGetAppcompsAppcompIDGone() *GetAppcompsAppcompIDGone + func (o *GetAppcompsAppcompIDGone) Error() string + type GetAppcompsAppcompIDInternalServerError struct + func NewGetAppcompsAppcompIDInternalServerError() *GetAppcompsAppcompIDInternalServerError + func (o *GetAppcompsAppcompIDInternalServerError) Error() string + type GetAppcompsAppcompIDMethodNotAllowed struct + func NewGetAppcompsAppcompIDMethodNotAllowed() *GetAppcompsAppcompIDMethodNotAllowed + func (o *GetAppcompsAppcompIDMethodNotAllowed) Error() string + type GetAppcompsAppcompIDNotFound struct + func NewGetAppcompsAppcompIDNotFound() *GetAppcompsAppcompIDNotFound + func (o *GetAppcompsAppcompIDNotFound) Error() string + type GetAppcompsAppcompIDOK struct + Payload *GetAppcompsAppcompIDOKBody + func NewGetAppcompsAppcompIDOK() *GetAppcompsAppcompIDOK + func (o *GetAppcompsAppcompIDOK) Error() string + func (o *GetAppcompsAppcompIDOK) GetPayload() *GetAppcompsAppcompIDOKBody + type GetAppcompsAppcompIDOKBody struct + AppcompID interface{} + CustomFields []*models.AppcompsCustomFields + Dependent interface{} + DependsOn interface{} + Device interface{} + GroupOwner interface{} + GroupsAffected interface{} + Name interface{} + Notes interface{} + What interface{} + func (o *GetAppcompsAppcompIDOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppcompsAppcompIDOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppcompsAppcompIDOKBody) Validate(formats strfmt.Registry) error + type GetAppcompsAppcompIDParams struct + AppcompID strfmt.UUID + Context context.Context + HTTPClient *http.Client + func NewGetAppcompsAppcompIDParams() *GetAppcompsAppcompIDParams + func NewGetAppcompsAppcompIDParamsWithContext(ctx context.Context) *GetAppcompsAppcompIDParams + func NewGetAppcompsAppcompIDParamsWithHTTPClient(client *http.Client) *GetAppcompsAppcompIDParams + func NewGetAppcompsAppcompIDParamsWithTimeout(timeout time.Duration) *GetAppcompsAppcompIDParams + func (o *GetAppcompsAppcompIDParams) SetAppcompID(appcompID strfmt.UUID) + func (o *GetAppcompsAppcompIDParams) SetContext(ctx context.Context) + func (o *GetAppcompsAppcompIDParams) SetHTTPClient(client *http.Client) + func (o *GetAppcompsAppcompIDParams) SetTimeout(timeout time.Duration) + func (o *GetAppcompsAppcompIDParams) WithAppcompID(appcompID strfmt.UUID) *GetAppcompsAppcompIDParams + func (o *GetAppcompsAppcompIDParams) WithContext(ctx context.Context) *GetAppcompsAppcompIDParams + func (o *GetAppcompsAppcompIDParams) WithHTTPClient(client *http.Client) *GetAppcompsAppcompIDParams + func (o *GetAppcompsAppcompIDParams) WithTimeout(timeout time.Duration) *GetAppcompsAppcompIDParams + func (o *GetAppcompsAppcompIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppcompsAppcompIDReader struct + func (o *GetAppcompsAppcompIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppcompsAppcompIDServiceUnavailable struct + func NewGetAppcompsAppcompIDServiceUnavailable() *GetAppcompsAppcompIDServiceUnavailable + func (o *GetAppcompsAppcompIDServiceUnavailable) Error() string + type GetAppcompsAppcompIDUnauthorized struct + func NewGetAppcompsAppcompIDUnauthorized() *GetAppcompsAppcompIDUnauthorized + func (o *GetAppcompsAppcompIDUnauthorized) Error() string + type GetAppcompsBadRequest struct + func NewGetAppcompsBadRequest() *GetAppcompsBadRequest + func (o *GetAppcompsBadRequest) Error() string + type GetAppcompsForbidden struct + func NewGetAppcompsForbidden() *GetAppcompsForbidden + func (o *GetAppcompsForbidden) Error() string + type GetAppcompsGone struct + func NewGetAppcompsGone() *GetAppcompsGone + func (o *GetAppcompsGone) Error() string + type GetAppcompsInternalServerError struct + func NewGetAppcompsInternalServerError() *GetAppcompsInternalServerError + func (o *GetAppcompsInternalServerError) Error() string + type GetAppcompsMethodNotAllowed struct + func NewGetAppcompsMethodNotAllowed() *GetAppcompsMethodNotAllowed + func (o *GetAppcompsMethodNotAllowed) Error() string + type GetAppcompsNotFound struct + func NewGetAppcompsNotFound() *GetAppcompsNotFound + func (o *GetAppcompsNotFound) Error() string + type GetAppcompsOK struct + Payload *GetAppcompsOKBody + func NewGetAppcompsOK() *GetAppcompsOK + func (o *GetAppcompsOK) Error() string + func (o *GetAppcompsOK) GetPayload() *GetAppcompsOKBody + type GetAppcompsOKBody struct + Appcomps []*AppcompsItems0 + func (o *GetAppcompsOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppcompsOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppcompsOKBody) Validate(formats strfmt.Registry) error + type GetAppcompsParams struct + Context context.Context + Device *string + DeviceID *string + HTTPClient *http.Client + func NewGetAppcompsParams() *GetAppcompsParams + func NewGetAppcompsParamsWithContext(ctx context.Context) *GetAppcompsParams + func NewGetAppcompsParamsWithHTTPClient(client *http.Client) *GetAppcompsParams + func NewGetAppcompsParamsWithTimeout(timeout time.Duration) *GetAppcompsParams + func (o *GetAppcompsParams) SetContext(ctx context.Context) + func (o *GetAppcompsParams) SetDevice(device *string) + func (o *GetAppcompsParams) SetDeviceID(deviceID *string) + func (o *GetAppcompsParams) SetHTTPClient(client *http.Client) + func (o *GetAppcompsParams) SetTimeout(timeout time.Duration) + func (o *GetAppcompsParams) WithContext(ctx context.Context) *GetAppcompsParams + func (o *GetAppcompsParams) WithDevice(device *string) *GetAppcompsParams + func (o *GetAppcompsParams) WithDeviceID(deviceID *string) *GetAppcompsParams + func (o *GetAppcompsParams) WithHTTPClient(client *http.Client) *GetAppcompsParams + func (o *GetAppcompsParams) WithTimeout(timeout time.Duration) *GetAppcompsParams + func (o *GetAppcompsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppcompsReader struct + func (o *GetAppcompsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppcompsServiceUnavailable struct + func NewGetAppcompsServiceUnavailable() *GetAppcompsServiceUnavailable + func (o *GetAppcompsServiceUnavailable) Error() string + type GetAppcompsUnauthorized struct + func NewGetAppcompsUnauthorized() *GetAppcompsUnauthorized + func (o *GetAppcompsUnauthorized) Error() string + type PostAppcompsBadRequest struct + func NewPostAppcompsBadRequest() *PostAppcompsBadRequest + func (o *PostAppcompsBadRequest) Error() string + type PostAppcompsForbidden struct + func NewPostAppcompsForbidden() *PostAppcompsForbidden + func (o *PostAppcompsForbidden) Error() string + type PostAppcompsGone struct + func NewPostAppcompsGone() *PostAppcompsGone + func (o *PostAppcompsGone) Error() string + type PostAppcompsInternalServerError struct + func NewPostAppcompsInternalServerError() *PostAppcompsInternalServerError + func (o *PostAppcompsInternalServerError) Error() string + type PostAppcompsMethodNotAllowed struct + func NewPostAppcompsMethodNotAllowed() *PostAppcompsMethodNotAllowed + func (o *PostAppcompsMethodNotAllowed) Error() string + type PostAppcompsNotFound struct + func NewPostAppcompsNotFound() *PostAppcompsNotFound + func (o *PostAppcompsNotFound) Error() string + type PostAppcompsOK struct + Payload *PostAppcompsOKBody + func NewPostAppcompsOK() *PostAppcompsOK + func (o *PostAppcompsOK) Error() string + func (o *PostAppcompsOK) GetPayload() *PostAppcompsOKBody + type PostAppcompsOKBody struct + Code interface{} + Msg interface{} + func (o *PostAppcompsOKBody) MarshalBinary() ([]byte, error) + func (o *PostAppcompsOKBody) UnmarshalBinary(b []byte) error + func (o *PostAppcompsOKBody) Validate(formats strfmt.Registry) error + type PostAppcompsParams struct + Context context.Context + Dependents *string + DependsOn *string + DependsOnReasons *string + Device string + DeviceReason *string + GroupOwner *string + GroupsAffected *string + HTTPClient *http.Client + Name string + What *string + func NewPostAppcompsParams() *PostAppcompsParams + func NewPostAppcompsParamsWithContext(ctx context.Context) *PostAppcompsParams + func NewPostAppcompsParamsWithHTTPClient(client *http.Client) *PostAppcompsParams + func NewPostAppcompsParamsWithTimeout(timeout time.Duration) *PostAppcompsParams + func (o *PostAppcompsParams) SetContext(ctx context.Context) + func (o *PostAppcompsParams) SetDependents(dependents *string) + func (o *PostAppcompsParams) SetDependsOn(dependsOn *string) + func (o *PostAppcompsParams) SetDependsOnReasons(dependsOnReasons *string) + func (o *PostAppcompsParams) SetDevice(device string) + func (o *PostAppcompsParams) SetDeviceReason(deviceReason *string) + func (o *PostAppcompsParams) SetGroupOwner(groupOwner *string) + func (o *PostAppcompsParams) SetGroupsAffected(groupsAffected *string) + func (o *PostAppcompsParams) SetHTTPClient(client *http.Client) + func (o *PostAppcompsParams) SetName(name string) + func (o *PostAppcompsParams) SetTimeout(timeout time.Duration) + func (o *PostAppcompsParams) SetWhat(what *string) + func (o *PostAppcompsParams) WithContext(ctx context.Context) *PostAppcompsParams + func (o *PostAppcompsParams) WithDependents(dependents *string) *PostAppcompsParams + func (o *PostAppcompsParams) WithDependsOn(dependsOn *string) *PostAppcompsParams + func (o *PostAppcompsParams) WithDependsOnReasons(dependsOnReasons *string) *PostAppcompsParams + func (o *PostAppcompsParams) WithDevice(device string) *PostAppcompsParams + func (o *PostAppcompsParams) WithDeviceReason(deviceReason *string) *PostAppcompsParams + func (o *PostAppcompsParams) WithGroupOwner(groupOwner *string) *PostAppcompsParams + func (o *PostAppcompsParams) WithGroupsAffected(groupsAffected *string) *PostAppcompsParams + func (o *PostAppcompsParams) WithHTTPClient(client *http.Client) *PostAppcompsParams + func (o *PostAppcompsParams) WithName(name string) *PostAppcompsParams + func (o *PostAppcompsParams) WithTimeout(timeout time.Duration) *PostAppcompsParams + func (o *PostAppcompsParams) WithWhat(what *string) *PostAppcompsParams + func (o *PostAppcompsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostAppcompsReader struct + func (o *PostAppcompsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostAppcompsServiceUnavailable struct + func NewPostAppcompsServiceUnavailable() *PostAppcompsServiceUnavailable + func (o *PostAppcompsServiceUnavailable) Error() string + type PostAppcompsUnauthorized struct + func NewPostAppcompsUnauthorized() *PostAppcompsUnauthorized + func (o *PostAppcompsUnauthorized) Error() string + type PutCustomFieldAppcompBadRequest struct + func NewPutCustomFieldAppcompBadRequest() *PutCustomFieldAppcompBadRequest + func (o *PutCustomFieldAppcompBadRequest) Error() string + type PutCustomFieldAppcompForbidden struct + func NewPutCustomFieldAppcompForbidden() *PutCustomFieldAppcompForbidden + func (o *PutCustomFieldAppcompForbidden) Error() string + type PutCustomFieldAppcompGone struct + func NewPutCustomFieldAppcompGone() *PutCustomFieldAppcompGone + func (o *PutCustomFieldAppcompGone) Error() string + type PutCustomFieldAppcompInternalServerError struct + func NewPutCustomFieldAppcompInternalServerError() *PutCustomFieldAppcompInternalServerError + func (o *PutCustomFieldAppcompInternalServerError) Error() string + type PutCustomFieldAppcompMethodNotAllowed struct + func NewPutCustomFieldAppcompMethodNotAllowed() *PutCustomFieldAppcompMethodNotAllowed + func (o *PutCustomFieldAppcompMethodNotAllowed) Error() string + type PutCustomFieldAppcompNotFound struct + func NewPutCustomFieldAppcompNotFound() *PutCustomFieldAppcompNotFound + func (o *PutCustomFieldAppcompNotFound) Error() string + type PutCustomFieldAppcompOK struct + Payload *PutCustomFieldAppcompOKBody + func NewPutCustomFieldAppcompOK() *PutCustomFieldAppcompOK + func (o *PutCustomFieldAppcompOK) Error() string + func (o *PutCustomFieldAppcompOK) GetPayload() *PutCustomFieldAppcompOKBody + type PutCustomFieldAppcompOKBody struct + Code interface{} + Msg interface{} + func (o *PutCustomFieldAppcompOKBody) MarshalBinary() ([]byte, error) + func (o *PutCustomFieldAppcompOKBody) UnmarshalBinary(b []byte) error + func (o *PutCustomFieldAppcompOKBody) Validate(formats strfmt.Registry) error + type PutCustomFieldAppcompParams struct + AddToPicklist *string + BulkFields *string + ClearValue *string + Context context.Context + HTTPClient *http.Client + ID *string + Key string + Name *string + Notes *string + RelatedFieldName *string + ShowOnChart *string + Type *string + Value *string + func NewPutCustomFieldAppcompParams() *PutCustomFieldAppcompParams + func NewPutCustomFieldAppcompParamsWithContext(ctx context.Context) *PutCustomFieldAppcompParams + func NewPutCustomFieldAppcompParamsWithHTTPClient(client *http.Client) *PutCustomFieldAppcompParams + func NewPutCustomFieldAppcompParamsWithTimeout(timeout time.Duration) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) SetAddToPicklist(addToPicklist *string) + func (o *PutCustomFieldAppcompParams) SetBulkFields(bulkFields *string) + func (o *PutCustomFieldAppcompParams) SetClearValue(clearValue *string) + func (o *PutCustomFieldAppcompParams) SetContext(ctx context.Context) + func (o *PutCustomFieldAppcompParams) SetHTTPClient(client *http.Client) + func (o *PutCustomFieldAppcompParams) SetID(id *string) + func (o *PutCustomFieldAppcompParams) SetKey(key string) + func (o *PutCustomFieldAppcompParams) SetName(name *string) + func (o *PutCustomFieldAppcompParams) SetNotes(notes *string) + func (o *PutCustomFieldAppcompParams) SetRelatedFieldName(relatedFieldName *string) + func (o *PutCustomFieldAppcompParams) SetShowOnChart(showOnChart *string) + func (o *PutCustomFieldAppcompParams) SetTimeout(timeout time.Duration) + func (o *PutCustomFieldAppcompParams) SetType(typeVar *string) + func (o *PutCustomFieldAppcompParams) SetValue(value *string) + func (o *PutCustomFieldAppcompParams) WithAddToPicklist(addToPicklist *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithBulkFields(bulkFields *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithClearValue(clearValue *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithContext(ctx context.Context) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithHTTPClient(client *http.Client) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithID(id *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithKey(key string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithName(name *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithNotes(notes *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithRelatedFieldName(relatedFieldName *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithShowOnChart(showOnChart *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithTimeout(timeout time.Duration) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithType(typeVar *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WithValue(value *string) *PutCustomFieldAppcompParams + func (o *PutCustomFieldAppcompParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutCustomFieldAppcompReader struct + func (o *PutCustomFieldAppcompReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutCustomFieldAppcompServiceUnavailable struct + func NewPutCustomFieldAppcompServiceUnavailable() *PutCustomFieldAppcompServiceUnavailable + func (o *PutCustomFieldAppcompServiceUnavailable) Error() string + type PutCustomFieldAppcompUnauthorized struct + func NewPutCustomFieldAppcompUnauthorized() *PutCustomFieldAppcompUnauthorized + func (o *PutCustomFieldAppcompUnauthorized) Error() string