Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) DeleteRecord(params *DeleteRecordParams) (*DeleteRecordOK, error) + func (a *Client) SaveRecord(params *SaveRecordParams) (*SaveRecordOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type DeleteRecordOK struct + Payload *models.APIRecord + func NewDeleteRecordOK() *DeleteRecordOK + func (o *DeleteRecordOK) Error() string + type DeleteRecordParams struct + Context context.Context + Domain string + HTTPClient *http.Client + Type string + func NewDeleteRecordParams() *DeleteRecordParams + func NewDeleteRecordParamsWithContext(ctx context.Context) *DeleteRecordParams + func NewDeleteRecordParamsWithHTTPClient(client *http.Client) *DeleteRecordParams + func NewDeleteRecordParamsWithTimeout(timeout time.Duration) *DeleteRecordParams + func (o *DeleteRecordParams) SetContext(ctx context.Context) + func (o *DeleteRecordParams) SetDomain(domain string) + func (o *DeleteRecordParams) SetHTTPClient(client *http.Client) + func (o *DeleteRecordParams) SetTimeout(timeout time.Duration) + func (o *DeleteRecordParams) SetType(typeVar string) + func (o *DeleteRecordParams) WithContext(ctx context.Context) *DeleteRecordParams + func (o *DeleteRecordParams) WithDomain(domain string) *DeleteRecordParams + func (o *DeleteRecordParams) WithHTTPClient(client *http.Client) *DeleteRecordParams + func (o *DeleteRecordParams) WithTimeout(timeout time.Duration) *DeleteRecordParams + func (o *DeleteRecordParams) WithType(typeVar string) *DeleteRecordParams + func (o *DeleteRecordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteRecordReader struct + func (o *DeleteRecordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SaveRecordOK struct + Payload *models.APIRecord + func NewSaveRecordOK() *SaveRecordOK + func (o *SaveRecordOK) Error() string + type SaveRecordParams struct + Body *models.APIRecord + Context context.Context + HTTPClient *http.Client + func NewSaveRecordParams() *SaveRecordParams + func NewSaveRecordParamsWithContext(ctx context.Context) *SaveRecordParams + func NewSaveRecordParamsWithHTTPClient(client *http.Client) *SaveRecordParams + func NewSaveRecordParamsWithTimeout(timeout time.Duration) *SaveRecordParams + func (o *SaveRecordParams) SetBody(body *models.APIRecord) + func (o *SaveRecordParams) SetContext(ctx context.Context) + func (o *SaveRecordParams) SetHTTPClient(client *http.Client) + func (o *SaveRecordParams) SetTimeout(timeout time.Duration) + func (o *SaveRecordParams) WithBody(body *models.APIRecord) *SaveRecordParams + func (o *SaveRecordParams) WithContext(ctx context.Context) *SaveRecordParams + func (o *SaveRecordParams) WithHTTPClient(client *http.Client) *SaveRecordParams + func (o *SaveRecordParams) WithTimeout(timeout time.Duration) *SaveRecordParams + func (o *SaveRecordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SaveRecordReader struct + func (o *SaveRecordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)