Versions in this module Expand all Collapse all v7 v7.0.1 Dec 3, 2024 v7.0.0 Nov 25, 2024 Changes in this version + type Client struct + Defaults client.Defaults + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (c *Client) CreateBranch() *CreateBranchRequest + func (c *Client) DeleteBranch() *DeleteBranchRequest + func (c *Client) GetBranch() *GetBranchRequest + func (c *Client) ListBranches() *ListBranchesRequest + func (c *Client) PatchBranch() *PatchBranchRequest + type CreateBranchConflict struct + func NewCreateBranchConflict() *CreateBranchConflict + func (o *CreateBranchConflict) Code() int + func (o *CreateBranchConflict) Error() string + func (o *CreateBranchConflict) IsClientError() bool + func (o *CreateBranchConflict) IsCode(code int) bool + func (o *CreateBranchConflict) IsRedirect() bool + func (o *CreateBranchConflict) IsServerError() bool + func (o *CreateBranchConflict) IsSuccess() bool + type CreateBranchCreated struct + func NewCreateBranchCreated() *CreateBranchCreated + func (o *CreateBranchCreated) Code() int + func (o *CreateBranchCreated) Error() string + func (o *CreateBranchCreated) IsClientError() bool + func (o *CreateBranchCreated) IsCode(code int) bool + func (o *CreateBranchCreated) IsRedirect() bool + func (o *CreateBranchCreated) IsServerError() bool + func (o *CreateBranchCreated) IsSuccess() bool + type CreateBranchReader struct + func (o *CreateBranchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateBranchRequest struct + Context context.Context + HTTPClient *http.Client + func (a *CreateBranchRequest) Do() (*CreateBranchCreated, error) + func (a *CreateBranchRequest) MustDo() *CreateBranchCreated + func (o *CreateBranchRequest) FromJson(j string) (*CreateBranchRequest, error) + func (o *CreateBranchRequest) WithBranchCreationRequest(branchCreationRequest models.BranchCreation) *CreateBranchRequest + func (o *CreateBranchRequest) WithContext(ctx context.Context) *CreateBranchRequest + func (o *CreateBranchRequest) WithHTTPClient(client *http.Client) *CreateBranchRequest + func (o *CreateBranchRequest) WithoutBranchCreationRequest() *CreateBranchRequest + func (o *CreateBranchRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteBranchNoContent struct + func NewDeleteBranchNoContent() *DeleteBranchNoContent + func (o *DeleteBranchNoContent) Code() int + func (o *DeleteBranchNoContent) Error() string + func (o *DeleteBranchNoContent) IsClientError() bool + func (o *DeleteBranchNoContent) IsCode(code int) bool + func (o *DeleteBranchNoContent) IsRedirect() bool + func (o *DeleteBranchNoContent) IsServerError() bool + func (o *DeleteBranchNoContent) IsSuccess() bool + type DeleteBranchReader struct + func (o *DeleteBranchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteBranchRequest struct + Context context.Context + HTTPClient *http.Client + ID strfmt.UUID + Version int64 + func (a *DeleteBranchRequest) Do() (*DeleteBranchNoContent, error) + func (a *DeleteBranchRequest) MustDo() *DeleteBranchNoContent + func (o *DeleteBranchRequest) FromJson(j string) (*DeleteBranchRequest, error) + func (o *DeleteBranchRequest) WithContext(ctx context.Context) *DeleteBranchRequest + func (o *DeleteBranchRequest) WithHTTPClient(client *http.Client) *DeleteBranchRequest + func (o *DeleteBranchRequest) WithID(id strfmt.UUID) *DeleteBranchRequest + func (o *DeleteBranchRequest) WithVersion(version int64) *DeleteBranchRequest + func (o *DeleteBranchRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBranchOK struct + func NewGetBranchOK() *GetBranchOK + func (o *GetBranchOK) Code() int + func (o *GetBranchOK) Error() string + func (o *GetBranchOK) IsClientError() bool + func (o *GetBranchOK) IsCode(code int) bool + func (o *GetBranchOK) IsRedirect() bool + func (o *GetBranchOK) IsServerError() bool + func (o *GetBranchOK) IsSuccess() bool + type GetBranchReader struct + func (o *GetBranchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBranchRequest struct + Context context.Context + HTTPClient *http.Client + ID strfmt.UUID + func (a *GetBranchRequest) Do() (*GetBranchOK, error) + func (a *GetBranchRequest) MustDo() *GetBranchOK + func (o *GetBranchRequest) FromJson(j string) (*GetBranchRequest, error) + func (o *GetBranchRequest) WithContext(ctx context.Context) *GetBranchRequest + func (o *GetBranchRequest) WithHTTPClient(client *http.Client) *GetBranchRequest + func (o *GetBranchRequest) WithID(id strfmt.UUID) *GetBranchRequest + func (o *GetBranchRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListBranchesOK struct + func NewListBranchesOK() *ListBranchesOK + func (o *ListBranchesOK) Code() int + func (o *ListBranchesOK) Error() string + func (o *ListBranchesOK) IsClientError() bool + func (o *ListBranchesOK) IsCode(code int) bool + func (o *ListBranchesOK) IsRedirect() bool + func (o *ListBranchesOK) IsServerError() bool + func (o *ListBranchesOK) IsSuccess() bool + type ListBranchesReader struct + func (o *ListBranchesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListBranchesRequest struct + Context context.Context + FilterAcceptanceQualifier []string + FilterBankID []string + FilterBankIDCode []string + FilterOrganisationID []strfmt.UUID + FilterReferenceMask []string + FilterValidationType []string + HTTPClient *http.Client + PageNumber *string + PageSize *int64 + func (a *ListBranchesRequest) Do() (*ListBranchesOK, error) + func (a *ListBranchesRequest) MustDo() *ListBranchesOK + func (o *ListBranchesRequest) FromJson(j string) (*ListBranchesRequest, error) + func (o *ListBranchesRequest) WithContext(ctx context.Context) *ListBranchesRequest + func (o *ListBranchesRequest) WithFilterAcceptanceQualifier(filterAcceptanceQualifier []string) *ListBranchesRequest + func (o *ListBranchesRequest) WithFilterBankID(filterBankID []string) *ListBranchesRequest + func (o *ListBranchesRequest) WithFilterBankIDCode(filterBankIDCode []string) *ListBranchesRequest + func (o *ListBranchesRequest) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *ListBranchesRequest + func (o *ListBranchesRequest) WithFilterReferenceMask(filterReferenceMask []string) *ListBranchesRequest + func (o *ListBranchesRequest) WithFilterValidationType(filterValidationType []string) *ListBranchesRequest + func (o *ListBranchesRequest) WithHTTPClient(client *http.Client) *ListBranchesRequest + func (o *ListBranchesRequest) WithPageNumber(pageNumber string) *ListBranchesRequest + func (o *ListBranchesRequest) WithPageSize(pageSize int64) *ListBranchesRequest + func (o *ListBranchesRequest) WithoutFilterAcceptanceQualifier() *ListBranchesRequest + func (o *ListBranchesRequest) WithoutFilterBankID() *ListBranchesRequest + func (o *ListBranchesRequest) WithoutFilterBankIDCode() *ListBranchesRequest + func (o *ListBranchesRequest) WithoutFilterOrganisationID() *ListBranchesRequest + func (o *ListBranchesRequest) WithoutFilterReferenceMask() *ListBranchesRequest + func (o *ListBranchesRequest) WithoutFilterValidationType() *ListBranchesRequest + func (o *ListBranchesRequest) WithoutPageNumber() *ListBranchesRequest + func (o *ListBranchesRequest) WithoutPageSize() *ListBranchesRequest + func (o *ListBranchesRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchBranchOK struct + func NewPatchBranchOK() *PatchBranchOK + func (o *PatchBranchOK) Code() int + func (o *PatchBranchOK) Error() string + func (o *PatchBranchOK) IsClientError() bool + func (o *PatchBranchOK) IsCode(code int) bool + func (o *PatchBranchOK) IsRedirect() bool + func (o *PatchBranchOK) IsServerError() bool + func (o *PatchBranchOK) IsSuccess() bool + type PatchBranchReader struct + func (o *PatchBranchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchBranchRequest struct + Context context.Context + HTTPClient *http.Client + ID strfmt.UUID + func (a *PatchBranchRequest) Do() (*PatchBranchOK, error) + func (a *PatchBranchRequest) MustDo() *PatchBranchOK + func (o *PatchBranchRequest) FromJson(j string) (*PatchBranchRequest, error) + func (o *PatchBranchRequest) WithBranchAmendRequest(branchAmendRequest models.BranchAmendment) *PatchBranchRequest + func (o *PatchBranchRequest) WithContext(ctx context.Context) *PatchBranchRequest + func (o *PatchBranchRequest) WithHTTPClient(client *http.Client) *PatchBranchRequest + func (o *PatchBranchRequest) WithID(id strfmt.UUID) *PatchBranchRequest + func (o *PatchBranchRequest) WithoutBranchAmendRequest() *PatchBranchRequest + func (o *PatchBranchRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error Other modules containing this package github.com/form3tech-oss/go-form3/v6