agreement_with_namespace

package
v0.68.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for agreement with namespace API

func (*Client) DownloadExportedAgreementsInCSV deprecated added in v0.68.0

Deprecated: 2022-08-10 - Use DownloadExportedAgreementsInCSVShort instead.

DownloadExportedAgreementsInCSV download exported users accepted agreements in csv This API will check the status of export process. If the export process has been completed, the response body will include the download url.

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) DownloadExportedAgreementsInCSVShort added in v0.68.0

func (a *Client) DownloadExportedAgreementsInCSVShort(params *DownloadExportedAgreementsInCSVParams, authInfo runtime.ClientAuthInfoWriter) (*DownloadExportedAgreementsInCSVOK, error)

DownloadExportedAgreementsInCSVShort download exported users accepted agreements in csv This API will check the status of export process. If the export process has been completed, the response body will include the download url.

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) InitiateExportAgreementsToCSV deprecated added in v0.68.0

Deprecated: 2022-08-10 - Use InitiateExportAgreementsToCSVShort instead.

InitiateExportAgreementsToCSV initiate export users accepted agreements to csv This API will initiate a worker to export list of users who has accepted a specific policy version into a CSV file. To check the export state after initialize it, use `GET /admin/namespaces/{namespace}/agreements/policy-versions/users/export-csv/download` API.

This Initiate API is not allow multiple export worker running for the same namespace, it will return 409 http error if so.

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) InitiateExportAgreementsToCSVShort added in v0.68.0

func (a *Client) InitiateExportAgreementsToCSVShort(params *InitiateExportAgreementsToCSVParams, authInfo runtime.ClientAuthInfoWriter) (*InitiateExportAgreementsToCSVOK, error)

InitiateExportAgreementsToCSVShort initiate export users accepted agreements to csv This API will initiate a worker to export list of users who has accepted a specific policy version into a CSV file. To check the export state after initialize it, use `GET /admin/namespaces/{namespace}/agreements/policy-versions/users/export-csv/download` API.

This Initiate API is not allow multiple export worker running for the same namespace, it will return 409 http error if so.

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAcceptedAgreements1 deprecated

func (a *Client) RetrieveAcceptedAgreements1(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error)

Deprecated: 2022-08-10 - Use RetrieveAcceptedAgreements1Short instead.

RetrieveAcceptedAgreements1 retrieve accepted legal agreements This API will return all accepted Legal Agreements for specified user. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAcceptedAgreements1Short

func (a *Client) RetrieveAcceptedAgreements1Short(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error)

RetrieveAcceptedAgreements1Short retrieve accepted legal agreements This API will return all accepted Legal Agreements for specified user. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAcceptedAgreementsForMultiUsers deprecated added in v0.40.0

Deprecated: 2022-08-10 - Use RetrieveAcceptedAgreementsForMultiUsersShort instead.

RetrieveAcceptedAgreementsForMultiUsers retrieve accepted legal agreements for multi users This API will return all accepted Legal Agreements for each user, including agreements of game users if publisher user has corresponding game account. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAcceptedAgreementsForMultiUsersShort added in v0.40.0

func (a *Client) RetrieveAcceptedAgreementsForMultiUsersShort(params *RetrieveAcceptedAgreementsForMultiUsersParams, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreementsForMultiUsersOK, error)

RetrieveAcceptedAgreementsForMultiUsersShort retrieve accepted legal agreements for multi users This API will return all accepted Legal Agreements for each user, including agreements of game users if publisher user has corresponding game account. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAllUsersByPolicyVersion1 deprecated

Deprecated: 2022-08-10 - Use RetrieveAllUsersByPolicyVersion1Short instead.

RetrieveAllUsersByPolicyVersion1 retrieve users accepting legal agreements This API will return all users who has accepted a specific policy version. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) RetrieveAllUsersByPolicyVersion1Short

func (a *Client) RetrieveAllUsersByPolicyVersion1Short(params *RetrieveAllUsersByPolicyVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllUsersByPolicyVersion1OK, error)

RetrieveAllUsersByPolicyVersion1Short retrieve users accepting legal agreements This API will return all users who has accepted a specific policy version. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:LEGAL", action=2 (READ)

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	RetrieveAcceptedAgreementsForMultiUsers(params *RetrieveAcceptedAgreementsForMultiUsersParams, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreementsForMultiUsersOK, error)
	RetrieveAcceptedAgreementsForMultiUsersShort(params *RetrieveAcceptedAgreementsForMultiUsersParams, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreementsForMultiUsersOK, error)
	RetrieveAcceptedAgreements1(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error)
	RetrieveAcceptedAgreements1Short(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error)
	RetrieveAllUsersByPolicyVersion1(params *RetrieveAllUsersByPolicyVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllUsersByPolicyVersion1OK, *RetrieveAllUsersByPolicyVersion1NotFound, error)
	RetrieveAllUsersByPolicyVersion1Short(params *RetrieveAllUsersByPolicyVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllUsersByPolicyVersion1OK, error)
	DownloadExportedAgreementsInCSV(params *DownloadExportedAgreementsInCSVParams, authInfo runtime.ClientAuthInfoWriter) (*DownloadExportedAgreementsInCSVOK, *DownloadExportedAgreementsInCSVNotFound, error)
	DownloadExportedAgreementsInCSVShort(params *DownloadExportedAgreementsInCSVParams, authInfo runtime.ClientAuthInfoWriter) (*DownloadExportedAgreementsInCSVOK, error)
	InitiateExportAgreementsToCSV(params *InitiateExportAgreementsToCSVParams, authInfo runtime.ClientAuthInfoWriter) (*InitiateExportAgreementsToCSVOK, *InitiateExportAgreementsToCSVNotFound, *InitiateExportAgreementsToCSVConflict, error)
	InitiateExportAgreementsToCSVShort(params *InitiateExportAgreementsToCSVParams, authInfo runtime.ClientAuthInfoWriter) (*InitiateExportAgreementsToCSVOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new agreement with namespace API client.

type DownloadExportedAgreementsInCSVNotFound added in v0.68.0

type DownloadExportedAgreementsInCSVNotFound struct {
	Payload *legalclientmodels.ErrorEntity
}

DownloadExportedAgreementsInCSVNotFound handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40035</td><td>Policy version with id: [{policyVersionId}] not found</td></tr><tr><td>40047</td><td>Exported agreements for policyVersionId [{policyVersionId}] not found</td></tr></table>

func NewDownloadExportedAgreementsInCSVNotFound added in v0.68.0

func NewDownloadExportedAgreementsInCSVNotFound() *DownloadExportedAgreementsInCSVNotFound

NewDownloadExportedAgreementsInCSVNotFound creates a DownloadExportedAgreementsInCSVNotFound with default headers values

func (*DownloadExportedAgreementsInCSVNotFound) Error added in v0.68.0

func (*DownloadExportedAgreementsInCSVNotFound) GetPayload added in v0.68.0

func (*DownloadExportedAgreementsInCSVNotFound) ToJSONString added in v0.68.0

type DownloadExportedAgreementsInCSVOK added in v0.68.0

type DownloadExportedAgreementsInCSVOK struct {
	Payload *legalclientmodels.DownloadExportedAgreementsInCSVResponse
}

DownloadExportedAgreementsInCSVOK handles this case with default header values.

successful operation

func NewDownloadExportedAgreementsInCSVOK added in v0.68.0

func NewDownloadExportedAgreementsInCSVOK() *DownloadExportedAgreementsInCSVOK

NewDownloadExportedAgreementsInCSVOK creates a DownloadExportedAgreementsInCSVOK with default headers values

func (*DownloadExportedAgreementsInCSVOK) Error added in v0.68.0

func (*DownloadExportedAgreementsInCSVOK) GetPayload added in v0.68.0

func (*DownloadExportedAgreementsInCSVOK) ToJSONString added in v0.68.0

func (o *DownloadExportedAgreementsInCSVOK) ToJSONString() string

type DownloadExportedAgreementsInCSVParams added in v0.68.0

type DownloadExportedAgreementsInCSVParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PolicyVersionID
	  Policy Version Id

	*/
	PolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

DownloadExportedAgreementsInCSVParams contains all the parameters to send to the API endpoint for the download exported agreements in csv operation typically these are written to a http.Request

func NewDownloadExportedAgreementsInCSVParams added in v0.68.0

func NewDownloadExportedAgreementsInCSVParams() *DownloadExportedAgreementsInCSVParams

NewDownloadExportedAgreementsInCSVParams creates a new DownloadExportedAgreementsInCSVParams object with the default values initialized.

func NewDownloadExportedAgreementsInCSVParamsWithContext added in v0.68.0

func NewDownloadExportedAgreementsInCSVParamsWithContext(ctx context.Context) *DownloadExportedAgreementsInCSVParams

NewDownloadExportedAgreementsInCSVParamsWithContext creates a new DownloadExportedAgreementsInCSVParams object with the default values initialized, and the ability to set a context for a request

func NewDownloadExportedAgreementsInCSVParamsWithHTTPClient added in v0.68.0

func NewDownloadExportedAgreementsInCSVParamsWithHTTPClient(client *http.Client) *DownloadExportedAgreementsInCSVParams

NewDownloadExportedAgreementsInCSVParamsWithHTTPClient creates a new DownloadExportedAgreementsInCSVParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDownloadExportedAgreementsInCSVParamsWithTimeout added in v0.68.0

func NewDownloadExportedAgreementsInCSVParamsWithTimeout(timeout time.Duration) *DownloadExportedAgreementsInCSVParams

NewDownloadExportedAgreementsInCSVParamsWithTimeout creates a new DownloadExportedAgreementsInCSVParams object with the default values initialized, and the ability to set a timeout on a request

func (*DownloadExportedAgreementsInCSVParams) SetAuthInfoWriter added in v0.68.0

func (o *DownloadExportedAgreementsInCSVParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) SetContext added in v0.68.0

SetContext adds the context to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) SetFlightId added in v0.68.0

func (o *DownloadExportedAgreementsInCSVParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*DownloadExportedAgreementsInCSVParams) SetHTTPClient added in v0.68.0

func (o *DownloadExportedAgreementsInCSVParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) SetHTTPClientTransport added in v0.68.0

func (o *DownloadExportedAgreementsInCSVParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) SetNamespace added in v0.68.0

func (o *DownloadExportedAgreementsInCSVParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) SetPolicyVersionID added in v0.68.0

func (o *DownloadExportedAgreementsInCSVParams) SetPolicyVersionID(policyVersionID string)

SetPolicyVersionID adds the policyVersionId to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) SetTimeout added in v0.68.0

func (o *DownloadExportedAgreementsInCSVParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) WithContext added in v0.68.0

WithContext adds the context to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) WithHTTPClient added in v0.68.0

WithHTTPClient adds the HTTPClient to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) WithNamespace added in v0.68.0

WithNamespace adds the namespace to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) WithPolicyVersionID added in v0.68.0

WithPolicyVersionID adds the policyVersionID to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) WithTimeout added in v0.68.0

WithTimeout adds the timeout to the download exported agreements in csv params

func (*DownloadExportedAgreementsInCSVParams) WriteToRequest added in v0.68.0

WriteToRequest writes these params to a swagger request

type DownloadExportedAgreementsInCSVReader added in v0.68.0

type DownloadExportedAgreementsInCSVReader struct {
	// contains filtered or unexported fields
}

DownloadExportedAgreementsInCSVReader is a Reader for the DownloadExportedAgreementsInCSV structure.

func (*DownloadExportedAgreementsInCSVReader) ReadResponse added in v0.68.0

func (o *DownloadExportedAgreementsInCSVReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type InitiateExportAgreementsToCSVConflict added in v0.68.0

type InitiateExportAgreementsToCSVConflict struct {
	Payload *legalclientmodels.ErrorEntity
}

InitiateExportAgreementsToCSVConflict handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40071</td><td>Previous export still running for namespace [{namespace}] and policyVersionId [{policyVersionId}]</td></tr></table>

func NewInitiateExportAgreementsToCSVConflict added in v0.68.0

func NewInitiateExportAgreementsToCSVConflict() *InitiateExportAgreementsToCSVConflict

NewInitiateExportAgreementsToCSVConflict creates a InitiateExportAgreementsToCSVConflict with default headers values

func (*InitiateExportAgreementsToCSVConflict) Error added in v0.68.0

func (*InitiateExportAgreementsToCSVConflict) GetPayload added in v0.68.0

func (*InitiateExportAgreementsToCSVConflict) ToJSONString added in v0.68.0

type InitiateExportAgreementsToCSVNotFound added in v0.68.0

type InitiateExportAgreementsToCSVNotFound struct {
	Payload *legalclientmodels.ErrorEntity
}

InitiateExportAgreementsToCSVNotFound handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40035</td><td>Policy version with id: [{policyVersionId}] not found</td></tr></table>

func NewInitiateExportAgreementsToCSVNotFound added in v0.68.0

func NewInitiateExportAgreementsToCSVNotFound() *InitiateExportAgreementsToCSVNotFound

NewInitiateExportAgreementsToCSVNotFound creates a InitiateExportAgreementsToCSVNotFound with default headers values

func (*InitiateExportAgreementsToCSVNotFound) Error added in v0.68.0

func (*InitiateExportAgreementsToCSVNotFound) GetPayload added in v0.68.0

func (*InitiateExportAgreementsToCSVNotFound) ToJSONString added in v0.68.0

type InitiateExportAgreementsToCSVOK added in v0.68.0

type InitiateExportAgreementsToCSVOK struct {
	Payload *legalclientmodels.InitiateExportAgreementsToCSVResponse
}

InitiateExportAgreementsToCSVOK handles this case with default header values.

successful operation

func NewInitiateExportAgreementsToCSVOK added in v0.68.0

func NewInitiateExportAgreementsToCSVOK() *InitiateExportAgreementsToCSVOK

NewInitiateExportAgreementsToCSVOK creates a InitiateExportAgreementsToCSVOK with default headers values

func (*InitiateExportAgreementsToCSVOK) Error added in v0.68.0

func (*InitiateExportAgreementsToCSVOK) GetPayload added in v0.68.0

func (*InitiateExportAgreementsToCSVOK) ToJSONString added in v0.68.0

func (o *InitiateExportAgreementsToCSVOK) ToJSONString() string

type InitiateExportAgreementsToCSVParams added in v0.68.0

type InitiateExportAgreementsToCSVParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PolicyVersionID
	  Policy Version Id

	*/
	PolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

InitiateExportAgreementsToCSVParams contains all the parameters to send to the API endpoint for the initiate export agreements to csv operation typically these are written to a http.Request

func NewInitiateExportAgreementsToCSVParams added in v0.68.0

func NewInitiateExportAgreementsToCSVParams() *InitiateExportAgreementsToCSVParams

NewInitiateExportAgreementsToCSVParams creates a new InitiateExportAgreementsToCSVParams object with the default values initialized.

func NewInitiateExportAgreementsToCSVParamsWithContext added in v0.68.0

func NewInitiateExportAgreementsToCSVParamsWithContext(ctx context.Context) *InitiateExportAgreementsToCSVParams

NewInitiateExportAgreementsToCSVParamsWithContext creates a new InitiateExportAgreementsToCSVParams object with the default values initialized, and the ability to set a context for a request

func NewInitiateExportAgreementsToCSVParamsWithHTTPClient added in v0.68.0

func NewInitiateExportAgreementsToCSVParamsWithHTTPClient(client *http.Client) *InitiateExportAgreementsToCSVParams

NewInitiateExportAgreementsToCSVParamsWithHTTPClient creates a new InitiateExportAgreementsToCSVParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewInitiateExportAgreementsToCSVParamsWithTimeout added in v0.68.0

func NewInitiateExportAgreementsToCSVParamsWithTimeout(timeout time.Duration) *InitiateExportAgreementsToCSVParams

NewInitiateExportAgreementsToCSVParamsWithTimeout creates a new InitiateExportAgreementsToCSVParams object with the default values initialized, and the ability to set a timeout on a request

func (*InitiateExportAgreementsToCSVParams) SetAuthInfoWriter added in v0.68.0

func (o *InitiateExportAgreementsToCSVParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) SetContext added in v0.68.0

SetContext adds the context to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) SetFlightId added in v0.68.0

func (o *InitiateExportAgreementsToCSVParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*InitiateExportAgreementsToCSVParams) SetHTTPClient added in v0.68.0

func (o *InitiateExportAgreementsToCSVParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) SetHTTPClientTransport added in v0.68.0

func (o *InitiateExportAgreementsToCSVParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) SetNamespace added in v0.68.0

func (o *InitiateExportAgreementsToCSVParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) SetPolicyVersionID added in v0.68.0

func (o *InitiateExportAgreementsToCSVParams) SetPolicyVersionID(policyVersionID string)

SetPolicyVersionID adds the policyVersionId to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) SetTimeout added in v0.68.0

func (o *InitiateExportAgreementsToCSVParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) WithContext added in v0.68.0

WithContext adds the context to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) WithHTTPClient added in v0.68.0

WithHTTPClient adds the HTTPClient to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) WithNamespace added in v0.68.0

WithNamespace adds the namespace to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) WithPolicyVersionID added in v0.68.0

func (o *InitiateExportAgreementsToCSVParams) WithPolicyVersionID(policyVersionID string) *InitiateExportAgreementsToCSVParams

WithPolicyVersionID adds the policyVersionID to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) WithTimeout added in v0.68.0

WithTimeout adds the timeout to the initiate export agreements to csv params

func (*InitiateExportAgreementsToCSVParams) WriteToRequest added in v0.68.0

WriteToRequest writes these params to a swagger request

type InitiateExportAgreementsToCSVReader added in v0.68.0

type InitiateExportAgreementsToCSVReader struct {
	// contains filtered or unexported fields
}

InitiateExportAgreementsToCSVReader is a Reader for the InitiateExportAgreementsToCSV structure.

func (*InitiateExportAgreementsToCSVReader) ReadResponse added in v0.68.0

func (o *InitiateExportAgreementsToCSVReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RetrieveAcceptedAgreements1OK

type RetrieveAcceptedAgreements1OK struct {
	Payload []*legalclientmodels.RetrieveAcceptedAgreementResponse
}

RetrieveAcceptedAgreements1OK handles this case with default header values.

successful operation

func NewRetrieveAcceptedAgreements1OK

func NewRetrieveAcceptedAgreements1OK() *RetrieveAcceptedAgreements1OK

NewRetrieveAcceptedAgreements1OK creates a RetrieveAcceptedAgreements1OK with default headers values

func (*RetrieveAcceptedAgreements1OK) Error

func (*RetrieveAcceptedAgreements1OK) GetPayload

func (*RetrieveAcceptedAgreements1OK) ToJSONString

func (o *RetrieveAcceptedAgreements1OK) ToJSONString() string

type RetrieveAcceptedAgreements1Params

type RetrieveAcceptedAgreements1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*UserID
	  User Id

	*/
	UserID string
	/*ExcludeOtherNamespacesPolicies
	  If it is true, API will only query the policy in this path namespace

	*/
	ExcludeOtherNamespacesPolicies *bool

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RetrieveAcceptedAgreements1Params contains all the parameters to send to the API endpoint for the retrieve accepted agreements 1 operation typically these are written to a http.Request

func NewRetrieveAcceptedAgreements1Params

func NewRetrieveAcceptedAgreements1Params() *RetrieveAcceptedAgreements1Params

NewRetrieveAcceptedAgreements1Params creates a new RetrieveAcceptedAgreements1Params object with the default values initialized.

func NewRetrieveAcceptedAgreements1ParamsWithContext

func NewRetrieveAcceptedAgreements1ParamsWithContext(ctx context.Context) *RetrieveAcceptedAgreements1Params

NewRetrieveAcceptedAgreements1ParamsWithContext creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a context for a request

func NewRetrieveAcceptedAgreements1ParamsWithHTTPClient

func NewRetrieveAcceptedAgreements1ParamsWithHTTPClient(client *http.Client) *RetrieveAcceptedAgreements1Params

NewRetrieveAcceptedAgreements1ParamsWithHTTPClient creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRetrieveAcceptedAgreements1ParamsWithTimeout

func NewRetrieveAcceptedAgreements1ParamsWithTimeout(timeout time.Duration) *RetrieveAcceptedAgreements1Params

NewRetrieveAcceptedAgreements1ParamsWithTimeout creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a timeout on a request

func (*RetrieveAcceptedAgreements1Params) SetAuthInfoWriter

func (o *RetrieveAcceptedAgreements1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetContext

SetContext adds the context to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetExcludeOtherNamespacesPolicies added in v0.46.0

func (o *RetrieveAcceptedAgreements1Params) SetExcludeOtherNamespacesPolicies(excludeOtherNamespacesPolicies *bool)

SetExcludeOtherNamespacesPolicies adds the excludeOtherNamespacesPolicies to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetFlightId added in v0.63.0

func (o *RetrieveAcceptedAgreements1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RetrieveAcceptedAgreements1Params) SetHTTPClient

func (o *RetrieveAcceptedAgreements1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetHTTPClientTransport

func (o *RetrieveAcceptedAgreements1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetNamespace

func (o *RetrieveAcceptedAgreements1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetTimeout

func (o *RetrieveAcceptedAgreements1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) SetUserID

func (o *RetrieveAcceptedAgreements1Params) SetUserID(userID string)

SetUserID adds the userId to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithContext

WithContext adds the context to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithExcludeOtherNamespacesPolicies added in v0.46.0

func (o *RetrieveAcceptedAgreements1Params) WithExcludeOtherNamespacesPolicies(excludeOtherNamespacesPolicies *bool) *RetrieveAcceptedAgreements1Params

WithExcludeOtherNamespacesPolicies adds the excludeOtherNamespacesPolicies to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithNamespace

WithNamespace adds the namespace to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithTimeout

WithTimeout adds the timeout to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WithUserID

WithUserID adds the userID to the retrieve accepted agreements 1 params

func (*RetrieveAcceptedAgreements1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveAcceptedAgreements1Reader

type RetrieveAcceptedAgreements1Reader struct {
	// contains filtered or unexported fields
}

RetrieveAcceptedAgreements1Reader is a Reader for the RetrieveAcceptedAgreements1 structure.

func (*RetrieveAcceptedAgreements1Reader) ReadResponse

func (o *RetrieveAcceptedAgreements1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RetrieveAcceptedAgreementsForMultiUsersOK added in v0.40.0

type RetrieveAcceptedAgreementsForMultiUsersOK struct {
	Payload []*legalclientmodels.UserAgreementsResponse
}

RetrieveAcceptedAgreementsForMultiUsersOK handles this case with default header values.

successful operation

func NewRetrieveAcceptedAgreementsForMultiUsersOK added in v0.40.0

func NewRetrieveAcceptedAgreementsForMultiUsersOK() *RetrieveAcceptedAgreementsForMultiUsersOK

NewRetrieveAcceptedAgreementsForMultiUsersOK creates a RetrieveAcceptedAgreementsForMultiUsersOK with default headers values

func (*RetrieveAcceptedAgreementsForMultiUsersOK) Error added in v0.40.0

func (*RetrieveAcceptedAgreementsForMultiUsersOK) GetPayload added in v0.40.0

func (*RetrieveAcceptedAgreementsForMultiUsersOK) ToJSONString added in v0.40.0

type RetrieveAcceptedAgreementsForMultiUsersParams added in v0.40.0

type RetrieveAcceptedAgreementsForMultiUsersParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *legalclientmodels.UsersAgreementsRequest
	/*Namespace
	  Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RetrieveAcceptedAgreementsForMultiUsersParams contains all the parameters to send to the API endpoint for the retrieve accepted agreements for multi users operation typically these are written to a http.Request

func NewRetrieveAcceptedAgreementsForMultiUsersParams added in v0.40.0

func NewRetrieveAcceptedAgreementsForMultiUsersParams() *RetrieveAcceptedAgreementsForMultiUsersParams

NewRetrieveAcceptedAgreementsForMultiUsersParams creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized.

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext added in v0.40.0

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext(ctx context.Context) *RetrieveAcceptedAgreementsForMultiUsersParams

NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a context for a request

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient added in v0.40.0

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient(client *http.Client) *RetrieveAcceptedAgreementsForMultiUsersParams

NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout added in v0.40.0

func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout(timeout time.Duration) *RetrieveAcceptedAgreementsForMultiUsersParams

NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a timeout on a request

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetAuthInfoWriter added in v0.40.0

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetBody added in v0.40.0

SetBody adds the body to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetContext added in v0.40.0

SetContext adds the context to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetFlightId added in v0.63.0

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClient added in v0.40.0

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClientTransport added in v0.40.0

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetNamespace added in v0.40.0

func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetTimeout added in v0.40.0

SetTimeout adds the timeout to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithBody added in v0.40.0

WithBody adds the body to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithContext added in v0.40.0

WithContext adds the context to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithHTTPClient added in v0.40.0

WithHTTPClient adds the HTTPClient to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithNamespace added in v0.40.0

WithNamespace adds the namespace to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithTimeout added in v0.40.0

WithTimeout adds the timeout to the retrieve accepted agreements for multi users params

func (*RetrieveAcceptedAgreementsForMultiUsersParams) WriteToRequest added in v0.40.0

WriteToRequest writes these params to a swagger request

type RetrieveAcceptedAgreementsForMultiUsersReader added in v0.40.0

type RetrieveAcceptedAgreementsForMultiUsersReader struct {
	// contains filtered or unexported fields
}

RetrieveAcceptedAgreementsForMultiUsersReader is a Reader for the RetrieveAcceptedAgreementsForMultiUsers structure.

func (*RetrieveAcceptedAgreementsForMultiUsersReader) ReadResponse added in v0.40.0

func (o *RetrieveAcceptedAgreementsForMultiUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RetrieveAllUsersByPolicyVersion1NotFound

type RetrieveAllUsersByPolicyVersion1NotFound struct {
	Payload *legalclientmodels.ErrorEntity
}

RetrieveAllUsersByPolicyVersion1NotFound handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40035</td><td>errors.net.accelbyte.platform.legal.policy_version_not_found</td></tr></table>

func NewRetrieveAllUsersByPolicyVersion1NotFound

func NewRetrieveAllUsersByPolicyVersion1NotFound() *RetrieveAllUsersByPolicyVersion1NotFound

NewRetrieveAllUsersByPolicyVersion1NotFound creates a RetrieveAllUsersByPolicyVersion1NotFound with default headers values

func (*RetrieveAllUsersByPolicyVersion1NotFound) Error

func (*RetrieveAllUsersByPolicyVersion1NotFound) GetPayload

func (*RetrieveAllUsersByPolicyVersion1NotFound) ToJSONString

type RetrieveAllUsersByPolicyVersion1OK

type RetrieveAllUsersByPolicyVersion1OK struct {
	Payload *legalclientmodels.PagedRetrieveUserAcceptedAgreementResponse
}

RetrieveAllUsersByPolicyVersion1OK handles this case with default header values.

successful operation

func NewRetrieveAllUsersByPolicyVersion1OK

func NewRetrieveAllUsersByPolicyVersion1OK() *RetrieveAllUsersByPolicyVersion1OK

NewRetrieveAllUsersByPolicyVersion1OK creates a RetrieveAllUsersByPolicyVersion1OK with default headers values

func (*RetrieveAllUsersByPolicyVersion1OK) Error

func (*RetrieveAllUsersByPolicyVersion1OK) GetPayload

func (*RetrieveAllUsersByPolicyVersion1OK) ToJSONString

func (o *RetrieveAllUsersByPolicyVersion1OK) ToJSONString() string

type RetrieveAllUsersByPolicyVersion1Params

type RetrieveAllUsersByPolicyVersion1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*ConvertGameUserID
	  [Only for publisher legal scenario] If it is true, when a game user accept this publisher legal, API will return publisher user id

	*/
	ConvertGameUserID *bool
	/*Keyword
	  display name or email or username

	*/
	Keyword *string
	/*Limit
	  limit

	*/
	Limit *int32
	/*Offset
	  offset

	*/
	Offset *int32
	/*PolicyVersionID*/
	PolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RetrieveAllUsersByPolicyVersion1Params contains all the parameters to send to the API endpoint for the retrieve all users by policy version 1 operation typically these are written to a http.Request

func NewRetrieveAllUsersByPolicyVersion1Params

func NewRetrieveAllUsersByPolicyVersion1Params() *RetrieveAllUsersByPolicyVersion1Params

NewRetrieveAllUsersByPolicyVersion1Params creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized.

func NewRetrieveAllUsersByPolicyVersion1ParamsWithContext

func NewRetrieveAllUsersByPolicyVersion1ParamsWithContext(ctx context.Context) *RetrieveAllUsersByPolicyVersion1Params

NewRetrieveAllUsersByPolicyVersion1ParamsWithContext creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a context for a request

func NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient

func NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient(client *http.Client) *RetrieveAllUsersByPolicyVersion1Params

NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout

func NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout(timeout time.Duration) *RetrieveAllUsersByPolicyVersion1Params

NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a timeout on a request

func (*RetrieveAllUsersByPolicyVersion1Params) SetAuthInfoWriter

func (o *RetrieveAllUsersByPolicyVersion1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetContext

SetContext adds the context to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetConvertGameUserID added in v0.46.0

func (o *RetrieveAllUsersByPolicyVersion1Params) SetConvertGameUserID(convertGameUserID *bool)

SetConvertGameUserID adds the convertGameUserId to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetFlightId added in v0.63.0

func (o *RetrieveAllUsersByPolicyVersion1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RetrieveAllUsersByPolicyVersion1Params) SetHTTPClient

func (o *RetrieveAllUsersByPolicyVersion1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetHTTPClientTransport

func (o *RetrieveAllUsersByPolicyVersion1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetKeyword

func (o *RetrieveAllUsersByPolicyVersion1Params) SetKeyword(keyword *string)

SetKeyword adds the keyword to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetLimit

func (o *RetrieveAllUsersByPolicyVersion1Params) SetLimit(limit *int32)

SetLimit adds the limit to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetNamespace

func (o *RetrieveAllUsersByPolicyVersion1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetOffset

func (o *RetrieveAllUsersByPolicyVersion1Params) SetOffset(offset *int32)

SetOffset adds the offset to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetPolicyVersionID

func (o *RetrieveAllUsersByPolicyVersion1Params) SetPolicyVersionID(policyVersionID string)

SetPolicyVersionID adds the policyVersionId to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) SetTimeout

func (o *RetrieveAllUsersByPolicyVersion1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithContext

WithContext adds the context to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithConvertGameUserID added in v0.46.0

func (o *RetrieveAllUsersByPolicyVersion1Params) WithConvertGameUserID(convertGameUserID *bool) *RetrieveAllUsersByPolicyVersion1Params

WithConvertGameUserID adds the convertGameUserID to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithKeyword

WithKeyword adds the keyword to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithLimit

WithLimit adds the limit to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithNamespace

WithNamespace adds the namespace to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithOffset

WithOffset adds the offset to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithPolicyVersionID

WithPolicyVersionID adds the policyVersionID to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WithTimeout

WithTimeout adds the timeout to the retrieve all users by policy version 1 params

func (*RetrieveAllUsersByPolicyVersion1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveAllUsersByPolicyVersion1Reader

type RetrieveAllUsersByPolicyVersion1Reader struct {
	// contains filtered or unexported fields
}

RetrieveAllUsersByPolicyVersion1Reader is a Reader for the RetrieveAllUsersByPolicyVersion1 structure.

func (*RetrieveAllUsersByPolicyVersion1Reader) ReadResponse

func (o *RetrieveAllUsersByPolicyVersion1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL