Documentation
¶
Index ¶
- type Client
- type GetOpenbankingParticipantsNotFound
- type GetOpenbankingParticipantsOK
- type GetOpenbankingParticipantsReader
- type GetOpenbankingParticipantsRequest
- func (a *GetOpenbankingParticipantsRequest) Do() (*GetOpenbankingParticipantsOK, error)
- func (o *GetOpenbankingParticipantsRequest) FromJson(j string) *GetOpenbankingParticipantsRequest
- func (a *GetOpenbankingParticipantsRequest) MustDo() *GetOpenbankingParticipantsOK
- func (o *GetOpenbankingParticipantsRequest) WithContext(ctx context.Context) *GetOpenbankingParticipantsRequest
- func (o *GetOpenbankingParticipantsRequest) WithFilterSortCode(filterSortCode int64) *GetOpenbankingParticipantsRequest
- func (o *GetOpenbankingParticipantsRequest) WithHTTPClient(client *http.Client) *GetOpenbankingParticipantsRequest
- func (o *GetOpenbankingParticipantsRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for participants API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, defaults client.Defaults) *Client
New creates a new participants API client.
func (*Client) GetOpenbankingParticipants ¶
func (c *Client) GetOpenbankingParticipants() *GetOpenbankingParticipantsRequest
Client.GetOpenbankingParticipants creates a new GetOpenbankingParticipantsRequest object with the default values initialized.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type GetOpenbankingParticipantsNotFound ¶
type GetOpenbankingParticipantsNotFound struct { }
GetOpenbankingParticipantsNotFound handles this case with default header values.
Participant not found
func NewGetOpenbankingParticipantsNotFound ¶
func NewGetOpenbankingParticipantsNotFound() *GetOpenbankingParticipantsNotFound
NewGetOpenbankingParticipantsNotFound creates a GetOpenbankingParticipantsNotFound with default headers values
func (*GetOpenbankingParticipantsNotFound) Error ¶
func (o *GetOpenbankingParticipantsNotFound) Error() string
type GetOpenbankingParticipantsOK ¶
type GetOpenbankingParticipantsOK struct { // isStream: false *models.ParticipantResponse }
GetOpenbankingParticipantsOK handles this case with default header values.
Participant information
func NewGetOpenbankingParticipantsOK ¶
func NewGetOpenbankingParticipantsOK() *GetOpenbankingParticipantsOK
NewGetOpenbankingParticipantsOK creates a GetOpenbankingParticipantsOK with default headers values
func (*GetOpenbankingParticipantsOK) Error ¶
func (o *GetOpenbankingParticipantsOK) Error() string
type GetOpenbankingParticipantsReader ¶
type GetOpenbankingParticipantsReader struct {
// contains filtered or unexported fields
}
GetOpenbankingParticipantsReader is a Reader for the GetOpenbankingParticipants structure.
func (*GetOpenbankingParticipantsReader) ReadResponse ¶
func (o *GetOpenbankingParticipantsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOpenbankingParticipantsRequest ¶
type GetOpenbankingParticipantsRequest struct { FilterSortCode int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
func (*GetOpenbankingParticipantsRequest) Do ¶
func (a *GetOpenbankingParticipantsRequest) Do() (*GetOpenbankingParticipantsOK, error)
get openbanking participants API
func (*GetOpenbankingParticipantsRequest) FromJson ¶
func (o *GetOpenbankingParticipantsRequest) FromJson(j string) *GetOpenbankingParticipantsRequest
func (*GetOpenbankingParticipantsRequest) MustDo ¶
func (a *GetOpenbankingParticipantsRequest) MustDo() *GetOpenbankingParticipantsOK
func (*GetOpenbankingParticipantsRequest) WithContext ¶
func (o *GetOpenbankingParticipantsRequest) WithContext(ctx context.Context) *GetOpenbankingParticipantsRequest
//////////////// WithContext adds the context to the get openbanking participants Request
func (*GetOpenbankingParticipantsRequest) WithFilterSortCode ¶
func (o *GetOpenbankingParticipantsRequest) WithFilterSortCode(filterSortCode int64) *GetOpenbankingParticipantsRequest
func (*GetOpenbankingParticipantsRequest) WithHTTPClient ¶
func (o *GetOpenbankingParticipantsRequest) WithHTTPClient(client *http.Client) *GetOpenbankingParticipantsRequest
WithHTTPClient adds the HTTPClient to the get openbanking participants Request
func (*GetOpenbankingParticipantsRequest) WriteToRequest ¶
func (o *GetOpenbankingParticipantsRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these Request to a swagger request