group_of_auth_entity_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 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 group of auth entity controller API

func (*Client) ListGroupOfAuthEntity

func (a *Client) ListGroupOfAuthEntity(params *ListGroupOfAuthEntityParams, authInfo runtime.ClientAuthInfoWriter) (*ListGroupOfAuthEntityOK, error)

ListGroupOfAuthEntity lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListGroupOfAuthEntity(params *ListGroupOfAuthEntityParams, authInfo runtime.ClientAuthInfoWriter) (*ListGroupOfAuthEntityOK, 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 group of auth entity controller API client.

type ListGroupOfAuthEntityBadRequest

type ListGroupOfAuthEntityBadRequest struct {
	Payload *models.APIResult
}

ListGroupOfAuthEntityBadRequest handles this case with default header values.

Bad Request

func NewListGroupOfAuthEntityBadRequest

func NewListGroupOfAuthEntityBadRequest() *ListGroupOfAuthEntityBadRequest

NewListGroupOfAuthEntityBadRequest creates a ListGroupOfAuthEntityBadRequest with default headers values

func (*ListGroupOfAuthEntityBadRequest) Error

func (*ListGroupOfAuthEntityBadRequest) GetPayload

type ListGroupOfAuthEntityConflict

type ListGroupOfAuthEntityConflict struct {
	Payload *models.APIResult
}

ListGroupOfAuthEntityConflict handles this case with default header values.

Conflict

func NewListGroupOfAuthEntityConflict

func NewListGroupOfAuthEntityConflict() *ListGroupOfAuthEntityConflict

NewListGroupOfAuthEntityConflict creates a ListGroupOfAuthEntityConflict with default headers values

func (*ListGroupOfAuthEntityConflict) Error

func (*ListGroupOfAuthEntityConflict) GetPayload

type ListGroupOfAuthEntityForbidden

type ListGroupOfAuthEntityForbidden struct {
	Payload *models.APIResult
}

ListGroupOfAuthEntityForbidden handles this case with default header values.

Forbidden

func NewListGroupOfAuthEntityForbidden

func NewListGroupOfAuthEntityForbidden() *ListGroupOfAuthEntityForbidden

NewListGroupOfAuthEntityForbidden creates a ListGroupOfAuthEntityForbidden with default headers values

func (*ListGroupOfAuthEntityForbidden) Error

func (*ListGroupOfAuthEntityForbidden) GetPayload

type ListGroupOfAuthEntityInternalServerError

type ListGroupOfAuthEntityInternalServerError struct {
	Payload *models.APIResult
}

ListGroupOfAuthEntityInternalServerError handles this case with default header values.

Internal Server Error

func NewListGroupOfAuthEntityInternalServerError

func NewListGroupOfAuthEntityInternalServerError() *ListGroupOfAuthEntityInternalServerError

NewListGroupOfAuthEntityInternalServerError creates a ListGroupOfAuthEntityInternalServerError with default headers values

func (*ListGroupOfAuthEntityInternalServerError) Error

func (*ListGroupOfAuthEntityInternalServerError) GetPayload

type ListGroupOfAuthEntityNotFound

type ListGroupOfAuthEntityNotFound struct {
	Payload *models.APIResult
}

ListGroupOfAuthEntityNotFound handles this case with default header values.

Not Found

func NewListGroupOfAuthEntityNotFound

func NewListGroupOfAuthEntityNotFound() *ListGroupOfAuthEntityNotFound

NewListGroupOfAuthEntityNotFound creates a ListGroupOfAuthEntityNotFound with default headers values

func (*ListGroupOfAuthEntityNotFound) Error

func (*ListGroupOfAuthEntityNotFound) GetPayload

type ListGroupOfAuthEntityOK

type ListGroupOfAuthEntityOK struct {
	Payload *models.APIResultListAuthenticationEntity
}

ListGroupOfAuthEntityOK handles this case with default header values.

OK

func NewListGroupOfAuthEntityOK

func NewListGroupOfAuthEntityOK() *ListGroupOfAuthEntityOK

NewListGroupOfAuthEntityOK creates a ListGroupOfAuthEntityOK with default headers values

func (*ListGroupOfAuthEntityOK) Error

func (o *ListGroupOfAuthEntityOK) Error() string

func (*ListGroupOfAuthEntityOK) GetPayload

type ListGroupOfAuthEntityParams

type ListGroupOfAuthEntityParams struct {

	/*Embed
	  Fields to embed

	*/
	Embed *string
	/*Fields
	  Output fields

	*/
	Fields *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*ParentID
	  parentId

	*/
	ParentID string
	/*Q
	  A search query

	*/
	Q *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListGroupOfAuthEntityParams contains all the parameters to send to the API endpoint for the list group of auth entity operation typically these are written to a http.Request

func NewListGroupOfAuthEntityParams

func NewListGroupOfAuthEntityParams() *ListGroupOfAuthEntityParams

NewListGroupOfAuthEntityParams creates a new ListGroupOfAuthEntityParams object with the default values initialized.

func NewListGroupOfAuthEntityParamsWithContext

func NewListGroupOfAuthEntityParamsWithContext(ctx context.Context) *ListGroupOfAuthEntityParams

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

func NewListGroupOfAuthEntityParamsWithHTTPClient

func NewListGroupOfAuthEntityParamsWithHTTPClient(client *http.Client) *ListGroupOfAuthEntityParams

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

func NewListGroupOfAuthEntityParamsWithTimeout

func NewListGroupOfAuthEntityParamsWithTimeout(timeout time.Duration) *ListGroupOfAuthEntityParams

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

func (*ListGroupOfAuthEntityParams) SetContext

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

SetContext adds the context to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) SetEmbed

func (o *ListGroupOfAuthEntityParams) SetEmbed(embed *string)

SetEmbed adds the embed to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) SetFields

func (o *ListGroupOfAuthEntityParams) SetFields(fields *string)

SetFields adds the fields to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) SetLimit

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

SetLimit adds the limit to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) SetParentID

func (o *ListGroupOfAuthEntityParams) SetParentID(parentID string)

SetParentID adds the parentId to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) SetQ

func (o *ListGroupOfAuthEntityParams) SetQ(q *string)

SetQ adds the q to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) SetStart

func (o *ListGroupOfAuthEntityParams) SetStart(start *int32)

SetStart adds the start to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) SetTimeout

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

SetTimeout adds the timeout to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithContext

WithContext adds the context to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithEmbed

WithEmbed adds the embed to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithFields

WithFields adds the fields to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithLimit

WithLimit adds the limit to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithParentID

WithParentID adds the parentID to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithQ

WithQ adds the q to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithStart

WithStart adds the start to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WithTimeout

WithTimeout adds the timeout to the list group of auth entity params

func (*ListGroupOfAuthEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListGroupOfAuthEntityReader

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

ListGroupOfAuthEntityReader is a Reader for the ListGroupOfAuthEntity structure.

func (*ListGroupOfAuthEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListGroupOfAuthEntityUnauthorized

type ListGroupOfAuthEntityUnauthorized struct {
	Payload *models.APIResult
}

ListGroupOfAuthEntityUnauthorized handles this case with default header values.

Unauthorized

func NewListGroupOfAuthEntityUnauthorized

func NewListGroupOfAuthEntityUnauthorized() *ListGroupOfAuthEntityUnauthorized

NewListGroupOfAuthEntityUnauthorized creates a ListGroupOfAuthEntityUnauthorized with default headers values

func (*ListGroupOfAuthEntityUnauthorized) Error

func (*ListGroupOfAuthEntityUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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