role_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 role of auth entity controller API

func (*Client) ListRoleOfAuthEntity

func (a *Client) ListRoleOfAuthEntity(params *ListRoleOfAuthEntityParams, authInfo runtime.ClientAuthInfoWriter) (*ListRoleOfAuthEntityOK, error)

ListRoleOfAuthEntity lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListRoleOfAuthEntity(params *ListRoleOfAuthEntityParams, authInfo runtime.ClientAuthInfoWriter) (*ListRoleOfAuthEntityOK, 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 role of auth entity controller API client.

type ListRoleOfAuthEntityBadRequest

type ListRoleOfAuthEntityBadRequest struct {
	Payload *models.APIResult
}

ListRoleOfAuthEntityBadRequest handles this case with default header values.

Bad Request

func NewListRoleOfAuthEntityBadRequest

func NewListRoleOfAuthEntityBadRequest() *ListRoleOfAuthEntityBadRequest

NewListRoleOfAuthEntityBadRequest creates a ListRoleOfAuthEntityBadRequest with default headers values

func (*ListRoleOfAuthEntityBadRequest) Error

func (*ListRoleOfAuthEntityBadRequest) GetPayload

type ListRoleOfAuthEntityConflict

type ListRoleOfAuthEntityConflict struct {
	Payload *models.APIResult
}

ListRoleOfAuthEntityConflict handles this case with default header values.

Conflict

func NewListRoleOfAuthEntityConflict

func NewListRoleOfAuthEntityConflict() *ListRoleOfAuthEntityConflict

NewListRoleOfAuthEntityConflict creates a ListRoleOfAuthEntityConflict with default headers values

func (*ListRoleOfAuthEntityConflict) Error

func (*ListRoleOfAuthEntityConflict) GetPayload

type ListRoleOfAuthEntityForbidden

type ListRoleOfAuthEntityForbidden struct {
	Payload *models.APIResult
}

ListRoleOfAuthEntityForbidden handles this case with default header values.

Forbidden

func NewListRoleOfAuthEntityForbidden

func NewListRoleOfAuthEntityForbidden() *ListRoleOfAuthEntityForbidden

NewListRoleOfAuthEntityForbidden creates a ListRoleOfAuthEntityForbidden with default headers values

func (*ListRoleOfAuthEntityForbidden) Error

func (*ListRoleOfAuthEntityForbidden) GetPayload

type ListRoleOfAuthEntityInternalServerError

type ListRoleOfAuthEntityInternalServerError struct {
	Payload *models.APIResult
}

ListRoleOfAuthEntityInternalServerError handles this case with default header values.

Internal Server Error

func NewListRoleOfAuthEntityInternalServerError

func NewListRoleOfAuthEntityInternalServerError() *ListRoleOfAuthEntityInternalServerError

NewListRoleOfAuthEntityInternalServerError creates a ListRoleOfAuthEntityInternalServerError with default headers values

func (*ListRoleOfAuthEntityInternalServerError) Error

func (*ListRoleOfAuthEntityInternalServerError) GetPayload

type ListRoleOfAuthEntityNotFound

type ListRoleOfAuthEntityNotFound struct {
	Payload *models.APIResult
}

ListRoleOfAuthEntityNotFound handles this case with default header values.

Not Found

func NewListRoleOfAuthEntityNotFound

func NewListRoleOfAuthEntityNotFound() *ListRoleOfAuthEntityNotFound

NewListRoleOfAuthEntityNotFound creates a ListRoleOfAuthEntityNotFound with default headers values

func (*ListRoleOfAuthEntityNotFound) Error

func (*ListRoleOfAuthEntityNotFound) GetPayload

type ListRoleOfAuthEntityOK

type ListRoleOfAuthEntityOK struct {
	Payload *models.APIResultListRole
}

ListRoleOfAuthEntityOK handles this case with default header values.

OK

func NewListRoleOfAuthEntityOK

func NewListRoleOfAuthEntityOK() *ListRoleOfAuthEntityOK

NewListRoleOfAuthEntityOK creates a ListRoleOfAuthEntityOK with default headers values

func (*ListRoleOfAuthEntityOK) Error

func (o *ListRoleOfAuthEntityOK) Error() string

func (*ListRoleOfAuthEntityOK) GetPayload

type ListRoleOfAuthEntityParams

type ListRoleOfAuthEntityParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewListRoleOfAuthEntityParams

func NewListRoleOfAuthEntityParams() *ListRoleOfAuthEntityParams

NewListRoleOfAuthEntityParams creates a new ListRoleOfAuthEntityParams object with the default values initialized.

func NewListRoleOfAuthEntityParamsWithContext

func NewListRoleOfAuthEntityParamsWithContext(ctx context.Context) *ListRoleOfAuthEntityParams

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

func NewListRoleOfAuthEntityParamsWithHTTPClient

func NewListRoleOfAuthEntityParamsWithHTTPClient(client *http.Client) *ListRoleOfAuthEntityParams

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

func NewListRoleOfAuthEntityParamsWithTimeout

func NewListRoleOfAuthEntityParamsWithTimeout(timeout time.Duration) *ListRoleOfAuthEntityParams

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

func (*ListRoleOfAuthEntityParams) SetContext

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

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

func (*ListRoleOfAuthEntityParams) SetFields

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

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

func (*ListRoleOfAuthEntityParams) SetHTTPClient

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

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

func (*ListRoleOfAuthEntityParams) SetParentID

func (o *ListRoleOfAuthEntityParams) SetParentID(parentID int64)

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

func (*ListRoleOfAuthEntityParams) SetTimeout

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

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

func (*ListRoleOfAuthEntityParams) WithContext

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

func (*ListRoleOfAuthEntityParams) WithFields

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

func (*ListRoleOfAuthEntityParams) WithHTTPClient

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

func (*ListRoleOfAuthEntityParams) WithParentID

func (o *ListRoleOfAuthEntityParams) WithParentID(parentID int64) *ListRoleOfAuthEntityParams

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

func (*ListRoleOfAuthEntityParams) WithTimeout

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

func (*ListRoleOfAuthEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListRoleOfAuthEntityReader

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

ListRoleOfAuthEntityReader is a Reader for the ListRoleOfAuthEntity structure.

func (*ListRoleOfAuthEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListRoleOfAuthEntityUnauthorized

type ListRoleOfAuthEntityUnauthorized struct {
	Payload *models.APIResult
}

ListRoleOfAuthEntityUnauthorized handles this case with default header values.

Unauthorized

func NewListRoleOfAuthEntityUnauthorized

func NewListRoleOfAuthEntityUnauthorized() *ListRoleOfAuthEntityUnauthorized

NewListRoleOfAuthEntityUnauthorized creates a ListRoleOfAuthEntityUnauthorized with default headers values

func (*ListRoleOfAuthEntityUnauthorized) Error

func (*ListRoleOfAuthEntityUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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