invitation_controller

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 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 invitation controller API

func (*Client) InviteUsersUsingPOST

InviteUsersUsingPOST invites users

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	InviteUsersUsingPOST(params *InviteUsersUsingPOSTParams) (*InviteUsersUsingPOSTOK, *InviteUsersUsingPOSTCreated, 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 invitation controller API client.

type InviteUsersUsingPOSTCreated

type InviteUsersUsingPOSTCreated struct {
}

InviteUsersUsingPOSTCreated handles this case with default header values.

Created

func NewInviteUsersUsingPOSTCreated

func NewInviteUsersUsingPOSTCreated() *InviteUsersUsingPOSTCreated

NewInviteUsersUsingPOSTCreated creates a InviteUsersUsingPOSTCreated with default headers values

func (*InviteUsersUsingPOSTCreated) Error

type InviteUsersUsingPOSTForbidden

type InviteUsersUsingPOSTForbidden struct {
}

InviteUsersUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewInviteUsersUsingPOSTForbidden

func NewInviteUsersUsingPOSTForbidden() *InviteUsersUsingPOSTForbidden

NewInviteUsersUsingPOSTForbidden creates a InviteUsersUsingPOSTForbidden with default headers values

func (*InviteUsersUsingPOSTForbidden) Error

type InviteUsersUsingPOSTNotFound

type InviteUsersUsingPOSTNotFound struct {
}

InviteUsersUsingPOSTNotFound handles this case with default header values.

Not Found

func NewInviteUsersUsingPOSTNotFound

func NewInviteUsersUsingPOSTNotFound() *InviteUsersUsingPOSTNotFound

NewInviteUsersUsingPOSTNotFound creates a InviteUsersUsingPOSTNotFound with default headers values

func (*InviteUsersUsingPOSTNotFound) Error

type InviteUsersUsingPOSTOK

type InviteUsersUsingPOSTOK struct {
	Payload *models.InvitationDto
}

InviteUsersUsingPOSTOK handles this case with default header values.

OK

func NewInviteUsersUsingPOSTOK

func NewInviteUsersUsingPOSTOK() *InviteUsersUsingPOSTOK

NewInviteUsersUsingPOSTOK creates a InviteUsersUsingPOSTOK with default headers values

func (*InviteUsersUsingPOSTOK) Error

func (o *InviteUsersUsingPOSTOK) Error() string

func (*InviteUsersUsingPOSTOK) GetPayload

func (o *InviteUsersUsingPOSTOK) GetPayload() *models.InvitationDto

type InviteUsersUsingPOSTParams

type InviteUsersUsingPOSTParams struct {

	/*InvitationDto
	  invitationDto

	*/
	InvitationDto *models.InvitationDto

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

InviteUsersUsingPOSTParams contains all the parameters to send to the API endpoint for the invite users using p o s t operation typically these are written to a http.Request

func NewInviteUsersUsingPOSTParams

func NewInviteUsersUsingPOSTParams() *InviteUsersUsingPOSTParams

NewInviteUsersUsingPOSTParams creates a new InviteUsersUsingPOSTParams object with the default values initialized.

func NewInviteUsersUsingPOSTParamsWithContext

func NewInviteUsersUsingPOSTParamsWithContext(ctx context.Context) *InviteUsersUsingPOSTParams

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

func NewInviteUsersUsingPOSTParamsWithHTTPClient

func NewInviteUsersUsingPOSTParamsWithHTTPClient(client *http.Client) *InviteUsersUsingPOSTParams

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

func NewInviteUsersUsingPOSTParamsWithTimeout

func NewInviteUsersUsingPOSTParamsWithTimeout(timeout time.Duration) *InviteUsersUsingPOSTParams

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

func (*InviteUsersUsingPOSTParams) SetContext

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

SetContext adds the context to the invite users using p o s t params

func (*InviteUsersUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the invite users using p o s t params

func (*InviteUsersUsingPOSTParams) SetInvitationDto

func (o *InviteUsersUsingPOSTParams) SetInvitationDto(invitationDto *models.InvitationDto)

SetInvitationDto adds the invitationDto to the invite users using p o s t params

func (*InviteUsersUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the invite users using p o s t params

func (*InviteUsersUsingPOSTParams) WithContext

WithContext adds the context to the invite users using p o s t params

func (*InviteUsersUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the invite users using p o s t params

func (*InviteUsersUsingPOSTParams) WithInvitationDto

func (o *InviteUsersUsingPOSTParams) WithInvitationDto(invitationDto *models.InvitationDto) *InviteUsersUsingPOSTParams

WithInvitationDto adds the invitationDto to the invite users using p o s t params

func (*InviteUsersUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the invite users using p o s t params

func (*InviteUsersUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InviteUsersUsingPOSTReader

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

InviteUsersUsingPOSTReader is a Reader for the InviteUsersUsingPOST structure.

func (*InviteUsersUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InviteUsersUsingPOSTUnauthorized

type InviteUsersUsingPOSTUnauthorized struct {
}

InviteUsersUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewInviteUsersUsingPOSTUnauthorized

func NewInviteUsersUsingPOSTUnauthorized() *InviteUsersUsingPOSTUnauthorized

NewInviteUsersUsingPOSTUnauthorized creates a InviteUsersUsingPOSTUnauthorized with default headers values

func (*InviteUsersUsingPOSTUnauthorized) Error

Jump to

Keyboard shortcuts

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