operations

package
v0.0.0-...-114dd81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for operations API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new operations API client.

func (*Client) GetCurrentDRUIDS

func (a *Client) GetCurrentDRUIDS(params *GetCurrentDRUIDSParams) (*GetCurrentDRUIDSOK, error)

GetCurrentDRUIDS get current d r uids API

func (*Client) GetIdentifiersInfo

func (a *Client) GetIdentifiersInfo(params *GetIdentifiersInfoParams) (*GetIdentifiersInfoOK, error)

GetIdentifiersInfo get identifiers info API

func (*Client) GetIdentifiersList

func (a *Client) GetIdentifiersList(params *GetIdentifiersListParams) (*GetIdentifiersListOK, error)

GetIdentifiersList get identifiers list API

func (*Client) MintNewDRUIDS

func (a *Client) MintNewDRUIDS(params *MintNewDRUIDSParams) (*MintNewDRUIDSOK, error)

MintNewDRUIDS mint new d r uids API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type GetCurrentDRUIDSInternalServerError

type GetCurrentDRUIDSInternalServerError struct {
}

GetCurrentDRUIDSInternalServerError handles this case with default header values.

Your request could not be processed at this time.

func NewGetCurrentDRUIDSInternalServerError

func NewGetCurrentDRUIDSInternalServerError() *GetCurrentDRUIDSInternalServerError

NewGetCurrentDRUIDSInternalServerError creates a GetCurrentDRUIDSInternalServerError with default headers values

func (*GetCurrentDRUIDSInternalServerError) Error

type GetCurrentDRUIDSOK

type GetCurrentDRUIDSOK struct {
	Payload models.Identifiers
}

GetCurrentDRUIDSOK handles this case with default header values.

List of DRUIDs currently being used

func NewGetCurrentDRUIDSOK

func NewGetCurrentDRUIDSOK() *GetCurrentDRUIDSOK

NewGetCurrentDRUIDSOK creates a GetCurrentDRUIDSOK with default headers values

func (*GetCurrentDRUIDSOK) Error

func (o *GetCurrentDRUIDSOK) Error() string

type GetCurrentDRUIDSParams

type GetCurrentDRUIDSParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCurrentDRUIDSParams contains all the parameters to send to the API endpoint for the get current d r uids operation typically these are written to a http.Request

func NewGetCurrentDRUIDSParams

func NewGetCurrentDRUIDSParams() *GetCurrentDRUIDSParams

NewGetCurrentDRUIDSParams creates a new GetCurrentDRUIDSParams object with the default values initialized.

func NewGetCurrentDRUIDSParamsWithContext

func NewGetCurrentDRUIDSParamsWithContext(ctx context.Context) *GetCurrentDRUIDSParams

NewGetCurrentDRUIDSParamsWithContext creates a new GetCurrentDRUIDSParams object with the default values initialized, and the ability to set a context for a request

func NewGetCurrentDRUIDSParamsWithHTTPClient

func NewGetCurrentDRUIDSParamsWithHTTPClient(client *http.Client) *GetCurrentDRUIDSParams

NewGetCurrentDRUIDSParamsWithHTTPClient creates a new GetCurrentDRUIDSParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCurrentDRUIDSParamsWithTimeout

func NewGetCurrentDRUIDSParamsWithTimeout(timeout time.Duration) *GetCurrentDRUIDSParams

NewGetCurrentDRUIDSParamsWithTimeout creates a new GetCurrentDRUIDSParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCurrentDRUIDSParams) SetContext

func (o *GetCurrentDRUIDSParams) SetContext(ctx context.Context)

SetContext adds the context to the get current d r uids params

func (*GetCurrentDRUIDSParams) SetHTTPClient

func (o *GetCurrentDRUIDSParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get current d r uids params

func (*GetCurrentDRUIDSParams) SetTimeout

func (o *GetCurrentDRUIDSParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get current d r uids params

func (*GetCurrentDRUIDSParams) WithContext

WithContext adds the context to the get current d r uids params

func (*GetCurrentDRUIDSParams) WithHTTPClient

func (o *GetCurrentDRUIDSParams) WithHTTPClient(client *http.Client) *GetCurrentDRUIDSParams

WithHTTPClient adds the HTTPClient to the get current d r uids params

func (*GetCurrentDRUIDSParams) WithTimeout

WithTimeout adds the timeout to the get current d r uids params

func (*GetCurrentDRUIDSParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCurrentDRUIDSReader

type GetCurrentDRUIDSReader struct {
	// contains filtered or unexported fields
}

GetCurrentDRUIDSReader is a Reader for the GetCurrentDRUIDS structure.

func (*GetCurrentDRUIDSReader) ReadResponse

func (o *GetCurrentDRUIDSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetIdentifiersInfoInternalServerError

type GetIdentifiersInfoInternalServerError struct {
}

GetIdentifiersInfoInternalServerError handles this case with default header values.

Your request could not be processed at this time.

func NewGetIdentifiersInfoInternalServerError

func NewGetIdentifiersInfoInternalServerError() *GetIdentifiersInfoInternalServerError

NewGetIdentifiersInfoInternalServerError creates a GetIdentifiersInfoInternalServerError with default headers values

func (*GetIdentifiersInfoInternalServerError) Error

type GetIdentifiersInfoOK

type GetIdentifiersInfoOK struct {
	Payload models.Sources
}

GetIdentifiersInfoOK handles this case with default header values.

Get a list of identifier minters supported by this API.

func NewGetIdentifiersInfoOK

func NewGetIdentifiersInfoOK() *GetIdentifiersInfoOK

NewGetIdentifiersInfoOK creates a GetIdentifiersInfoOK with default headers values

func (*GetIdentifiersInfoOK) Error

func (o *GetIdentifiersInfoOK) Error() string

type GetIdentifiersInfoParams

type GetIdentifiersInfoParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetIdentifiersInfoParams contains all the parameters to send to the API endpoint for the get identifiers info operation typically these are written to a http.Request

func NewGetIdentifiersInfoParams

func NewGetIdentifiersInfoParams() *GetIdentifiersInfoParams

NewGetIdentifiersInfoParams creates a new GetIdentifiersInfoParams object with the default values initialized.

func NewGetIdentifiersInfoParamsWithContext

func NewGetIdentifiersInfoParamsWithContext(ctx context.Context) *GetIdentifiersInfoParams

NewGetIdentifiersInfoParamsWithContext creates a new GetIdentifiersInfoParams object with the default values initialized, and the ability to set a context for a request

func NewGetIdentifiersInfoParamsWithHTTPClient

func NewGetIdentifiersInfoParamsWithHTTPClient(client *http.Client) *GetIdentifiersInfoParams

NewGetIdentifiersInfoParamsWithHTTPClient creates a new GetIdentifiersInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetIdentifiersInfoParamsWithTimeout

func NewGetIdentifiersInfoParamsWithTimeout(timeout time.Duration) *GetIdentifiersInfoParams

NewGetIdentifiersInfoParamsWithTimeout creates a new GetIdentifiersInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetIdentifiersInfoParams) SetContext

func (o *GetIdentifiersInfoParams) SetContext(ctx context.Context)

SetContext adds the context to the get identifiers info params

func (*GetIdentifiersInfoParams) SetHTTPClient

func (o *GetIdentifiersInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get identifiers info params

func (*GetIdentifiersInfoParams) SetTimeout

func (o *GetIdentifiersInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get identifiers info params

func (*GetIdentifiersInfoParams) WithContext

WithContext adds the context to the get identifiers info params

func (*GetIdentifiersInfoParams) WithHTTPClient

func (o *GetIdentifiersInfoParams) WithHTTPClient(client *http.Client) *GetIdentifiersInfoParams

WithHTTPClient adds the HTTPClient to the get identifiers info params

func (*GetIdentifiersInfoParams) WithTimeout

WithTimeout adds the timeout to the get identifiers info params

func (*GetIdentifiersInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIdentifiersInfoReader

type GetIdentifiersInfoReader struct {
	// contains filtered or unexported fields
}

GetIdentifiersInfoReader is a Reader for the GetIdentifiersInfo structure.

func (*GetIdentifiersInfoReader) ReadResponse

func (o *GetIdentifiersInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetIdentifiersListInternalServerError

type GetIdentifiersListInternalServerError struct {
}

GetIdentifiersListInternalServerError handles this case with default header values.

Your request could not be processed at this time.

func NewGetIdentifiersListInternalServerError

func NewGetIdentifiersListInternalServerError() *GetIdentifiersListInternalServerError

NewGetIdentifiersListInternalServerError creates a GetIdentifiersListInternalServerError with default headers values

func (*GetIdentifiersListInternalServerError) Error

type GetIdentifiersListOK

type GetIdentifiersListOK struct {
	Payload models.Identifiers
}

GetIdentifiersListOK handles this case with default header values.

Get a list of all Identifiers minted across types

func NewGetIdentifiersListOK

func NewGetIdentifiersListOK() *GetIdentifiersListOK

NewGetIdentifiersListOK creates a GetIdentifiersListOK with default headers values

func (*GetIdentifiersListOK) Error

func (o *GetIdentifiersListOK) Error() string

type GetIdentifiersListParams

type GetIdentifiersListParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetIdentifiersListParams contains all the parameters to send to the API endpoint for the get identifiers list operation typically these are written to a http.Request

func NewGetIdentifiersListParams

func NewGetIdentifiersListParams() *GetIdentifiersListParams

NewGetIdentifiersListParams creates a new GetIdentifiersListParams object with the default values initialized.

func NewGetIdentifiersListParamsWithContext

func NewGetIdentifiersListParamsWithContext(ctx context.Context) *GetIdentifiersListParams

NewGetIdentifiersListParamsWithContext creates a new GetIdentifiersListParams object with the default values initialized, and the ability to set a context for a request

func NewGetIdentifiersListParamsWithHTTPClient

func NewGetIdentifiersListParamsWithHTTPClient(client *http.Client) *GetIdentifiersListParams

NewGetIdentifiersListParamsWithHTTPClient creates a new GetIdentifiersListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetIdentifiersListParamsWithTimeout

func NewGetIdentifiersListParamsWithTimeout(timeout time.Duration) *GetIdentifiersListParams

NewGetIdentifiersListParamsWithTimeout creates a new GetIdentifiersListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetIdentifiersListParams) SetContext

func (o *GetIdentifiersListParams) SetContext(ctx context.Context)

SetContext adds the context to the get identifiers list params

func (*GetIdentifiersListParams) SetHTTPClient

func (o *GetIdentifiersListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get identifiers list params

func (*GetIdentifiersListParams) SetTimeout

func (o *GetIdentifiersListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get identifiers list params

func (*GetIdentifiersListParams) WithContext

WithContext adds the context to the get identifiers list params

func (*GetIdentifiersListParams) WithHTTPClient

func (o *GetIdentifiersListParams) WithHTTPClient(client *http.Client) *GetIdentifiersListParams

WithHTTPClient adds the HTTPClient to the get identifiers list params

func (*GetIdentifiersListParams) WithTimeout

WithTimeout adds the timeout to the get identifiers list params

func (*GetIdentifiersListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIdentifiersListReader

type GetIdentifiersListReader struct {
	// contains filtered or unexported fields
}

GetIdentifiersListReader is a Reader for the GetIdentifiersList structure.

func (*GetIdentifiersListReader) ReadResponse

func (o *GetIdentifiersListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MintNewDRUIDSOK

type MintNewDRUIDSOK struct {
	Payload models.Identifiers
}

MintNewDRUIDSOK handles this case with default header values.

New DRUIDs Created

func NewMintNewDRUIDSOK

func NewMintNewDRUIDSOK() *MintNewDRUIDSOK

NewMintNewDRUIDSOK creates a MintNewDRUIDSOK with default headers values

func (*MintNewDRUIDSOK) Error

func (o *MintNewDRUIDSOK) Error() string

type MintNewDRUIDSParams

type MintNewDRUIDSParams struct {

	/*Quantity
	  Number of DRUIDs to mint. Default is 1.

	*/
	Quantity *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MintNewDRUIDSParams contains all the parameters to send to the API endpoint for the mint new d r uids operation typically these are written to a http.Request

func NewMintNewDRUIDSParams

func NewMintNewDRUIDSParams() *MintNewDRUIDSParams

NewMintNewDRUIDSParams creates a new MintNewDRUIDSParams object with the default values initialized.

func NewMintNewDRUIDSParamsWithContext

func NewMintNewDRUIDSParamsWithContext(ctx context.Context) *MintNewDRUIDSParams

NewMintNewDRUIDSParamsWithContext creates a new MintNewDRUIDSParams object with the default values initialized, and the ability to set a context for a request

func NewMintNewDRUIDSParamsWithHTTPClient

func NewMintNewDRUIDSParamsWithHTTPClient(client *http.Client) *MintNewDRUIDSParams

NewMintNewDRUIDSParamsWithHTTPClient creates a new MintNewDRUIDSParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewMintNewDRUIDSParamsWithTimeout

func NewMintNewDRUIDSParamsWithTimeout(timeout time.Duration) *MintNewDRUIDSParams

NewMintNewDRUIDSParamsWithTimeout creates a new MintNewDRUIDSParams object with the default values initialized, and the ability to set a timeout on a request

func (*MintNewDRUIDSParams) SetContext

func (o *MintNewDRUIDSParams) SetContext(ctx context.Context)

SetContext adds the context to the mint new d r uids params

func (*MintNewDRUIDSParams) SetHTTPClient

func (o *MintNewDRUIDSParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the mint new d r uids params

func (*MintNewDRUIDSParams) SetQuantity

func (o *MintNewDRUIDSParams) SetQuantity(quantity *int64)

SetQuantity adds the quantity to the mint new d r uids params

func (*MintNewDRUIDSParams) SetTimeout

func (o *MintNewDRUIDSParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the mint new d r uids params

func (*MintNewDRUIDSParams) WithContext

WithContext adds the context to the mint new d r uids params

func (*MintNewDRUIDSParams) WithHTTPClient

func (o *MintNewDRUIDSParams) WithHTTPClient(client *http.Client) *MintNewDRUIDSParams

WithHTTPClient adds the HTTPClient to the mint new d r uids params

func (*MintNewDRUIDSParams) WithQuantity

func (o *MintNewDRUIDSParams) WithQuantity(quantity *int64) *MintNewDRUIDSParams

WithQuantity adds the quantity to the mint new d r uids params

func (*MintNewDRUIDSParams) WithTimeout

func (o *MintNewDRUIDSParams) WithTimeout(timeout time.Duration) *MintNewDRUIDSParams

WithTimeout adds the timeout to the mint new d r uids params

func (*MintNewDRUIDSParams) WriteToRequest

func (o *MintNewDRUIDSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type MintNewDRUIDSReader

type MintNewDRUIDSReader struct {
	// contains filtered or unexported fields
}

MintNewDRUIDSReader is a Reader for the MintNewDRUIDS structure.

func (*MintNewDRUIDSReader) ReadResponse

func (o *MintNewDRUIDSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL