Versions in this module Expand all Collapse all v1 v1.1.6 Oct 11, 2023 v1.1.5 Oct 11, 2023 Changes in this version + type Client struct + func (a *Client) CreateTable(params *CreateTableParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateTableCreated, *CreateTableAccepted, error) + func (a *Client) DeleteTable(params *DeleteTableParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteTableAccepted, *DeleteTableNoContent, error) + func (a *Client) GetTable(params *GetTableParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTableOK, error) + func (a *Client) GetTables(params *GetTablesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTablesOK, error) + func (a *Client) ReplaceTable(params *ReplaceTableParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReplaceTableOK, *ReplaceTableAccepted, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateTable func(params *CreateTableParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateTableCreated, *CreateTableAccepted, error) + DeleteTable func(params *DeleteTableParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteTableAccepted, *DeleteTableNoContent, error) + GetTable func(params *GetTableParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTableOK, error) + GetTables func(params *GetTablesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTablesOK, error) + ReplaceTable func(params *ReplaceTableParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReplaceTableOK, *ReplaceTableAccepted, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateTableAccepted struct + Payload *models.Table + ReloadID string + func NewCreateTableAccepted() *CreateTableAccepted + func (o *CreateTableAccepted) Code() int + func (o *CreateTableAccepted) Error() string + func (o *CreateTableAccepted) GetPayload() *models.Table + func (o *CreateTableAccepted) IsClientError() bool + func (o *CreateTableAccepted) IsCode(code int) bool + func (o *CreateTableAccepted) IsRedirect() bool + func (o *CreateTableAccepted) IsServerError() bool + func (o *CreateTableAccepted) IsSuccess() bool + func (o *CreateTableAccepted) String() string + type CreateTableBadRequest struct + ConfigurationVersion string + Payload *models.Error + func NewCreateTableBadRequest() *CreateTableBadRequest + func (o *CreateTableBadRequest) Code() int + func (o *CreateTableBadRequest) Error() string + func (o *CreateTableBadRequest) GetPayload() *models.Error + func (o *CreateTableBadRequest) IsClientError() bool + func (o *CreateTableBadRequest) IsCode(code int) bool + func (o *CreateTableBadRequest) IsRedirect() bool + func (o *CreateTableBadRequest) IsServerError() bool + func (o *CreateTableBadRequest) IsSuccess() bool + func (o *CreateTableBadRequest) String() string + type CreateTableConflict struct + ConfigurationVersion string + Payload *models.Error + func NewCreateTableConflict() *CreateTableConflict + func (o *CreateTableConflict) Code() int + func (o *CreateTableConflict) Error() string + func (o *CreateTableConflict) GetPayload() *models.Error + func (o *CreateTableConflict) IsClientError() bool + func (o *CreateTableConflict) IsCode(code int) bool + func (o *CreateTableConflict) IsRedirect() bool + func (o *CreateTableConflict) IsServerError() bool + func (o *CreateTableConflict) IsSuccess() bool + func (o *CreateTableConflict) String() string + type CreateTableCreated struct + Payload *models.Table + func NewCreateTableCreated() *CreateTableCreated + func (o *CreateTableCreated) Code() int + func (o *CreateTableCreated) Error() string + func (o *CreateTableCreated) GetPayload() *models.Table + func (o *CreateTableCreated) IsClientError() bool + func (o *CreateTableCreated) IsCode(code int) bool + func (o *CreateTableCreated) IsRedirect() bool + func (o *CreateTableCreated) IsServerError() bool + func (o *CreateTableCreated) IsSuccess() bool + func (o *CreateTableCreated) String() string + type CreateTableDefault struct + ConfigurationVersion string + Payload *models.Error + func NewCreateTableDefault(code int) *CreateTableDefault + func (o *CreateTableDefault) Code() int + func (o *CreateTableDefault) Error() string + func (o *CreateTableDefault) GetPayload() *models.Error + func (o *CreateTableDefault) IsClientError() bool + func (o *CreateTableDefault) IsCode(code int) bool + func (o *CreateTableDefault) IsRedirect() bool + func (o *CreateTableDefault) IsServerError() bool + func (o *CreateTableDefault) IsSuccess() bool + func (o *CreateTableDefault) String() string + type CreateTableParams struct + Context context.Context + Data *models.Table + ForceReload *bool + HTTPClient *http.Client + PeerSection string + TransactionID *string + Version *int64 + func NewCreateTableParams() *CreateTableParams + func NewCreateTableParamsWithContext(ctx context.Context) *CreateTableParams + func NewCreateTableParamsWithHTTPClient(client *http.Client) *CreateTableParams + func NewCreateTableParamsWithTimeout(timeout time.Duration) *CreateTableParams + func (o *CreateTableParams) SetContext(ctx context.Context) + func (o *CreateTableParams) SetData(data *models.Table) + func (o *CreateTableParams) SetDefaults() + func (o *CreateTableParams) SetForceReload(forceReload *bool) + func (o *CreateTableParams) SetHTTPClient(client *http.Client) + func (o *CreateTableParams) SetPeerSection(peerSection string) + func (o *CreateTableParams) SetTimeout(timeout time.Duration) + func (o *CreateTableParams) SetTransactionID(transactionID *string) + func (o *CreateTableParams) SetVersion(version *int64) + func (o *CreateTableParams) WithContext(ctx context.Context) *CreateTableParams + func (o *CreateTableParams) WithData(data *models.Table) *CreateTableParams + func (o *CreateTableParams) WithDefaults() *CreateTableParams + func (o *CreateTableParams) WithForceReload(forceReload *bool) *CreateTableParams + func (o *CreateTableParams) WithHTTPClient(client *http.Client) *CreateTableParams + func (o *CreateTableParams) WithPeerSection(peerSection string) *CreateTableParams + func (o *CreateTableParams) WithTimeout(timeout time.Duration) *CreateTableParams + func (o *CreateTableParams) WithTransactionID(transactionID *string) *CreateTableParams + func (o *CreateTableParams) WithVersion(version *int64) *CreateTableParams + func (o *CreateTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateTableReader struct + func (o *CreateTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteTableAccepted struct + ReloadID string + func NewDeleteTableAccepted() *DeleteTableAccepted + func (o *DeleteTableAccepted) Code() int + func (o *DeleteTableAccepted) Error() string + func (o *DeleteTableAccepted) IsClientError() bool + func (o *DeleteTableAccepted) IsCode(code int) bool + func (o *DeleteTableAccepted) IsRedirect() bool + func (o *DeleteTableAccepted) IsServerError() bool + func (o *DeleteTableAccepted) IsSuccess() bool + func (o *DeleteTableAccepted) String() string + type DeleteTableDefault struct + ConfigurationVersion string + Payload *models.Error + func NewDeleteTableDefault(code int) *DeleteTableDefault + func (o *DeleteTableDefault) Code() int + func (o *DeleteTableDefault) Error() string + func (o *DeleteTableDefault) GetPayload() *models.Error + func (o *DeleteTableDefault) IsClientError() bool + func (o *DeleteTableDefault) IsCode(code int) bool + func (o *DeleteTableDefault) IsRedirect() bool + func (o *DeleteTableDefault) IsServerError() bool + func (o *DeleteTableDefault) IsSuccess() bool + func (o *DeleteTableDefault) String() string + type DeleteTableNoContent struct + func NewDeleteTableNoContent() *DeleteTableNoContent + func (o *DeleteTableNoContent) Code() int + func (o *DeleteTableNoContent) Error() string + func (o *DeleteTableNoContent) IsClientError() bool + func (o *DeleteTableNoContent) IsCode(code int) bool + func (o *DeleteTableNoContent) IsRedirect() bool + func (o *DeleteTableNoContent) IsServerError() bool + func (o *DeleteTableNoContent) IsSuccess() bool + func (o *DeleteTableNoContent) String() string + type DeleteTableNotFound struct + ConfigurationVersion string + Payload *models.Error + func NewDeleteTableNotFound() *DeleteTableNotFound + func (o *DeleteTableNotFound) Code() int + func (o *DeleteTableNotFound) Error() string + func (o *DeleteTableNotFound) GetPayload() *models.Error + func (o *DeleteTableNotFound) IsClientError() bool + func (o *DeleteTableNotFound) IsCode(code int) bool + func (o *DeleteTableNotFound) IsRedirect() bool + func (o *DeleteTableNotFound) IsServerError() bool + func (o *DeleteTableNotFound) IsSuccess() bool + func (o *DeleteTableNotFound) String() string + type DeleteTableParams struct + Context context.Context + ForceReload *bool + HTTPClient *http.Client + Name string + PeerSection string + TransactionID *string + Version *int64 + func NewDeleteTableParams() *DeleteTableParams + func NewDeleteTableParamsWithContext(ctx context.Context) *DeleteTableParams + func NewDeleteTableParamsWithHTTPClient(client *http.Client) *DeleteTableParams + func NewDeleteTableParamsWithTimeout(timeout time.Duration) *DeleteTableParams + func (o *DeleteTableParams) SetContext(ctx context.Context) + func (o *DeleteTableParams) SetDefaults() + func (o *DeleteTableParams) SetForceReload(forceReload *bool) + func (o *DeleteTableParams) SetHTTPClient(client *http.Client) + func (o *DeleteTableParams) SetName(name string) + func (o *DeleteTableParams) SetPeerSection(peerSection string) + func (o *DeleteTableParams) SetTimeout(timeout time.Duration) + func (o *DeleteTableParams) SetTransactionID(transactionID *string) + func (o *DeleteTableParams) SetVersion(version *int64) + func (o *DeleteTableParams) WithContext(ctx context.Context) *DeleteTableParams + func (o *DeleteTableParams) WithDefaults() *DeleteTableParams + func (o *DeleteTableParams) WithForceReload(forceReload *bool) *DeleteTableParams + func (o *DeleteTableParams) WithHTTPClient(client *http.Client) *DeleteTableParams + func (o *DeleteTableParams) WithName(name string) *DeleteTableParams + func (o *DeleteTableParams) WithPeerSection(peerSection string) *DeleteTableParams + func (o *DeleteTableParams) WithTimeout(timeout time.Duration) *DeleteTableParams + func (o *DeleteTableParams) WithTransactionID(transactionID *string) *DeleteTableParams + func (o *DeleteTableParams) WithVersion(version *int64) *DeleteTableParams + func (o *DeleteTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteTableReader struct + func (o *DeleteTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetTableDefault struct + ConfigurationVersion string + Payload *models.Error + func NewGetTableDefault(code int) *GetTableDefault + func (o *GetTableDefault) Code() int + func (o *GetTableDefault) Error() string + func (o *GetTableDefault) GetPayload() *models.Error + func (o *GetTableDefault) IsClientError() bool + func (o *GetTableDefault) IsCode(code int) bool + func (o *GetTableDefault) IsRedirect() bool + func (o *GetTableDefault) IsServerError() bool + func (o *GetTableDefault) IsSuccess() bool + func (o *GetTableDefault) String() string + type GetTableNotFound struct + ConfigurationVersion string + Payload *models.Error + func NewGetTableNotFound() *GetTableNotFound + func (o *GetTableNotFound) Code() int + func (o *GetTableNotFound) Error() string + func (o *GetTableNotFound) GetPayload() *models.Error + func (o *GetTableNotFound) IsClientError() bool + func (o *GetTableNotFound) IsCode(code int) bool + func (o *GetTableNotFound) IsRedirect() bool + func (o *GetTableNotFound) IsServerError() bool + func (o *GetTableNotFound) IsSuccess() bool + func (o *GetTableNotFound) String() string + type GetTableOK struct + ConfigurationVersion string + Payload *GetTableOKBody + func NewGetTableOK() *GetTableOK + func (o *GetTableOK) Code() int + func (o *GetTableOK) Error() string + func (o *GetTableOK) GetPayload() *GetTableOKBody + func (o *GetTableOK) IsClientError() bool + func (o *GetTableOK) IsCode(code int) bool + func (o *GetTableOK) IsRedirect() bool + func (o *GetTableOK) IsServerError() bool + func (o *GetTableOK) IsSuccess() bool + func (o *GetTableOK) String() string + type GetTableOKBody struct + Data *models.Table + Version int64 + func (o *GetTableOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetTableOKBody) MarshalBinary() ([]byte, error) + func (o *GetTableOKBody) UnmarshalBinary(b []byte) error + func (o *GetTableOKBody) Validate(formats strfmt.Registry) error + type GetTableParams struct + Context context.Context + HTTPClient *http.Client + Name string + PeerSection string + TransactionID *string + func NewGetTableParams() *GetTableParams + func NewGetTableParamsWithContext(ctx context.Context) *GetTableParams + func NewGetTableParamsWithHTTPClient(client *http.Client) *GetTableParams + func NewGetTableParamsWithTimeout(timeout time.Duration) *GetTableParams + func (o *GetTableParams) SetContext(ctx context.Context) + func (o *GetTableParams) SetDefaults() + func (o *GetTableParams) SetHTTPClient(client *http.Client) + func (o *GetTableParams) SetName(name string) + func (o *GetTableParams) SetPeerSection(peerSection string) + func (o *GetTableParams) SetTimeout(timeout time.Duration) + func (o *GetTableParams) SetTransactionID(transactionID *string) + func (o *GetTableParams) WithContext(ctx context.Context) *GetTableParams + func (o *GetTableParams) WithDefaults() *GetTableParams + func (o *GetTableParams) WithHTTPClient(client *http.Client) *GetTableParams + func (o *GetTableParams) WithName(name string) *GetTableParams + func (o *GetTableParams) WithPeerSection(peerSection string) *GetTableParams + func (o *GetTableParams) WithTimeout(timeout time.Duration) *GetTableParams + func (o *GetTableParams) WithTransactionID(transactionID *string) *GetTableParams + func (o *GetTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetTableReader struct + func (o *GetTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetTablesDefault struct + ConfigurationVersion string + Payload *models.Error + func NewGetTablesDefault(code int) *GetTablesDefault + func (o *GetTablesDefault) Code() int + func (o *GetTablesDefault) Error() string + func (o *GetTablesDefault) GetPayload() *models.Error + func (o *GetTablesDefault) IsClientError() bool + func (o *GetTablesDefault) IsCode(code int) bool + func (o *GetTablesDefault) IsRedirect() bool + func (o *GetTablesDefault) IsServerError() bool + func (o *GetTablesDefault) IsSuccess() bool + func (o *GetTablesDefault) String() string + type GetTablesOK struct + ConfigurationVersion string + Payload *GetTablesOKBody + func NewGetTablesOK() *GetTablesOK + func (o *GetTablesOK) Code() int + func (o *GetTablesOK) Error() string + func (o *GetTablesOK) GetPayload() *GetTablesOKBody + func (o *GetTablesOK) IsClientError() bool + func (o *GetTablesOK) IsCode(code int) bool + func (o *GetTablesOK) IsRedirect() bool + func (o *GetTablesOK) IsServerError() bool + func (o *GetTablesOK) IsSuccess() bool + func (o *GetTablesOK) String() string + type GetTablesOKBody struct + Data models.Tables + Version int64 + func (o *GetTablesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetTablesOKBody) MarshalBinary() ([]byte, error) + func (o *GetTablesOKBody) UnmarshalBinary(b []byte) error + func (o *GetTablesOKBody) Validate(formats strfmt.Registry) error + type GetTablesParams struct + Context context.Context + HTTPClient *http.Client + PeerSection string + TransactionID *string + func NewGetTablesParams() *GetTablesParams + func NewGetTablesParamsWithContext(ctx context.Context) *GetTablesParams + func NewGetTablesParamsWithHTTPClient(client *http.Client) *GetTablesParams + func NewGetTablesParamsWithTimeout(timeout time.Duration) *GetTablesParams + func (o *GetTablesParams) SetContext(ctx context.Context) + func (o *GetTablesParams) SetDefaults() + func (o *GetTablesParams) SetHTTPClient(client *http.Client) + func (o *GetTablesParams) SetPeerSection(peerSection string) + func (o *GetTablesParams) SetTimeout(timeout time.Duration) + func (o *GetTablesParams) SetTransactionID(transactionID *string) + func (o *GetTablesParams) WithContext(ctx context.Context) *GetTablesParams + func (o *GetTablesParams) WithDefaults() *GetTablesParams + func (o *GetTablesParams) WithHTTPClient(client *http.Client) *GetTablesParams + func (o *GetTablesParams) WithPeerSection(peerSection string) *GetTablesParams + func (o *GetTablesParams) WithTimeout(timeout time.Duration) *GetTablesParams + func (o *GetTablesParams) WithTransactionID(transactionID *string) *GetTablesParams + func (o *GetTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetTablesReader struct + func (o *GetTablesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReplaceTableAccepted struct + Payload *models.Table + ReloadID string + func NewReplaceTableAccepted() *ReplaceTableAccepted + func (o *ReplaceTableAccepted) Code() int + func (o *ReplaceTableAccepted) Error() string + func (o *ReplaceTableAccepted) GetPayload() *models.Table + func (o *ReplaceTableAccepted) IsClientError() bool + func (o *ReplaceTableAccepted) IsCode(code int) bool + func (o *ReplaceTableAccepted) IsRedirect() bool + func (o *ReplaceTableAccepted) IsServerError() bool + func (o *ReplaceTableAccepted) IsSuccess() bool + func (o *ReplaceTableAccepted) String() string + type ReplaceTableBadRequest struct + ConfigurationVersion string + Payload *models.Error + func NewReplaceTableBadRequest() *ReplaceTableBadRequest + func (o *ReplaceTableBadRequest) Code() int + func (o *ReplaceTableBadRequest) Error() string + func (o *ReplaceTableBadRequest) GetPayload() *models.Error + func (o *ReplaceTableBadRequest) IsClientError() bool + func (o *ReplaceTableBadRequest) IsCode(code int) bool + func (o *ReplaceTableBadRequest) IsRedirect() bool + func (o *ReplaceTableBadRequest) IsServerError() bool + func (o *ReplaceTableBadRequest) IsSuccess() bool + func (o *ReplaceTableBadRequest) String() string + type ReplaceTableDefault struct + ConfigurationVersion string + Payload *models.Error + func NewReplaceTableDefault(code int) *ReplaceTableDefault + func (o *ReplaceTableDefault) Code() int + func (o *ReplaceTableDefault) Error() string + func (o *ReplaceTableDefault) GetPayload() *models.Error + func (o *ReplaceTableDefault) IsClientError() bool + func (o *ReplaceTableDefault) IsCode(code int) bool + func (o *ReplaceTableDefault) IsRedirect() bool + func (o *ReplaceTableDefault) IsServerError() bool + func (o *ReplaceTableDefault) IsSuccess() bool + func (o *ReplaceTableDefault) String() string + type ReplaceTableNotFound struct + ConfigurationVersion string + Payload *models.Error + func NewReplaceTableNotFound() *ReplaceTableNotFound + func (o *ReplaceTableNotFound) Code() int + func (o *ReplaceTableNotFound) Error() string + func (o *ReplaceTableNotFound) GetPayload() *models.Error + func (o *ReplaceTableNotFound) IsClientError() bool + func (o *ReplaceTableNotFound) IsCode(code int) bool + func (o *ReplaceTableNotFound) IsRedirect() bool + func (o *ReplaceTableNotFound) IsServerError() bool + func (o *ReplaceTableNotFound) IsSuccess() bool + func (o *ReplaceTableNotFound) String() string + type ReplaceTableOK struct + Payload *models.Table + func NewReplaceTableOK() *ReplaceTableOK + func (o *ReplaceTableOK) Code() int + func (o *ReplaceTableOK) Error() string + func (o *ReplaceTableOK) GetPayload() *models.Table + func (o *ReplaceTableOK) IsClientError() bool + func (o *ReplaceTableOK) IsCode(code int) bool + func (o *ReplaceTableOK) IsRedirect() bool + func (o *ReplaceTableOK) IsServerError() bool + func (o *ReplaceTableOK) IsSuccess() bool + func (o *ReplaceTableOK) String() string + type ReplaceTableParams struct + Context context.Context + Data *models.Table + ForceReload *bool + HTTPClient *http.Client + Name string + PeerSection string + TransactionID *string + Version *int64 + func NewReplaceTableParams() *ReplaceTableParams + func NewReplaceTableParamsWithContext(ctx context.Context) *ReplaceTableParams + func NewReplaceTableParamsWithHTTPClient(client *http.Client) *ReplaceTableParams + func NewReplaceTableParamsWithTimeout(timeout time.Duration) *ReplaceTableParams + func (o *ReplaceTableParams) SetContext(ctx context.Context) + func (o *ReplaceTableParams) SetData(data *models.Table) + func (o *ReplaceTableParams) SetDefaults() + func (o *ReplaceTableParams) SetForceReload(forceReload *bool) + func (o *ReplaceTableParams) SetHTTPClient(client *http.Client) + func (o *ReplaceTableParams) SetName(name string) + func (o *ReplaceTableParams) SetPeerSection(peerSection string) + func (o *ReplaceTableParams) SetTimeout(timeout time.Duration) + func (o *ReplaceTableParams) SetTransactionID(transactionID *string) + func (o *ReplaceTableParams) SetVersion(version *int64) + func (o *ReplaceTableParams) WithContext(ctx context.Context) *ReplaceTableParams + func (o *ReplaceTableParams) WithData(data *models.Table) *ReplaceTableParams + func (o *ReplaceTableParams) WithDefaults() *ReplaceTableParams + func (o *ReplaceTableParams) WithForceReload(forceReload *bool) *ReplaceTableParams + func (o *ReplaceTableParams) WithHTTPClient(client *http.Client) *ReplaceTableParams + func (o *ReplaceTableParams) WithName(name string) *ReplaceTableParams + func (o *ReplaceTableParams) WithPeerSection(peerSection string) *ReplaceTableParams + func (o *ReplaceTableParams) WithTimeout(timeout time.Duration) *ReplaceTableParams + func (o *ReplaceTableParams) WithTransactionID(transactionID *string) *ReplaceTableParams + func (o *ReplaceTableParams) WithVersion(version *int64) *ReplaceTableParams + func (o *ReplaceTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReplaceTableReader struct + func (o *ReplaceTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)