Versions in this module Expand all Collapse all v0 v0.0.2 Nov 22, 2021 v0.0.1 Nov 22, 2021 Changes in this version + type Client struct + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) StoreGroupRepositoryV1GetListGet(params *StoreGroupRepositoryV1GetListGetParams, opts ...ClientOption) (*StoreGroupRepositoryV1GetListGetOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + SetTransport func(transport runtime.ClientTransport) + StoreGroupRepositoryV1GetListGet func(params *StoreGroupRepositoryV1GetListGetParams, opts ...ClientOption) (*StoreGroupRepositoryV1GetListGetOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type StoreGroupRepositoryV1GetListGetDefault struct + Payload *models.ErrorResponse + func NewStoreGroupRepositoryV1GetListGetDefault(code int) *StoreGroupRepositoryV1GetListGetDefault + func (o *StoreGroupRepositoryV1GetListGetDefault) Code() int + func (o *StoreGroupRepositoryV1GetListGetDefault) Error() string + func (o *StoreGroupRepositoryV1GetListGetDefault) GetPayload() *models.ErrorResponse + type StoreGroupRepositoryV1GetListGetOK struct + Payload []*models.StoreDataGroupInterface + func NewStoreGroupRepositoryV1GetListGetOK() *StoreGroupRepositoryV1GetListGetOK + func (o *StoreGroupRepositoryV1GetListGetOK) Error() string + func (o *StoreGroupRepositoryV1GetListGetOK) GetPayload() []*models.StoreDataGroupInterface + type StoreGroupRepositoryV1GetListGetParams struct + Context context.Context + HTTPClient *http.Client + func NewStoreGroupRepositoryV1GetListGetParams() *StoreGroupRepositoryV1GetListGetParams + func NewStoreGroupRepositoryV1GetListGetParamsWithContext(ctx context.Context) *StoreGroupRepositoryV1GetListGetParams + func NewStoreGroupRepositoryV1GetListGetParamsWithHTTPClient(client *http.Client) *StoreGroupRepositoryV1GetListGetParams + func NewStoreGroupRepositoryV1GetListGetParamsWithTimeout(timeout time.Duration) *StoreGroupRepositoryV1GetListGetParams + func (o *StoreGroupRepositoryV1GetListGetParams) SetContext(ctx context.Context) + func (o *StoreGroupRepositoryV1GetListGetParams) SetDefaults() + func (o *StoreGroupRepositoryV1GetListGetParams) SetHTTPClient(client *http.Client) + func (o *StoreGroupRepositoryV1GetListGetParams) SetTimeout(timeout time.Duration) + func (o *StoreGroupRepositoryV1GetListGetParams) WithContext(ctx context.Context) *StoreGroupRepositoryV1GetListGetParams + func (o *StoreGroupRepositoryV1GetListGetParams) WithDefaults() *StoreGroupRepositoryV1GetListGetParams + func (o *StoreGroupRepositoryV1GetListGetParams) WithHTTPClient(client *http.Client) *StoreGroupRepositoryV1GetListGetParams + func (o *StoreGroupRepositoryV1GetListGetParams) WithTimeout(timeout time.Duration) *StoreGroupRepositoryV1GetListGetParams + func (o *StoreGroupRepositoryV1GetListGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StoreGroupRepositoryV1GetListGetReader struct + func (o *StoreGroupRepositoryV1GetListGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)