Documentation
¶
Index ¶
- type Client
- func (a *Client) GetCurrentDRUIDS(params *GetCurrentDRUIDSParams) (*GetCurrentDRUIDSOK, error)
- func (a *Client) GetIdentifiersInfo(params *GetIdentifiersInfoParams) (*GetIdentifiersInfoOK, error)
- func (a *Client) GetIdentifiersList(params *GetIdentifiersListParams) (*GetIdentifiersListOK, error)
- func (a *Client) MintNewDRUIDS(params *MintNewDRUIDSParams) (*MintNewDRUIDSOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type GetCurrentDRUIDSInternalServerError
- type GetCurrentDRUIDSOK
- type GetCurrentDRUIDSParams
- func NewGetCurrentDRUIDSParams() *GetCurrentDRUIDSParams
- func NewGetCurrentDRUIDSParamsWithContext(ctx context.Context) *GetCurrentDRUIDSParams
- func NewGetCurrentDRUIDSParamsWithHTTPClient(client *http.Client) *GetCurrentDRUIDSParams
- func NewGetCurrentDRUIDSParamsWithTimeout(timeout time.Duration) *GetCurrentDRUIDSParams
- func (o *GetCurrentDRUIDSParams) SetContext(ctx context.Context)
- func (o *GetCurrentDRUIDSParams) SetHTTPClient(client *http.Client)
- func (o *GetCurrentDRUIDSParams) SetTimeout(timeout time.Duration)
- func (o *GetCurrentDRUIDSParams) WithContext(ctx context.Context) *GetCurrentDRUIDSParams
- func (o *GetCurrentDRUIDSParams) WithHTTPClient(client *http.Client) *GetCurrentDRUIDSParams
- func (o *GetCurrentDRUIDSParams) WithTimeout(timeout time.Duration) *GetCurrentDRUIDSParams
- func (o *GetCurrentDRUIDSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCurrentDRUIDSReader
- type GetIdentifiersInfoInternalServerError
- type GetIdentifiersInfoOK
- type GetIdentifiersInfoParams
- func NewGetIdentifiersInfoParams() *GetIdentifiersInfoParams
- func NewGetIdentifiersInfoParamsWithContext(ctx context.Context) *GetIdentifiersInfoParams
- func NewGetIdentifiersInfoParamsWithHTTPClient(client *http.Client) *GetIdentifiersInfoParams
- func NewGetIdentifiersInfoParamsWithTimeout(timeout time.Duration) *GetIdentifiersInfoParams
- func (o *GetIdentifiersInfoParams) SetContext(ctx context.Context)
- func (o *GetIdentifiersInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetIdentifiersInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetIdentifiersInfoParams) WithContext(ctx context.Context) *GetIdentifiersInfoParams
- func (o *GetIdentifiersInfoParams) WithHTTPClient(client *http.Client) *GetIdentifiersInfoParams
- func (o *GetIdentifiersInfoParams) WithTimeout(timeout time.Duration) *GetIdentifiersInfoParams
- func (o *GetIdentifiersInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIdentifiersInfoReader
- type GetIdentifiersListInternalServerError
- type GetIdentifiersListOK
- type GetIdentifiersListParams
- func NewGetIdentifiersListParams() *GetIdentifiersListParams
- func NewGetIdentifiersListParamsWithContext(ctx context.Context) *GetIdentifiersListParams
- func NewGetIdentifiersListParamsWithHTTPClient(client *http.Client) *GetIdentifiersListParams
- func NewGetIdentifiersListParamsWithTimeout(timeout time.Duration) *GetIdentifiersListParams
- func (o *GetIdentifiersListParams) SetContext(ctx context.Context)
- func (o *GetIdentifiersListParams) SetHTTPClient(client *http.Client)
- func (o *GetIdentifiersListParams) SetTimeout(timeout time.Duration)
- func (o *GetIdentifiersListParams) WithContext(ctx context.Context) *GetIdentifiersListParams
- func (o *GetIdentifiersListParams) WithHTTPClient(client *http.Client) *GetIdentifiersListParams
- func (o *GetIdentifiersListParams) WithTimeout(timeout time.Duration) *GetIdentifiersListParams
- func (o *GetIdentifiersListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIdentifiersListReader
- type MintNewDRUIDSOK
- type MintNewDRUIDSParams
- func (o *MintNewDRUIDSParams) SetContext(ctx context.Context)
- func (o *MintNewDRUIDSParams) SetHTTPClient(client *http.Client)
- func (o *MintNewDRUIDSParams) SetQuantity(quantity *int64)
- func (o *MintNewDRUIDSParams) SetTimeout(timeout time.Duration)
- func (o *MintNewDRUIDSParams) WithContext(ctx context.Context) *MintNewDRUIDSParams
- func (o *MintNewDRUIDSParams) WithHTTPClient(client *http.Client) *MintNewDRUIDSParams
- func (o *MintNewDRUIDSParams) WithQuantity(quantity *int64) *MintNewDRUIDSParams
- func (o *MintNewDRUIDSParams) WithTimeout(timeout time.Duration) *MintNewDRUIDSParams
- func (o *MintNewDRUIDSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type MintNewDRUIDSReader
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 ¶
func (o *GetCurrentDRUIDSInternalServerError) Error() string
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 ¶
func (o *GetCurrentDRUIDSParams) WithContext(ctx context.Context) *GetCurrentDRUIDSParams
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 ¶
func (o *GetCurrentDRUIDSParams) WithTimeout(timeout time.Duration) *GetCurrentDRUIDSParams
WithTimeout adds the timeout to the get current d r uids params
func (*GetCurrentDRUIDSParams) WriteToRequest ¶
func (o *GetCurrentDRUIDSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetIdentifiersInfoInternalServerError) Error() string
type GetIdentifiersInfoOK ¶
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 ¶
func (o *GetIdentifiersInfoParams) WithContext(ctx context.Context) *GetIdentifiersInfoParams
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 ¶
func (o *GetIdentifiersInfoParams) WithTimeout(timeout time.Duration) *GetIdentifiersInfoParams
WithTimeout adds the timeout to the get identifiers info params
func (*GetIdentifiersInfoParams) WriteToRequest ¶
func (o *GetIdentifiersInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetIdentifiersListInternalServerError) Error() string
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 ¶
func (o *GetIdentifiersListParams) WithContext(ctx context.Context) *GetIdentifiersListParams
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 ¶
func (o *GetIdentifiersListParams) WithTimeout(timeout time.Duration) *GetIdentifiersListParams
WithTimeout adds the timeout to the get identifiers list params
func (*GetIdentifiersListParams) WriteToRequest ¶
func (o *GetIdentifiersListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *MintNewDRUIDSParams) WithContext(ctx context.Context) *MintNewDRUIDSParams
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.