Versions in this module Expand all Collapse all v0 v0.1.1 Mar 17, 2022 Changes in this version + type AddressCreateCreated struct + Payload *models.IpamsvcCreateAddressResponse + func NewAddressCreateCreated() *AddressCreateCreated + func (o *AddressCreateCreated) Error() string + func (o *AddressCreateCreated) GetPayload() *models.IpamsvcCreateAddressResponse + type AddressCreateParams struct + Body *models.IpamsvcAddress + Context context.Context + HTTPClient *http.Client + func NewAddressCreateParams() *AddressCreateParams + func NewAddressCreateParamsWithContext(ctx context.Context) *AddressCreateParams + func NewAddressCreateParamsWithHTTPClient(client *http.Client) *AddressCreateParams + func NewAddressCreateParamsWithTimeout(timeout time.Duration) *AddressCreateParams + func (o *AddressCreateParams) SetBody(body *models.IpamsvcAddress) + func (o *AddressCreateParams) SetContext(ctx context.Context) + func (o *AddressCreateParams) SetDefaults() + func (o *AddressCreateParams) SetHTTPClient(client *http.Client) + func (o *AddressCreateParams) SetTimeout(timeout time.Duration) + func (o *AddressCreateParams) WithBody(body *models.IpamsvcAddress) *AddressCreateParams + func (o *AddressCreateParams) WithContext(ctx context.Context) *AddressCreateParams + func (o *AddressCreateParams) WithDefaults() *AddressCreateParams + func (o *AddressCreateParams) WithHTTPClient(client *http.Client) *AddressCreateParams + func (o *AddressCreateParams) WithTimeout(timeout time.Duration) *AddressCreateParams + func (o *AddressCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddressCreateReader struct + func (o *AddressCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddressDeleteNoContent struct + func NewAddressDeleteNoContent() *AddressDeleteNoContent + func (o *AddressDeleteNoContent) Error() string + type AddressDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID string + func NewAddressDeleteParams() *AddressDeleteParams + func NewAddressDeleteParamsWithContext(ctx context.Context) *AddressDeleteParams + func NewAddressDeleteParamsWithHTTPClient(client *http.Client) *AddressDeleteParams + func NewAddressDeleteParamsWithTimeout(timeout time.Duration) *AddressDeleteParams + func (o *AddressDeleteParams) SetContext(ctx context.Context) + func (o *AddressDeleteParams) SetDefaults() + func (o *AddressDeleteParams) SetHTTPClient(client *http.Client) + func (o *AddressDeleteParams) SetID(id string) + func (o *AddressDeleteParams) SetTimeout(timeout time.Duration) + func (o *AddressDeleteParams) WithContext(ctx context.Context) *AddressDeleteParams + func (o *AddressDeleteParams) WithDefaults() *AddressDeleteParams + func (o *AddressDeleteParams) WithHTTPClient(client *http.Client) *AddressDeleteParams + func (o *AddressDeleteParams) WithID(id string) *AddressDeleteParams + func (o *AddressDeleteParams) WithTimeout(timeout time.Duration) *AddressDeleteParams + func (o *AddressDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddressDeleteReader struct + func (o *AddressDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddressListOK struct + Payload *models.IpamsvcListAddressResponse + func NewAddressListOK() *AddressListOK + func (o *AddressListOK) Error() string + func (o *AddressListOK) GetPayload() *models.IpamsvcListAddressResponse + type AddressListParams struct + AddressState *string + Context context.Context + Fields *string + Filter *string + HTTPClient *http.Client + Limit *int64 + Offset *int64 + OrderBy *string + PageToken *string + Scope *string + Tfilter *string + TorderBy *string + func NewAddressListParams() *AddressListParams + func NewAddressListParamsWithContext(ctx context.Context) *AddressListParams + func NewAddressListParamsWithHTTPClient(client *http.Client) *AddressListParams + func NewAddressListParamsWithTimeout(timeout time.Duration) *AddressListParams + func (o *AddressListParams) SetAddressState(addressState *string) + func (o *AddressListParams) SetContext(ctx context.Context) + func (o *AddressListParams) SetDefaults() + func (o *AddressListParams) SetFields(fields *string) + func (o *AddressListParams) SetFilter(filter *string) + func (o *AddressListParams) SetHTTPClient(client *http.Client) + func (o *AddressListParams) SetLimit(limit *int64) + func (o *AddressListParams) SetOffset(offset *int64) + func (o *AddressListParams) SetOrderBy(orderBy *string) + func (o *AddressListParams) SetPageToken(pageToken *string) + func (o *AddressListParams) SetScope(scope *string) + func (o *AddressListParams) SetTfilter(tfilter *string) + func (o *AddressListParams) SetTimeout(timeout time.Duration) + func (o *AddressListParams) SetTorderBy(torderBy *string) + func (o *AddressListParams) WithAddressState(addressState *string) *AddressListParams + func (o *AddressListParams) WithContext(ctx context.Context) *AddressListParams + func (o *AddressListParams) WithDefaults() *AddressListParams + func (o *AddressListParams) WithFields(fields *string) *AddressListParams + func (o *AddressListParams) WithFilter(filter *string) *AddressListParams + func (o *AddressListParams) WithHTTPClient(client *http.Client) *AddressListParams + func (o *AddressListParams) WithLimit(limit *int64) *AddressListParams + func (o *AddressListParams) WithOffset(offset *int64) *AddressListParams + func (o *AddressListParams) WithOrderBy(orderBy *string) *AddressListParams + func (o *AddressListParams) WithPageToken(pageToken *string) *AddressListParams + func (o *AddressListParams) WithScope(scope *string) *AddressListParams + func (o *AddressListParams) WithTfilter(tfilter *string) *AddressListParams + func (o *AddressListParams) WithTimeout(timeout time.Duration) *AddressListParams + func (o *AddressListParams) WithTorderBy(torderBy *string) *AddressListParams + func (o *AddressListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddressListReader struct + func (o *AddressListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddressReadOK struct + Payload *models.IpamsvcReadAddressResponse + func NewAddressReadOK() *AddressReadOK + func (o *AddressReadOK) Error() string + func (o *AddressReadOK) GetPayload() *models.IpamsvcReadAddressResponse + type AddressReadParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID string + func NewAddressReadParams() *AddressReadParams + func NewAddressReadParamsWithContext(ctx context.Context) *AddressReadParams + func NewAddressReadParamsWithHTTPClient(client *http.Client) *AddressReadParams + func NewAddressReadParamsWithTimeout(timeout time.Duration) *AddressReadParams + func (o *AddressReadParams) SetContext(ctx context.Context) + func (o *AddressReadParams) SetDefaults() + func (o *AddressReadParams) SetFields(fields *string) + func (o *AddressReadParams) SetHTTPClient(client *http.Client) + func (o *AddressReadParams) SetID(id string) + func (o *AddressReadParams) SetTimeout(timeout time.Duration) + func (o *AddressReadParams) WithContext(ctx context.Context) *AddressReadParams + func (o *AddressReadParams) WithDefaults() *AddressReadParams + func (o *AddressReadParams) WithFields(fields *string) *AddressReadParams + func (o *AddressReadParams) WithHTTPClient(client *http.Client) *AddressReadParams + func (o *AddressReadParams) WithID(id string) *AddressReadParams + func (o *AddressReadParams) WithTimeout(timeout time.Duration) *AddressReadParams + func (o *AddressReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddressReadReader struct + func (o *AddressReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddressUpdateCreated struct + Payload *models.IpamsvcUpdateAddressResponse + func NewAddressUpdateCreated() *AddressUpdateCreated + func (o *AddressUpdateCreated) Error() string + func (o *AddressUpdateCreated) GetPayload() *models.IpamsvcUpdateAddressResponse + type AddressUpdateParams struct + Body *models.IpamsvcAddress + Context context.Context + HTTPClient *http.Client + ID string + func NewAddressUpdateParams() *AddressUpdateParams + func NewAddressUpdateParamsWithContext(ctx context.Context) *AddressUpdateParams + func NewAddressUpdateParamsWithHTTPClient(client *http.Client) *AddressUpdateParams + func NewAddressUpdateParamsWithTimeout(timeout time.Duration) *AddressUpdateParams + func (o *AddressUpdateParams) SetBody(body *models.IpamsvcAddress) + func (o *AddressUpdateParams) SetContext(ctx context.Context) + func (o *AddressUpdateParams) SetDefaults() + func (o *AddressUpdateParams) SetHTTPClient(client *http.Client) + func (o *AddressUpdateParams) SetID(id string) + func (o *AddressUpdateParams) SetTimeout(timeout time.Duration) + func (o *AddressUpdateParams) WithBody(body *models.IpamsvcAddress) *AddressUpdateParams + func (o *AddressUpdateParams) WithContext(ctx context.Context) *AddressUpdateParams + func (o *AddressUpdateParams) WithDefaults() *AddressUpdateParams + func (o *AddressUpdateParams) WithHTTPClient(client *http.Client) *AddressUpdateParams + func (o *AddressUpdateParams) WithID(id string) *AddressUpdateParams + func (o *AddressUpdateParams) WithTimeout(timeout time.Duration) *AddressUpdateParams + func (o *AddressUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddressUpdateReader struct + func (o *AddressUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func (a *Client) AddressCreate(params *AddressCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressCreateCreated, error) + func (a *Client) AddressDelete(params *AddressDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressDeleteNoContent, error) + func (a *Client) AddressList(params *AddressListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressListOK, error) + func (a *Client) AddressRead(params *AddressReadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressReadOK, error) + func (a *Client) AddressUpdate(params *AddressUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressUpdateCreated, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + AddressCreate func(params *AddressCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressCreateCreated, error) + AddressDelete func(params *AddressDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressDeleteNoContent, error) + AddressList func(params *AddressListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressListOK, error) + AddressRead func(params *AddressReadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressReadOK, error) + AddressUpdate func(params *AddressUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddressUpdateCreated, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService v0.1.0 Jan 31, 2022