Versions in this module Expand all Collapse all v0 v0.3.0 Jan 22, 2021 Changes in this version + type Client struct + func (a *Client) CommitSpoeTransaction(params *CommitSpoeTransactionParams, authInfo runtime.ClientAuthInfoWriter) (*CommitSpoeTransactionOK, *CommitSpoeTransactionAccepted, error) + func (a *Client) DeleteSpoeTransaction(params *DeleteSpoeTransactionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSpoeTransactionNoContent, error) + func (a *Client) GetSpoeTransaction(params *GetSpoeTransactionParams, authInfo runtime.ClientAuthInfoWriter) (*GetSpoeTransactionOK, error) + func (a *Client) GetSpoeTransactions(params *GetSpoeTransactionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSpoeTransactionsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) StartSpoeTransaction(params *StartSpoeTransactionParams, authInfo runtime.ClientAuthInfoWriter) (*StartSpoeTransactionCreated, error) + type ClientService interface + CommitSpoeTransaction func(params *CommitSpoeTransactionParams, authInfo runtime.ClientAuthInfoWriter) (*CommitSpoeTransactionOK, *CommitSpoeTransactionAccepted, error) + DeleteSpoeTransaction func(params *DeleteSpoeTransactionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSpoeTransactionNoContent, error) + GetSpoeTransaction func(params *GetSpoeTransactionParams, authInfo runtime.ClientAuthInfoWriter) (*GetSpoeTransactionOK, error) + GetSpoeTransactions func(params *GetSpoeTransactionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSpoeTransactionsOK, error) + SetTransport func(transport runtime.ClientTransport) + StartSpoeTransaction func(params *StartSpoeTransactionParams, authInfo runtime.ClientAuthInfoWriter) (*StartSpoeTransactionCreated, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CommitSpoeTransactionAccepted struct + Payload *models.SpoeTransaction + ReloadID string + func NewCommitSpoeTransactionAccepted() *CommitSpoeTransactionAccepted + func (o *CommitSpoeTransactionAccepted) Error() string + func (o *CommitSpoeTransactionAccepted) GetPayload() *models.SpoeTransaction + type CommitSpoeTransactionBadRequest struct + ConfigurationVersion int64 + Payload *models.Error + func NewCommitSpoeTransactionBadRequest() *CommitSpoeTransactionBadRequest + func (o *CommitSpoeTransactionBadRequest) Error() string + func (o *CommitSpoeTransactionBadRequest) GetPayload() *models.Error + type CommitSpoeTransactionDefault struct + ConfigurationVersion int64 + Payload *models.Error + func NewCommitSpoeTransactionDefault(code int) *CommitSpoeTransactionDefault + func (o *CommitSpoeTransactionDefault) Code() int + func (o *CommitSpoeTransactionDefault) Error() string + func (o *CommitSpoeTransactionDefault) GetPayload() *models.Error + type CommitSpoeTransactionNotFound struct + ConfigurationVersion int64 + Payload *models.Error + func NewCommitSpoeTransactionNotFound() *CommitSpoeTransactionNotFound + func (o *CommitSpoeTransactionNotFound) Error() string + func (o *CommitSpoeTransactionNotFound) GetPayload() *models.Error + type CommitSpoeTransactionOK struct + Payload *models.SpoeTransaction + func NewCommitSpoeTransactionOK() *CommitSpoeTransactionOK + func (o *CommitSpoeTransactionOK) Error() string + func (o *CommitSpoeTransactionOK) GetPayload() *models.SpoeTransaction + type CommitSpoeTransactionParams struct + Context context.Context + ForceReload *bool + HTTPClient *http.Client + ID string + Spoe string + func NewCommitSpoeTransactionParams() *CommitSpoeTransactionParams + func NewCommitSpoeTransactionParamsWithContext(ctx context.Context) *CommitSpoeTransactionParams + func NewCommitSpoeTransactionParamsWithHTTPClient(client *http.Client) *CommitSpoeTransactionParams + func NewCommitSpoeTransactionParamsWithTimeout(timeout time.Duration) *CommitSpoeTransactionParams + func (o *CommitSpoeTransactionParams) SetContext(ctx context.Context) + func (o *CommitSpoeTransactionParams) SetForceReload(forceReload *bool) + func (o *CommitSpoeTransactionParams) SetHTTPClient(client *http.Client) + func (o *CommitSpoeTransactionParams) SetID(id string) + func (o *CommitSpoeTransactionParams) SetSpoe(spoe string) + func (o *CommitSpoeTransactionParams) SetTimeout(timeout time.Duration) + func (o *CommitSpoeTransactionParams) WithContext(ctx context.Context) *CommitSpoeTransactionParams + func (o *CommitSpoeTransactionParams) WithForceReload(forceReload *bool) *CommitSpoeTransactionParams + func (o *CommitSpoeTransactionParams) WithHTTPClient(client *http.Client) *CommitSpoeTransactionParams + func (o *CommitSpoeTransactionParams) WithID(id string) *CommitSpoeTransactionParams + func (o *CommitSpoeTransactionParams) WithSpoe(spoe string) *CommitSpoeTransactionParams + func (o *CommitSpoeTransactionParams) WithTimeout(timeout time.Duration) *CommitSpoeTransactionParams + func (o *CommitSpoeTransactionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CommitSpoeTransactionReader struct + func (o *CommitSpoeTransactionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSpoeTransactionDefault struct + ConfigurationVersion int64 + Payload *models.Error + func NewDeleteSpoeTransactionDefault(code int) *DeleteSpoeTransactionDefault + func (o *DeleteSpoeTransactionDefault) Code() int + func (o *DeleteSpoeTransactionDefault) Error() string + func (o *DeleteSpoeTransactionDefault) GetPayload() *models.Error + type DeleteSpoeTransactionNoContent struct + func NewDeleteSpoeTransactionNoContent() *DeleteSpoeTransactionNoContent + func (o *DeleteSpoeTransactionNoContent) Error() string + type DeleteSpoeTransactionNotFound struct + ConfigurationVersion int64 + Payload *models.Error + func NewDeleteSpoeTransactionNotFound() *DeleteSpoeTransactionNotFound + func (o *DeleteSpoeTransactionNotFound) Error() string + func (o *DeleteSpoeTransactionNotFound) GetPayload() *models.Error + type DeleteSpoeTransactionParams struct + Context context.Context + HTTPClient *http.Client + ID string + Spoe string + func NewDeleteSpoeTransactionParams() *DeleteSpoeTransactionParams + func NewDeleteSpoeTransactionParamsWithContext(ctx context.Context) *DeleteSpoeTransactionParams + func NewDeleteSpoeTransactionParamsWithHTTPClient(client *http.Client) *DeleteSpoeTransactionParams + func NewDeleteSpoeTransactionParamsWithTimeout(timeout time.Duration) *DeleteSpoeTransactionParams + func (o *DeleteSpoeTransactionParams) SetContext(ctx context.Context) + func (o *DeleteSpoeTransactionParams) SetHTTPClient(client *http.Client) + func (o *DeleteSpoeTransactionParams) SetID(id string) + func (o *DeleteSpoeTransactionParams) SetSpoe(spoe string) + func (o *DeleteSpoeTransactionParams) SetTimeout(timeout time.Duration) + func (o *DeleteSpoeTransactionParams) WithContext(ctx context.Context) *DeleteSpoeTransactionParams + func (o *DeleteSpoeTransactionParams) WithHTTPClient(client *http.Client) *DeleteSpoeTransactionParams + func (o *DeleteSpoeTransactionParams) WithID(id string) *DeleteSpoeTransactionParams + func (o *DeleteSpoeTransactionParams) WithSpoe(spoe string) *DeleteSpoeTransactionParams + func (o *DeleteSpoeTransactionParams) WithTimeout(timeout time.Duration) *DeleteSpoeTransactionParams + func (o *DeleteSpoeTransactionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSpoeTransactionReader struct + func (o *DeleteSpoeTransactionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSpoeTransactionDefault struct + ConfigurationVersion int64 + Payload *models.Error + func NewGetSpoeTransactionDefault(code int) *GetSpoeTransactionDefault + func (o *GetSpoeTransactionDefault) Code() int + func (o *GetSpoeTransactionDefault) Error() string + func (o *GetSpoeTransactionDefault) GetPayload() *models.Error + type GetSpoeTransactionNotFound struct + ConfigurationVersion int64 + Payload *models.Error + func NewGetSpoeTransactionNotFound() *GetSpoeTransactionNotFound + func (o *GetSpoeTransactionNotFound) Error() string + func (o *GetSpoeTransactionNotFound) GetPayload() *models.Error + type GetSpoeTransactionOK struct + Payload *models.SpoeTransaction + func NewGetSpoeTransactionOK() *GetSpoeTransactionOK + func (o *GetSpoeTransactionOK) Error() string + func (o *GetSpoeTransactionOK) GetPayload() *models.SpoeTransaction + type GetSpoeTransactionParams struct + Context context.Context + HTTPClient *http.Client + ID string + Spoe string + func NewGetSpoeTransactionParams() *GetSpoeTransactionParams + func NewGetSpoeTransactionParamsWithContext(ctx context.Context) *GetSpoeTransactionParams + func NewGetSpoeTransactionParamsWithHTTPClient(client *http.Client) *GetSpoeTransactionParams + func NewGetSpoeTransactionParamsWithTimeout(timeout time.Duration) *GetSpoeTransactionParams + func (o *GetSpoeTransactionParams) SetContext(ctx context.Context) + func (o *GetSpoeTransactionParams) SetHTTPClient(client *http.Client) + func (o *GetSpoeTransactionParams) SetID(id string) + func (o *GetSpoeTransactionParams) SetSpoe(spoe string) + func (o *GetSpoeTransactionParams) SetTimeout(timeout time.Duration) + func (o *GetSpoeTransactionParams) WithContext(ctx context.Context) *GetSpoeTransactionParams + func (o *GetSpoeTransactionParams) WithHTTPClient(client *http.Client) *GetSpoeTransactionParams + func (o *GetSpoeTransactionParams) WithID(id string) *GetSpoeTransactionParams + func (o *GetSpoeTransactionParams) WithSpoe(spoe string) *GetSpoeTransactionParams + func (o *GetSpoeTransactionParams) WithTimeout(timeout time.Duration) *GetSpoeTransactionParams + func (o *GetSpoeTransactionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSpoeTransactionReader struct + func (o *GetSpoeTransactionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSpoeTransactionsDefault struct + ConfigurationVersion int64 + Payload *models.Error + func NewGetSpoeTransactionsDefault(code int) *GetSpoeTransactionsDefault + func (o *GetSpoeTransactionsDefault) Code() int + func (o *GetSpoeTransactionsDefault) Error() string + func (o *GetSpoeTransactionsDefault) GetPayload() *models.Error + type GetSpoeTransactionsOK struct + Payload models.SpoeTransactions + func NewGetSpoeTransactionsOK() *GetSpoeTransactionsOK + func (o *GetSpoeTransactionsOK) Error() string + func (o *GetSpoeTransactionsOK) GetPayload() models.SpoeTransactions + type GetSpoeTransactionsParams struct + Context context.Context + HTTPClient *http.Client + Spoe string + Status *string + func NewGetSpoeTransactionsParams() *GetSpoeTransactionsParams + func NewGetSpoeTransactionsParamsWithContext(ctx context.Context) *GetSpoeTransactionsParams + func NewGetSpoeTransactionsParamsWithHTTPClient(client *http.Client) *GetSpoeTransactionsParams + func NewGetSpoeTransactionsParamsWithTimeout(timeout time.Duration) *GetSpoeTransactionsParams + func (o *GetSpoeTransactionsParams) SetContext(ctx context.Context) + func (o *GetSpoeTransactionsParams) SetHTTPClient(client *http.Client) + func (o *GetSpoeTransactionsParams) SetSpoe(spoe string) + func (o *GetSpoeTransactionsParams) SetStatus(status *string) + func (o *GetSpoeTransactionsParams) SetTimeout(timeout time.Duration) + func (o *GetSpoeTransactionsParams) WithContext(ctx context.Context) *GetSpoeTransactionsParams + func (o *GetSpoeTransactionsParams) WithHTTPClient(client *http.Client) *GetSpoeTransactionsParams + func (o *GetSpoeTransactionsParams) WithSpoe(spoe string) *GetSpoeTransactionsParams + func (o *GetSpoeTransactionsParams) WithStatus(status *string) *GetSpoeTransactionsParams + func (o *GetSpoeTransactionsParams) WithTimeout(timeout time.Duration) *GetSpoeTransactionsParams + func (o *GetSpoeTransactionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSpoeTransactionsReader struct + func (o *GetSpoeTransactionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StartSpoeTransactionCreated struct + Payload *models.SpoeTransaction + func NewStartSpoeTransactionCreated() *StartSpoeTransactionCreated + func (o *StartSpoeTransactionCreated) Error() string + func (o *StartSpoeTransactionCreated) GetPayload() *models.SpoeTransaction + type StartSpoeTransactionDefault struct + ConfigurationVersion int64 + Payload *models.Error + func NewStartSpoeTransactionDefault(code int) *StartSpoeTransactionDefault + func (o *StartSpoeTransactionDefault) Code() int + func (o *StartSpoeTransactionDefault) Error() string + func (o *StartSpoeTransactionDefault) GetPayload() *models.Error + type StartSpoeTransactionParams struct + Context context.Context + HTTPClient *http.Client + Spoe string + Version int64 + func NewStartSpoeTransactionParams() *StartSpoeTransactionParams + func NewStartSpoeTransactionParamsWithContext(ctx context.Context) *StartSpoeTransactionParams + func NewStartSpoeTransactionParamsWithHTTPClient(client *http.Client) *StartSpoeTransactionParams + func NewStartSpoeTransactionParamsWithTimeout(timeout time.Duration) *StartSpoeTransactionParams + func (o *StartSpoeTransactionParams) SetContext(ctx context.Context) + func (o *StartSpoeTransactionParams) SetHTTPClient(client *http.Client) + func (o *StartSpoeTransactionParams) SetSpoe(spoe string) + func (o *StartSpoeTransactionParams) SetTimeout(timeout time.Duration) + func (o *StartSpoeTransactionParams) SetVersion(version int64) + func (o *StartSpoeTransactionParams) WithContext(ctx context.Context) *StartSpoeTransactionParams + func (o *StartSpoeTransactionParams) WithHTTPClient(client *http.Client) *StartSpoeTransactionParams + func (o *StartSpoeTransactionParams) WithSpoe(spoe string) *StartSpoeTransactionParams + func (o *StartSpoeTransactionParams) WithTimeout(timeout time.Duration) *StartSpoeTransactionParams + func (o *StartSpoeTransactionParams) WithVersion(version int64) *StartSpoeTransactionParams + func (o *StartSpoeTransactionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StartSpoeTransactionReader struct + func (o *StartSpoeTransactionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StartSpoeTransactionTooManyRequests struct + Payload *StartSpoeTransactionTooManyRequestsBody + func NewStartSpoeTransactionTooManyRequests() *StartSpoeTransactionTooManyRequests + func (o *StartSpoeTransactionTooManyRequests) Error() string + func (o *StartSpoeTransactionTooManyRequests) GetPayload() *StartSpoeTransactionTooManyRequestsBody + type StartSpoeTransactionTooManyRequestsBody struct + Code int64 + Message string + func (o *StartSpoeTransactionTooManyRequestsBody) MarshalBinary() ([]byte, error) + func (o *StartSpoeTransactionTooManyRequestsBody) UnmarshalBinary(b []byte) error + func (o *StartSpoeTransactionTooManyRequestsBody) Validate(formats strfmt.Registry) error