user_login_info

package
v0.0.0-...-67cd95e Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2022 License: MIT Imports: 10 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 user login info API

func (*Client) GetUserLoginInfoes

func (a *Client) GetUserLoginInfoes(params *GetUserLoginInfoesParams, opts ...ClientOption) (*GetUserLoginInfoesOK, error)

GetUserLoginInfoes get user login infoes API

func (*Client) GetUserLoginInfoesConnection

func (a *Client) GetUserLoginInfoesConnection(params *GetUserLoginInfoesConnectionParams, opts ...ClientOption) (*GetUserLoginInfoesConnectionOK, error)

GetUserLoginInfoesConnection get user login infoes connection API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetUserLoginInfoes(params *GetUserLoginInfoesParams, opts ...ClientOption) (*GetUserLoginInfoesOK, error)

	GetUserLoginInfoesConnection(params *GetUserLoginInfoesConnectionParams, opts ...ClientOption) (*GetUserLoginInfoesConnectionOK, 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 user login info API client.

type GetUserLoginInfoesBadRequest

type GetUserLoginInfoesBadRequest struct {
	Payload string
}
GetUserLoginInfoesBadRequest describes a response with status code 400, with default header values.

GetUserLoginInfoesBadRequest get user login infoes bad request

func NewGetUserLoginInfoesBadRequest

func NewGetUserLoginInfoesBadRequest() *GetUserLoginInfoesBadRequest

NewGetUserLoginInfoesBadRequest creates a GetUserLoginInfoesBadRequest with default headers values

func (*GetUserLoginInfoesBadRequest) Error

func (*GetUserLoginInfoesBadRequest) GetPayload

func (o *GetUserLoginInfoesBadRequest) GetPayload() string

type GetUserLoginInfoesConnectionBadRequest

type GetUserLoginInfoesConnectionBadRequest struct {
	Payload string
}
GetUserLoginInfoesConnectionBadRequest describes a response with status code 400, with default header values.

GetUserLoginInfoesConnectionBadRequest get user login infoes connection bad request

func NewGetUserLoginInfoesConnectionBadRequest

func NewGetUserLoginInfoesConnectionBadRequest() *GetUserLoginInfoesConnectionBadRequest

NewGetUserLoginInfoesConnectionBadRequest creates a GetUserLoginInfoesConnectionBadRequest with default headers values

func (*GetUserLoginInfoesConnectionBadRequest) Error

func (*GetUserLoginInfoesConnectionBadRequest) GetPayload

type GetUserLoginInfoesConnectionOK

type GetUserLoginInfoesConnectionOK struct {
	Payload *models.UserLoginInfoConnection
}
GetUserLoginInfoesConnectionOK describes a response with status code 200, with default header values.

Ok

func NewGetUserLoginInfoesConnectionOK

func NewGetUserLoginInfoesConnectionOK() *GetUserLoginInfoesConnectionOK

NewGetUserLoginInfoesConnectionOK creates a GetUserLoginInfoesConnectionOK with default headers values

func (*GetUserLoginInfoesConnectionOK) Error

func (*GetUserLoginInfoesConnectionOK) GetPayload

type GetUserLoginInfoesConnectionParams

type GetUserLoginInfoesConnectionParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetUserLoginInfoesConnectionRequestBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserLoginInfoesConnectionParams contains all the parameters to send to the API endpoint

for the get user login infoes connection operation.

Typically these are written to a http.Request.

func NewGetUserLoginInfoesConnectionParams

func NewGetUserLoginInfoesConnectionParams() *GetUserLoginInfoesConnectionParams

NewGetUserLoginInfoesConnectionParams creates a new GetUserLoginInfoesConnectionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetUserLoginInfoesConnectionParamsWithContext

func NewGetUserLoginInfoesConnectionParamsWithContext(ctx context.Context) *GetUserLoginInfoesConnectionParams

NewGetUserLoginInfoesConnectionParamsWithContext creates a new GetUserLoginInfoesConnectionParams object with the ability to set a context for a request.

func NewGetUserLoginInfoesConnectionParamsWithHTTPClient

func NewGetUserLoginInfoesConnectionParamsWithHTTPClient(client *http.Client) *GetUserLoginInfoesConnectionParams

NewGetUserLoginInfoesConnectionParamsWithHTTPClient creates a new GetUserLoginInfoesConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserLoginInfoesConnectionParamsWithTimeout

func NewGetUserLoginInfoesConnectionParamsWithTimeout(timeout time.Duration) *GetUserLoginInfoesConnectionParams

NewGetUserLoginInfoesConnectionParamsWithTimeout creates a new GetUserLoginInfoesConnectionParams object with the ability to set a timeout on a request.

func (*GetUserLoginInfoesConnectionParams) SetContentLanguage

func (o *GetUserLoginInfoesConnectionParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) SetContext

SetContext adds the context to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) SetDefaults

func (o *GetUserLoginInfoesConnectionParams) SetDefaults()

SetDefaults hydrates default values in the get user login infoes connection params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserLoginInfoesConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) SetRequestBody

SetRequestBody adds the requestBody to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) SetTimeout

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

SetTimeout adds the timeout to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) WithContentLanguage

func (o *GetUserLoginInfoesConnectionParams) WithContentLanguage(contentLanguage *string) *GetUserLoginInfoesConnectionParams

WithContentLanguage adds the contentLanguage to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) WithContext

WithContext adds the context to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) WithDefaults

WithDefaults hydrates default values in the get user login infoes connection params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserLoginInfoesConnectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) WithRequestBody

WithRequestBody adds the requestBody to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) WithTimeout

WithTimeout adds the timeout to the get user login infoes connection params

func (*GetUserLoginInfoesConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserLoginInfoesConnectionReader

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

GetUserLoginInfoesConnectionReader is a Reader for the GetUserLoginInfoesConnection structure.

func (*GetUserLoginInfoesConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserLoginInfoesOK

type GetUserLoginInfoesOK struct {
	Payload []*models.UserLoginInfo
}
GetUserLoginInfoesOK describes a response with status code 200, with default header values.

Ok

func NewGetUserLoginInfoesOK

func NewGetUserLoginInfoesOK() *GetUserLoginInfoesOK

NewGetUserLoginInfoesOK creates a GetUserLoginInfoesOK with default headers values

func (*GetUserLoginInfoesOK) Error

func (o *GetUserLoginInfoesOK) Error() string

func (*GetUserLoginInfoesOK) GetPayload

func (o *GetUserLoginInfoesOK) GetPayload() []*models.UserLoginInfo

type GetUserLoginInfoesParams

type GetUserLoginInfoesParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetUserLoginInfoesRequestBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserLoginInfoesParams contains all the parameters to send to the API endpoint

for the get user login infoes operation.

Typically these are written to a http.Request.

func NewGetUserLoginInfoesParams

func NewGetUserLoginInfoesParams() *GetUserLoginInfoesParams

NewGetUserLoginInfoesParams creates a new GetUserLoginInfoesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetUserLoginInfoesParamsWithContext

func NewGetUserLoginInfoesParamsWithContext(ctx context.Context) *GetUserLoginInfoesParams

NewGetUserLoginInfoesParamsWithContext creates a new GetUserLoginInfoesParams object with the ability to set a context for a request.

func NewGetUserLoginInfoesParamsWithHTTPClient

func NewGetUserLoginInfoesParamsWithHTTPClient(client *http.Client) *GetUserLoginInfoesParams

NewGetUserLoginInfoesParamsWithHTTPClient creates a new GetUserLoginInfoesParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserLoginInfoesParamsWithTimeout

func NewGetUserLoginInfoesParamsWithTimeout(timeout time.Duration) *GetUserLoginInfoesParams

NewGetUserLoginInfoesParamsWithTimeout creates a new GetUserLoginInfoesParams object with the ability to set a timeout on a request.

func (*GetUserLoginInfoesParams) SetContentLanguage

func (o *GetUserLoginInfoesParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get user login infoes params

func (*GetUserLoginInfoesParams) SetContext

func (o *GetUserLoginInfoesParams) SetContext(ctx context.Context)

SetContext adds the context to the get user login infoes params

func (*GetUserLoginInfoesParams) SetDefaults

func (o *GetUserLoginInfoesParams) SetDefaults()

SetDefaults hydrates default values in the get user login infoes params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserLoginInfoesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user login infoes params

func (*GetUserLoginInfoesParams) SetRequestBody

func (o *GetUserLoginInfoesParams) SetRequestBody(requestBody *models.GetUserLoginInfoesRequestBody)

SetRequestBody adds the requestBody to the get user login infoes params

func (*GetUserLoginInfoesParams) SetTimeout

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

SetTimeout adds the timeout to the get user login infoes params

func (*GetUserLoginInfoesParams) WithContentLanguage

func (o *GetUserLoginInfoesParams) WithContentLanguage(contentLanguage *string) *GetUserLoginInfoesParams

WithContentLanguage adds the contentLanguage to the get user login infoes params

func (*GetUserLoginInfoesParams) WithContext

WithContext adds the context to the get user login infoes params

func (*GetUserLoginInfoesParams) WithDefaults

WithDefaults hydrates default values in the get user login infoes params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserLoginInfoesParams) WithHTTPClient

func (o *GetUserLoginInfoesParams) WithHTTPClient(client *http.Client) *GetUserLoginInfoesParams

WithHTTPClient adds the HTTPClient to the get user login infoes params

func (*GetUserLoginInfoesParams) WithRequestBody

WithRequestBody adds the requestBody to the get user login infoes params

func (*GetUserLoginInfoesParams) WithTimeout

WithTimeout adds the timeout to the get user login infoes params

func (*GetUserLoginInfoesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserLoginInfoesReader

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

GetUserLoginInfoesReader is a Reader for the GetUserLoginInfoes structure.

func (*GetUserLoginInfoesReader) ReadResponse

func (o *GetUserLoginInfoesReader) 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