Documentation ¶
Index ¶
- type Client
- func (a *Client) GithubControlServiceIssuePick(params *GithubControlServiceIssuePickParams, ...) (*GithubControlServiceIssuePickOK, error)
- func (a *Client) GithubControlServiceLogin(params *GithubControlServiceLoginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GithubControlServiceLoginOK, error)
- func (a *Client) GithubControlServiceOAuthCallback(params *GithubControlServiceOAuthCallbackParams, ...) (*GithubControlServiceOAuthCallbackOK, error)
- func (a *Client) GithubControlServicePickInstallation(params *GithubControlServicePickInstallationParams, ...) (*GithubControlServicePickInstallationOK, error)
- func (a *Client) GithubControlServicePickRepo(params *GithubControlServicePickRepoParams, ...) (*GithubControlServicePickRepoOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GithubControlServiceIssuePickDefault
- func (o *GithubControlServiceIssuePickDefault) Code() int
- func (o *GithubControlServiceIssuePickDefault) Error() string
- func (o *GithubControlServiceIssuePickDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GithubControlServiceIssuePickDefault) IsClientError() bool
- func (o *GithubControlServiceIssuePickDefault) IsCode(code int) bool
- func (o *GithubControlServiceIssuePickDefault) IsRedirect() bool
- func (o *GithubControlServiceIssuePickDefault) IsServerError() bool
- func (o *GithubControlServiceIssuePickDefault) IsSuccess() bool
- func (o *GithubControlServiceIssuePickDefault) String() string
- type GithubControlServiceIssuePickOK
- func (o *GithubControlServiceIssuePickOK) Code() int
- func (o *GithubControlServiceIssuePickOK) Error() string
- func (o *GithubControlServiceIssuePickOK) GetPayload() *models.HashicorpCloudWaypointIssuePickResponse
- func (o *GithubControlServiceIssuePickOK) IsClientError() bool
- func (o *GithubControlServiceIssuePickOK) IsCode(code int) bool
- func (o *GithubControlServiceIssuePickOK) IsRedirect() bool
- func (o *GithubControlServiceIssuePickOK) IsServerError() bool
- func (o *GithubControlServiceIssuePickOK) IsSuccess() bool
- func (o *GithubControlServiceIssuePickOK) String() string
- type GithubControlServiceIssuePickParams
- func NewGithubControlServiceIssuePickParams() *GithubControlServiceIssuePickParams
- func NewGithubControlServiceIssuePickParamsWithContext(ctx context.Context) *GithubControlServiceIssuePickParams
- func NewGithubControlServiceIssuePickParamsWithHTTPClient(client *http.Client) *GithubControlServiceIssuePickParams
- func NewGithubControlServiceIssuePickParamsWithTimeout(timeout time.Duration) *GithubControlServiceIssuePickParams
- func (o *GithubControlServiceIssuePickParams) SetContext(ctx context.Context)
- func (o *GithubControlServiceIssuePickParams) SetDefaults()
- func (o *GithubControlServiceIssuePickParams) SetHTTPClient(client *http.Client)
- func (o *GithubControlServiceIssuePickParams) SetInstallationID(installationID *string)
- func (o *GithubControlServiceIssuePickParams) SetRepoFullName(repoFullName *string)
- func (o *GithubControlServiceIssuePickParams) SetSessionID(sessionID *string)
- func (o *GithubControlServiceIssuePickParams) SetTimeout(timeout time.Duration)
- func (o *GithubControlServiceIssuePickParams) WithContext(ctx context.Context) *GithubControlServiceIssuePickParams
- func (o *GithubControlServiceIssuePickParams) WithDefaults() *GithubControlServiceIssuePickParams
- func (o *GithubControlServiceIssuePickParams) WithHTTPClient(client *http.Client) *GithubControlServiceIssuePickParams
- func (o *GithubControlServiceIssuePickParams) WithInstallationID(installationID *string) *GithubControlServiceIssuePickParams
- func (o *GithubControlServiceIssuePickParams) WithRepoFullName(repoFullName *string) *GithubControlServiceIssuePickParams
- func (o *GithubControlServiceIssuePickParams) WithSessionID(sessionID *string) *GithubControlServiceIssuePickParams
- func (o *GithubControlServiceIssuePickParams) WithTimeout(timeout time.Duration) *GithubControlServiceIssuePickParams
- func (o *GithubControlServiceIssuePickParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GithubControlServiceIssuePickReader
- type GithubControlServiceLoginDefault
- func (o *GithubControlServiceLoginDefault) Code() int
- func (o *GithubControlServiceLoginDefault) Error() string
- func (o *GithubControlServiceLoginDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GithubControlServiceLoginDefault) IsClientError() bool
- func (o *GithubControlServiceLoginDefault) IsCode(code int) bool
- func (o *GithubControlServiceLoginDefault) IsRedirect() bool
- func (o *GithubControlServiceLoginDefault) IsServerError() bool
- func (o *GithubControlServiceLoginDefault) IsSuccess() bool
- func (o *GithubControlServiceLoginDefault) String() string
- type GithubControlServiceLoginOK
- func (o *GithubControlServiceLoginOK) Code() int
- func (o *GithubControlServiceLoginOK) Error() string
- func (o *GithubControlServiceLoginOK) GetPayload() *models.HashicorpCloudWaypointLoginResponse
- func (o *GithubControlServiceLoginOK) IsClientError() bool
- func (o *GithubControlServiceLoginOK) IsCode(code int) bool
- func (o *GithubControlServiceLoginOK) IsRedirect() bool
- func (o *GithubControlServiceLoginOK) IsServerError() bool
- func (o *GithubControlServiceLoginOK) IsSuccess() bool
- func (o *GithubControlServiceLoginOK) String() string
- type GithubControlServiceLoginParams
- func NewGithubControlServiceLoginParams() *GithubControlServiceLoginParams
- func NewGithubControlServiceLoginParamsWithContext(ctx context.Context) *GithubControlServiceLoginParams
- func NewGithubControlServiceLoginParamsWithHTTPClient(client *http.Client) *GithubControlServiceLoginParams
- func NewGithubControlServiceLoginParamsWithTimeout(timeout time.Duration) *GithubControlServiceLoginParams
- func (o *GithubControlServiceLoginParams) SetContext(ctx context.Context)
- func (o *GithubControlServiceLoginParams) SetDefaults()
- func (o *GithubControlServiceLoginParams) SetHTTPClient(client *http.Client)
- func (o *GithubControlServiceLoginParams) SetTimeout(timeout time.Duration)
- func (o *GithubControlServiceLoginParams) WithContext(ctx context.Context) *GithubControlServiceLoginParams
- func (o *GithubControlServiceLoginParams) WithDefaults() *GithubControlServiceLoginParams
- func (o *GithubControlServiceLoginParams) WithHTTPClient(client *http.Client) *GithubControlServiceLoginParams
- func (o *GithubControlServiceLoginParams) WithTimeout(timeout time.Duration) *GithubControlServiceLoginParams
- func (o *GithubControlServiceLoginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GithubControlServiceLoginReader
- type GithubControlServiceOAuthCallbackDefault
- func (o *GithubControlServiceOAuthCallbackDefault) Code() int
- func (o *GithubControlServiceOAuthCallbackDefault) Error() string
- func (o *GithubControlServiceOAuthCallbackDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GithubControlServiceOAuthCallbackDefault) IsClientError() bool
- func (o *GithubControlServiceOAuthCallbackDefault) IsCode(code int) bool
- func (o *GithubControlServiceOAuthCallbackDefault) IsRedirect() bool
- func (o *GithubControlServiceOAuthCallbackDefault) IsServerError() bool
- func (o *GithubControlServiceOAuthCallbackDefault) IsSuccess() bool
- func (o *GithubControlServiceOAuthCallbackDefault) String() string
- type GithubControlServiceOAuthCallbackOK
- func (o *GithubControlServiceOAuthCallbackOK) Code() int
- func (o *GithubControlServiceOAuthCallbackOK) Error() string
- func (o *GithubControlServiceOAuthCallbackOK) GetPayload() *models.HashicorpCloudWaypointOAuthCallbackResponse
- func (o *GithubControlServiceOAuthCallbackOK) IsClientError() bool
- func (o *GithubControlServiceOAuthCallbackOK) IsCode(code int) bool
- func (o *GithubControlServiceOAuthCallbackOK) IsRedirect() bool
- func (o *GithubControlServiceOAuthCallbackOK) IsServerError() bool
- func (o *GithubControlServiceOAuthCallbackOK) IsSuccess() bool
- func (o *GithubControlServiceOAuthCallbackOK) String() string
- type GithubControlServiceOAuthCallbackParams
- func NewGithubControlServiceOAuthCallbackParams() *GithubControlServiceOAuthCallbackParams
- func NewGithubControlServiceOAuthCallbackParamsWithContext(ctx context.Context) *GithubControlServiceOAuthCallbackParams
- func NewGithubControlServiceOAuthCallbackParamsWithHTTPClient(client *http.Client) *GithubControlServiceOAuthCallbackParams
- func NewGithubControlServiceOAuthCallbackParamsWithTimeout(timeout time.Duration) *GithubControlServiceOAuthCallbackParams
- func (o *GithubControlServiceOAuthCallbackParams) SetCode(code *string)
- func (o *GithubControlServiceOAuthCallbackParams) SetContext(ctx context.Context)
- func (o *GithubControlServiceOAuthCallbackParams) SetDefaults()
- func (o *GithubControlServiceOAuthCallbackParams) SetHTTPClient(client *http.Client)
- func (o *GithubControlServiceOAuthCallbackParams) SetState(state *string)
- func (o *GithubControlServiceOAuthCallbackParams) SetTimeout(timeout time.Duration)
- func (o *GithubControlServiceOAuthCallbackParams) WithCode(code *string) *GithubControlServiceOAuthCallbackParams
- func (o *GithubControlServiceOAuthCallbackParams) WithContext(ctx context.Context) *GithubControlServiceOAuthCallbackParams
- func (o *GithubControlServiceOAuthCallbackParams) WithDefaults() *GithubControlServiceOAuthCallbackParams
- func (o *GithubControlServiceOAuthCallbackParams) WithHTTPClient(client *http.Client) *GithubControlServiceOAuthCallbackParams
- func (o *GithubControlServiceOAuthCallbackParams) WithState(state *string) *GithubControlServiceOAuthCallbackParams
- func (o *GithubControlServiceOAuthCallbackParams) WithTimeout(timeout time.Duration) *GithubControlServiceOAuthCallbackParams
- func (o *GithubControlServiceOAuthCallbackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GithubControlServiceOAuthCallbackReader
- type GithubControlServicePickInstallationDefault
- func (o *GithubControlServicePickInstallationDefault) Code() int
- func (o *GithubControlServicePickInstallationDefault) Error() string
- func (o *GithubControlServicePickInstallationDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GithubControlServicePickInstallationDefault) IsClientError() bool
- func (o *GithubControlServicePickInstallationDefault) IsCode(code int) bool
- func (o *GithubControlServicePickInstallationDefault) IsRedirect() bool
- func (o *GithubControlServicePickInstallationDefault) IsServerError() bool
- func (o *GithubControlServicePickInstallationDefault) IsSuccess() bool
- func (o *GithubControlServicePickInstallationDefault) String() string
- type GithubControlServicePickInstallationOK
- func (o *GithubControlServicePickInstallationOK) Code() int
- func (o *GithubControlServicePickInstallationOK) Error() string
- func (o *GithubControlServicePickInstallationOK) GetPayload() *models.HashicorpCloudWaypointPickInstallationResponse
- func (o *GithubControlServicePickInstallationOK) IsClientError() bool
- func (o *GithubControlServicePickInstallationOK) IsCode(code int) bool
- func (o *GithubControlServicePickInstallationOK) IsRedirect() bool
- func (o *GithubControlServicePickInstallationOK) IsServerError() bool
- func (o *GithubControlServicePickInstallationOK) IsSuccess() bool
- func (o *GithubControlServicePickInstallationOK) String() string
- type GithubControlServicePickInstallationParams
- func NewGithubControlServicePickInstallationParams() *GithubControlServicePickInstallationParams
- func NewGithubControlServicePickInstallationParamsWithContext(ctx context.Context) *GithubControlServicePickInstallationParams
- func NewGithubControlServicePickInstallationParamsWithHTTPClient(client *http.Client) *GithubControlServicePickInstallationParams
- func NewGithubControlServicePickInstallationParamsWithTimeout(timeout time.Duration) *GithubControlServicePickInstallationParams
- func (o *GithubControlServicePickInstallationParams) SetContext(ctx context.Context)
- func (o *GithubControlServicePickInstallationParams) SetDefaults()
- func (o *GithubControlServicePickInstallationParams) SetHTTPClient(client *http.Client)
- func (o *GithubControlServicePickInstallationParams) SetSessionID(sessionID *string)
- func (o *GithubControlServicePickInstallationParams) SetTimeout(timeout time.Duration)
- func (o *GithubControlServicePickInstallationParams) WithContext(ctx context.Context) *GithubControlServicePickInstallationParams
- func (o *GithubControlServicePickInstallationParams) WithDefaults() *GithubControlServicePickInstallationParams
- func (o *GithubControlServicePickInstallationParams) WithHTTPClient(client *http.Client) *GithubControlServicePickInstallationParams
- func (o *GithubControlServicePickInstallationParams) WithSessionID(sessionID *string) *GithubControlServicePickInstallationParams
- func (o *GithubControlServicePickInstallationParams) WithTimeout(timeout time.Duration) *GithubControlServicePickInstallationParams
- func (o *GithubControlServicePickInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GithubControlServicePickInstallationReader
- type GithubControlServicePickRepoDefault
- func (o *GithubControlServicePickRepoDefault) Code() int
- func (o *GithubControlServicePickRepoDefault) Error() string
- func (o *GithubControlServicePickRepoDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GithubControlServicePickRepoDefault) IsClientError() bool
- func (o *GithubControlServicePickRepoDefault) IsCode(code int) bool
- func (o *GithubControlServicePickRepoDefault) IsRedirect() bool
- func (o *GithubControlServicePickRepoDefault) IsServerError() bool
- func (o *GithubControlServicePickRepoDefault) IsSuccess() bool
- func (o *GithubControlServicePickRepoDefault) String() string
- type GithubControlServicePickRepoOK
- func (o *GithubControlServicePickRepoOK) Code() int
- func (o *GithubControlServicePickRepoOK) Error() string
- func (o *GithubControlServicePickRepoOK) GetPayload() *models.HashicorpCloudWaypointPickRepoResponse
- func (o *GithubControlServicePickRepoOK) IsClientError() bool
- func (o *GithubControlServicePickRepoOK) IsCode(code int) bool
- func (o *GithubControlServicePickRepoOK) IsRedirect() bool
- func (o *GithubControlServicePickRepoOK) IsServerError() bool
- func (o *GithubControlServicePickRepoOK) IsSuccess() bool
- func (o *GithubControlServicePickRepoOK) String() string
- type GithubControlServicePickRepoParams
- func NewGithubControlServicePickRepoParams() *GithubControlServicePickRepoParams
- func NewGithubControlServicePickRepoParamsWithContext(ctx context.Context) *GithubControlServicePickRepoParams
- func NewGithubControlServicePickRepoParamsWithHTTPClient(client *http.Client) *GithubControlServicePickRepoParams
- func NewGithubControlServicePickRepoParamsWithTimeout(timeout time.Duration) *GithubControlServicePickRepoParams
- func (o *GithubControlServicePickRepoParams) SetContext(ctx context.Context)
- func (o *GithubControlServicePickRepoParams) SetDefaults()
- func (o *GithubControlServicePickRepoParams) SetHTTPClient(client *http.Client)
- func (o *GithubControlServicePickRepoParams) SetInstallationID(installationID *string)
- func (o *GithubControlServicePickRepoParams) SetSessionID(sessionID *string)
- func (o *GithubControlServicePickRepoParams) SetTimeout(timeout time.Duration)
- func (o *GithubControlServicePickRepoParams) WithContext(ctx context.Context) *GithubControlServicePickRepoParams
- func (o *GithubControlServicePickRepoParams) WithDefaults() *GithubControlServicePickRepoParams
- func (o *GithubControlServicePickRepoParams) WithHTTPClient(client *http.Client) *GithubControlServicePickRepoParams
- func (o *GithubControlServicePickRepoParams) WithInstallationID(installationID *string) *GithubControlServicePickRepoParams
- func (o *GithubControlServicePickRepoParams) WithSessionID(sessionID *string) *GithubControlServicePickRepoParams
- func (o *GithubControlServicePickRepoParams) WithTimeout(timeout time.Duration) *GithubControlServicePickRepoParams
- func (o *GithubControlServicePickRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GithubControlServicePickRepoReader
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 github control service API
func (*Client) GithubControlServiceIssuePick ¶
func (a *Client) GithubControlServiceIssuePick(params *GithubControlServiceIssuePickParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServiceIssuePickOK, error)
GithubControlServiceIssuePick github control service issue pick API
func (*Client) GithubControlServiceLogin ¶
func (a *Client) GithubControlServiceLogin(params *GithubControlServiceLoginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServiceLoginOK, error)
GithubControlServiceLogin creates namespaces creates an h c p github namespaces and start billing for it
func (*Client) GithubControlServiceOAuthCallback ¶
func (a *Client) GithubControlServiceOAuthCallback(params *GithubControlServiceOAuthCallbackParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServiceOAuthCallbackOK, error)
GithubControlServiceOAuthCallback gets namespace returns the namespace for the h c p organization project combo this automatically creates the namespace if it doesn t yet exist
func (*Client) GithubControlServicePickInstallation ¶
func (a *Client) GithubControlServicePickInstallation(params *GithubControlServicePickInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServicePickInstallationOK, error)
GithubControlServicePickInstallation github control service pick installation API
func (*Client) GithubControlServicePickRepo ¶
func (a *Client) GithubControlServicePickRepo(params *GithubControlServicePickRepoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServicePickRepoOK, error)
GithubControlServicePickRepo github control service pick repo 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 { GithubControlServiceIssuePick(params *GithubControlServiceIssuePickParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServiceIssuePickOK, error) GithubControlServiceLogin(params *GithubControlServiceLoginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServiceLoginOK, error) GithubControlServiceOAuthCallback(params *GithubControlServiceOAuthCallbackParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServiceOAuthCallbackOK, error) GithubControlServicePickInstallation(params *GithubControlServicePickInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServicePickInstallationOK, error) GithubControlServicePickRepo(params *GithubControlServicePickRepoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GithubControlServicePickRepoOK, 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 github control service API client.
type GithubControlServiceIssuePickDefault ¶
type GithubControlServiceIssuePickDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GithubControlServiceIssuePickDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGithubControlServiceIssuePickDefault ¶
func NewGithubControlServiceIssuePickDefault(code int) *GithubControlServiceIssuePickDefault
NewGithubControlServiceIssuePickDefault creates a GithubControlServiceIssuePickDefault with default headers values
func (*GithubControlServiceIssuePickDefault) Code ¶
func (o *GithubControlServiceIssuePickDefault) Code() int
Code gets the status code for the github control service issue pick default response
func (*GithubControlServiceIssuePickDefault) Error ¶
func (o *GithubControlServiceIssuePickDefault) Error() string
func (*GithubControlServiceIssuePickDefault) GetPayload ¶
func (o *GithubControlServiceIssuePickDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GithubControlServiceIssuePickDefault) IsClientError ¶
func (o *GithubControlServiceIssuePickDefault) IsClientError() bool
IsClientError returns true when this github control service issue pick default response has a 4xx status code
func (*GithubControlServiceIssuePickDefault) IsCode ¶
func (o *GithubControlServiceIssuePickDefault) IsCode(code int) bool
IsCode returns true when this github control service issue pick default response a status code equal to that given
func (*GithubControlServiceIssuePickDefault) IsRedirect ¶
func (o *GithubControlServiceIssuePickDefault) IsRedirect() bool
IsRedirect returns true when this github control service issue pick default response has a 3xx status code
func (*GithubControlServiceIssuePickDefault) IsServerError ¶
func (o *GithubControlServiceIssuePickDefault) IsServerError() bool
IsServerError returns true when this github control service issue pick default response has a 5xx status code
func (*GithubControlServiceIssuePickDefault) IsSuccess ¶
func (o *GithubControlServiceIssuePickDefault) IsSuccess() bool
IsSuccess returns true when this github control service issue pick default response has a 2xx status code
func (*GithubControlServiceIssuePickDefault) String ¶
func (o *GithubControlServiceIssuePickDefault) String() string
type GithubControlServiceIssuePickOK ¶
type GithubControlServiceIssuePickOK struct {
Payload *models.HashicorpCloudWaypointIssuePickResponse
}
GithubControlServiceIssuePickOK describes a response with status code 200, with default header values.
A successful response.
func NewGithubControlServiceIssuePickOK ¶
func NewGithubControlServiceIssuePickOK() *GithubControlServiceIssuePickOK
NewGithubControlServiceIssuePickOK creates a GithubControlServiceIssuePickOK with default headers values
func (*GithubControlServiceIssuePickOK) Code ¶
func (o *GithubControlServiceIssuePickOK) Code() int
Code gets the status code for the github control service issue pick o k response
func (*GithubControlServiceIssuePickOK) Error ¶
func (o *GithubControlServiceIssuePickOK) Error() string
func (*GithubControlServiceIssuePickOK) GetPayload ¶
func (o *GithubControlServiceIssuePickOK) GetPayload() *models.HashicorpCloudWaypointIssuePickResponse
func (*GithubControlServiceIssuePickOK) IsClientError ¶
func (o *GithubControlServiceIssuePickOK) IsClientError() bool
IsClientError returns true when this github control service issue pick o k response has a 4xx status code
func (*GithubControlServiceIssuePickOK) IsCode ¶
func (o *GithubControlServiceIssuePickOK) IsCode(code int) bool
IsCode returns true when this github control service issue pick o k response a status code equal to that given
func (*GithubControlServiceIssuePickOK) IsRedirect ¶
func (o *GithubControlServiceIssuePickOK) IsRedirect() bool
IsRedirect returns true when this github control service issue pick o k response has a 3xx status code
func (*GithubControlServiceIssuePickOK) IsServerError ¶
func (o *GithubControlServiceIssuePickOK) IsServerError() bool
IsServerError returns true when this github control service issue pick o k response has a 5xx status code
func (*GithubControlServiceIssuePickOK) IsSuccess ¶
func (o *GithubControlServiceIssuePickOK) IsSuccess() bool
IsSuccess returns true when this github control service issue pick o k response has a 2xx status code
func (*GithubControlServiceIssuePickOK) String ¶
func (o *GithubControlServiceIssuePickOK) String() string
type GithubControlServiceIssuePickParams ¶
type GithubControlServiceIssuePickParams struct { // InstallationID. // // Format: int64 InstallationID *string // RepoFullName. RepoFullName *string // SessionID. SessionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GithubControlServiceIssuePickParams contains all the parameters to send to the API endpoint
for the github control service issue pick operation. Typically these are written to a http.Request.
func NewGithubControlServiceIssuePickParams ¶
func NewGithubControlServiceIssuePickParams() *GithubControlServiceIssuePickParams
NewGithubControlServiceIssuePickParams creates a new GithubControlServiceIssuePickParams 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 NewGithubControlServiceIssuePickParamsWithContext ¶
func NewGithubControlServiceIssuePickParamsWithContext(ctx context.Context) *GithubControlServiceIssuePickParams
NewGithubControlServiceIssuePickParamsWithContext creates a new GithubControlServiceIssuePickParams object with the ability to set a context for a request.
func NewGithubControlServiceIssuePickParamsWithHTTPClient ¶
func NewGithubControlServiceIssuePickParamsWithHTTPClient(client *http.Client) *GithubControlServiceIssuePickParams
NewGithubControlServiceIssuePickParamsWithHTTPClient creates a new GithubControlServiceIssuePickParams object with the ability to set a custom HTTPClient for a request.
func NewGithubControlServiceIssuePickParamsWithTimeout ¶
func NewGithubControlServiceIssuePickParamsWithTimeout(timeout time.Duration) *GithubControlServiceIssuePickParams
NewGithubControlServiceIssuePickParamsWithTimeout creates a new GithubControlServiceIssuePickParams object with the ability to set a timeout on a request.
func (*GithubControlServiceIssuePickParams) SetContext ¶
func (o *GithubControlServiceIssuePickParams) SetContext(ctx context.Context)
SetContext adds the context to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) SetDefaults ¶
func (o *GithubControlServiceIssuePickParams) SetDefaults()
SetDefaults hydrates default values in the github control service issue pick params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServiceIssuePickParams) SetHTTPClient ¶
func (o *GithubControlServiceIssuePickParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) SetInstallationID ¶
func (o *GithubControlServiceIssuePickParams) SetInstallationID(installationID *string)
SetInstallationID adds the installationId to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) SetRepoFullName ¶
func (o *GithubControlServiceIssuePickParams) SetRepoFullName(repoFullName *string)
SetRepoFullName adds the repoFullName to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) SetSessionID ¶
func (o *GithubControlServiceIssuePickParams) SetSessionID(sessionID *string)
SetSessionID adds the sessionId to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) SetTimeout ¶
func (o *GithubControlServiceIssuePickParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) WithContext ¶
func (o *GithubControlServiceIssuePickParams) WithContext(ctx context.Context) *GithubControlServiceIssuePickParams
WithContext adds the context to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) WithDefaults ¶
func (o *GithubControlServiceIssuePickParams) WithDefaults() *GithubControlServiceIssuePickParams
WithDefaults hydrates default values in the github control service issue pick params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServiceIssuePickParams) WithHTTPClient ¶
func (o *GithubControlServiceIssuePickParams) WithHTTPClient(client *http.Client) *GithubControlServiceIssuePickParams
WithHTTPClient adds the HTTPClient to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) WithInstallationID ¶
func (o *GithubControlServiceIssuePickParams) WithInstallationID(installationID *string) *GithubControlServiceIssuePickParams
WithInstallationID adds the installationID to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) WithRepoFullName ¶
func (o *GithubControlServiceIssuePickParams) WithRepoFullName(repoFullName *string) *GithubControlServiceIssuePickParams
WithRepoFullName adds the repoFullName to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) WithSessionID ¶
func (o *GithubControlServiceIssuePickParams) WithSessionID(sessionID *string) *GithubControlServiceIssuePickParams
WithSessionID adds the sessionID to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) WithTimeout ¶
func (o *GithubControlServiceIssuePickParams) WithTimeout(timeout time.Duration) *GithubControlServiceIssuePickParams
WithTimeout adds the timeout to the github control service issue pick params
func (*GithubControlServiceIssuePickParams) WriteToRequest ¶
func (o *GithubControlServiceIssuePickParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GithubControlServiceIssuePickReader ¶
type GithubControlServiceIssuePickReader struct {
// contains filtered or unexported fields
}
GithubControlServiceIssuePickReader is a Reader for the GithubControlServiceIssuePick structure.
func (*GithubControlServiceIssuePickReader) ReadResponse ¶
func (o *GithubControlServiceIssuePickReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GithubControlServiceLoginDefault ¶
type GithubControlServiceLoginDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GithubControlServiceLoginDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGithubControlServiceLoginDefault ¶
func NewGithubControlServiceLoginDefault(code int) *GithubControlServiceLoginDefault
NewGithubControlServiceLoginDefault creates a GithubControlServiceLoginDefault with default headers values
func (*GithubControlServiceLoginDefault) Code ¶
func (o *GithubControlServiceLoginDefault) Code() int
Code gets the status code for the github control service login default response
func (*GithubControlServiceLoginDefault) Error ¶
func (o *GithubControlServiceLoginDefault) Error() string
func (*GithubControlServiceLoginDefault) GetPayload ¶
func (o *GithubControlServiceLoginDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GithubControlServiceLoginDefault) IsClientError ¶
func (o *GithubControlServiceLoginDefault) IsClientError() bool
IsClientError returns true when this github control service login default response has a 4xx status code
func (*GithubControlServiceLoginDefault) IsCode ¶
func (o *GithubControlServiceLoginDefault) IsCode(code int) bool
IsCode returns true when this github control service login default response a status code equal to that given
func (*GithubControlServiceLoginDefault) IsRedirect ¶
func (o *GithubControlServiceLoginDefault) IsRedirect() bool
IsRedirect returns true when this github control service login default response has a 3xx status code
func (*GithubControlServiceLoginDefault) IsServerError ¶
func (o *GithubControlServiceLoginDefault) IsServerError() bool
IsServerError returns true when this github control service login default response has a 5xx status code
func (*GithubControlServiceLoginDefault) IsSuccess ¶
func (o *GithubControlServiceLoginDefault) IsSuccess() bool
IsSuccess returns true when this github control service login default response has a 2xx status code
func (*GithubControlServiceLoginDefault) String ¶
func (o *GithubControlServiceLoginDefault) String() string
type GithubControlServiceLoginOK ¶
type GithubControlServiceLoginOK struct {
Payload *models.HashicorpCloudWaypointLoginResponse
}
GithubControlServiceLoginOK describes a response with status code 200, with default header values.
A successful response.
func NewGithubControlServiceLoginOK ¶
func NewGithubControlServiceLoginOK() *GithubControlServiceLoginOK
NewGithubControlServiceLoginOK creates a GithubControlServiceLoginOK with default headers values
func (*GithubControlServiceLoginOK) Code ¶
func (o *GithubControlServiceLoginOK) Code() int
Code gets the status code for the github control service login o k response
func (*GithubControlServiceLoginOK) Error ¶
func (o *GithubControlServiceLoginOK) Error() string
func (*GithubControlServiceLoginOK) GetPayload ¶
func (o *GithubControlServiceLoginOK) GetPayload() *models.HashicorpCloudWaypointLoginResponse
func (*GithubControlServiceLoginOK) IsClientError ¶
func (o *GithubControlServiceLoginOK) IsClientError() bool
IsClientError returns true when this github control service login o k response has a 4xx status code
func (*GithubControlServiceLoginOK) IsCode ¶
func (o *GithubControlServiceLoginOK) IsCode(code int) bool
IsCode returns true when this github control service login o k response a status code equal to that given
func (*GithubControlServiceLoginOK) IsRedirect ¶
func (o *GithubControlServiceLoginOK) IsRedirect() bool
IsRedirect returns true when this github control service login o k response has a 3xx status code
func (*GithubControlServiceLoginOK) IsServerError ¶
func (o *GithubControlServiceLoginOK) IsServerError() bool
IsServerError returns true when this github control service login o k response has a 5xx status code
func (*GithubControlServiceLoginOK) IsSuccess ¶
func (o *GithubControlServiceLoginOK) IsSuccess() bool
IsSuccess returns true when this github control service login o k response has a 2xx status code
func (*GithubControlServiceLoginOK) String ¶
func (o *GithubControlServiceLoginOK) String() string
type GithubControlServiceLoginParams ¶
type GithubControlServiceLoginParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GithubControlServiceLoginParams contains all the parameters to send to the API endpoint
for the github control service login operation. Typically these are written to a http.Request.
func NewGithubControlServiceLoginParams ¶
func NewGithubControlServiceLoginParams() *GithubControlServiceLoginParams
NewGithubControlServiceLoginParams creates a new GithubControlServiceLoginParams 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 NewGithubControlServiceLoginParamsWithContext ¶
func NewGithubControlServiceLoginParamsWithContext(ctx context.Context) *GithubControlServiceLoginParams
NewGithubControlServiceLoginParamsWithContext creates a new GithubControlServiceLoginParams object with the ability to set a context for a request.
func NewGithubControlServiceLoginParamsWithHTTPClient ¶
func NewGithubControlServiceLoginParamsWithHTTPClient(client *http.Client) *GithubControlServiceLoginParams
NewGithubControlServiceLoginParamsWithHTTPClient creates a new GithubControlServiceLoginParams object with the ability to set a custom HTTPClient for a request.
func NewGithubControlServiceLoginParamsWithTimeout ¶
func NewGithubControlServiceLoginParamsWithTimeout(timeout time.Duration) *GithubControlServiceLoginParams
NewGithubControlServiceLoginParamsWithTimeout creates a new GithubControlServiceLoginParams object with the ability to set a timeout on a request.
func (*GithubControlServiceLoginParams) SetContext ¶
func (o *GithubControlServiceLoginParams) SetContext(ctx context.Context)
SetContext adds the context to the github control service login params
func (*GithubControlServiceLoginParams) SetDefaults ¶
func (o *GithubControlServiceLoginParams) SetDefaults()
SetDefaults hydrates default values in the github control service login params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServiceLoginParams) SetHTTPClient ¶
func (o *GithubControlServiceLoginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the github control service login params
func (*GithubControlServiceLoginParams) SetTimeout ¶
func (o *GithubControlServiceLoginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the github control service login params
func (*GithubControlServiceLoginParams) WithContext ¶
func (o *GithubControlServiceLoginParams) WithContext(ctx context.Context) *GithubControlServiceLoginParams
WithContext adds the context to the github control service login params
func (*GithubControlServiceLoginParams) WithDefaults ¶
func (o *GithubControlServiceLoginParams) WithDefaults() *GithubControlServiceLoginParams
WithDefaults hydrates default values in the github control service login params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServiceLoginParams) WithHTTPClient ¶
func (o *GithubControlServiceLoginParams) WithHTTPClient(client *http.Client) *GithubControlServiceLoginParams
WithHTTPClient adds the HTTPClient to the github control service login params
func (*GithubControlServiceLoginParams) WithTimeout ¶
func (o *GithubControlServiceLoginParams) WithTimeout(timeout time.Duration) *GithubControlServiceLoginParams
WithTimeout adds the timeout to the github control service login params
func (*GithubControlServiceLoginParams) WriteToRequest ¶
func (o *GithubControlServiceLoginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GithubControlServiceLoginReader ¶
type GithubControlServiceLoginReader struct {
// contains filtered or unexported fields
}
GithubControlServiceLoginReader is a Reader for the GithubControlServiceLogin structure.
func (*GithubControlServiceLoginReader) ReadResponse ¶
func (o *GithubControlServiceLoginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GithubControlServiceOAuthCallbackDefault ¶
type GithubControlServiceOAuthCallbackDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GithubControlServiceOAuthCallbackDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGithubControlServiceOAuthCallbackDefault ¶
func NewGithubControlServiceOAuthCallbackDefault(code int) *GithubControlServiceOAuthCallbackDefault
NewGithubControlServiceOAuthCallbackDefault creates a GithubControlServiceOAuthCallbackDefault with default headers values
func (*GithubControlServiceOAuthCallbackDefault) Code ¶
func (o *GithubControlServiceOAuthCallbackDefault) Code() int
Code gets the status code for the github control service o auth callback default response
func (*GithubControlServiceOAuthCallbackDefault) Error ¶
func (o *GithubControlServiceOAuthCallbackDefault) Error() string
func (*GithubControlServiceOAuthCallbackDefault) GetPayload ¶
func (o *GithubControlServiceOAuthCallbackDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GithubControlServiceOAuthCallbackDefault) IsClientError ¶
func (o *GithubControlServiceOAuthCallbackDefault) IsClientError() bool
IsClientError returns true when this github control service o auth callback default response has a 4xx status code
func (*GithubControlServiceOAuthCallbackDefault) IsCode ¶
func (o *GithubControlServiceOAuthCallbackDefault) IsCode(code int) bool
IsCode returns true when this github control service o auth callback default response a status code equal to that given
func (*GithubControlServiceOAuthCallbackDefault) IsRedirect ¶
func (o *GithubControlServiceOAuthCallbackDefault) IsRedirect() bool
IsRedirect returns true when this github control service o auth callback default response has a 3xx status code
func (*GithubControlServiceOAuthCallbackDefault) IsServerError ¶
func (o *GithubControlServiceOAuthCallbackDefault) IsServerError() bool
IsServerError returns true when this github control service o auth callback default response has a 5xx status code
func (*GithubControlServiceOAuthCallbackDefault) IsSuccess ¶
func (o *GithubControlServiceOAuthCallbackDefault) IsSuccess() bool
IsSuccess returns true when this github control service o auth callback default response has a 2xx status code
func (*GithubControlServiceOAuthCallbackDefault) String ¶
func (o *GithubControlServiceOAuthCallbackDefault) String() string
type GithubControlServiceOAuthCallbackOK ¶
type GithubControlServiceOAuthCallbackOK struct {
Payload *models.HashicorpCloudWaypointOAuthCallbackResponse
}
GithubControlServiceOAuthCallbackOK describes a response with status code 200, with default header values.
A successful response.
func NewGithubControlServiceOAuthCallbackOK ¶
func NewGithubControlServiceOAuthCallbackOK() *GithubControlServiceOAuthCallbackOK
NewGithubControlServiceOAuthCallbackOK creates a GithubControlServiceOAuthCallbackOK with default headers values
func (*GithubControlServiceOAuthCallbackOK) Code ¶
func (o *GithubControlServiceOAuthCallbackOK) Code() int
Code gets the status code for the github control service o auth callback o k response
func (*GithubControlServiceOAuthCallbackOK) Error ¶
func (o *GithubControlServiceOAuthCallbackOK) Error() string
func (*GithubControlServiceOAuthCallbackOK) GetPayload ¶
func (o *GithubControlServiceOAuthCallbackOK) GetPayload() *models.HashicorpCloudWaypointOAuthCallbackResponse
func (*GithubControlServiceOAuthCallbackOK) IsClientError ¶
func (o *GithubControlServiceOAuthCallbackOK) IsClientError() bool
IsClientError returns true when this github control service o auth callback o k response has a 4xx status code
func (*GithubControlServiceOAuthCallbackOK) IsCode ¶
func (o *GithubControlServiceOAuthCallbackOK) IsCode(code int) bool
IsCode returns true when this github control service o auth callback o k response a status code equal to that given
func (*GithubControlServiceOAuthCallbackOK) IsRedirect ¶
func (o *GithubControlServiceOAuthCallbackOK) IsRedirect() bool
IsRedirect returns true when this github control service o auth callback o k response has a 3xx status code
func (*GithubControlServiceOAuthCallbackOK) IsServerError ¶
func (o *GithubControlServiceOAuthCallbackOK) IsServerError() bool
IsServerError returns true when this github control service o auth callback o k response has a 5xx status code
func (*GithubControlServiceOAuthCallbackOK) IsSuccess ¶
func (o *GithubControlServiceOAuthCallbackOK) IsSuccess() bool
IsSuccess returns true when this github control service o auth callback o k response has a 2xx status code
func (*GithubControlServiceOAuthCallbackOK) String ¶
func (o *GithubControlServiceOAuthCallbackOK) String() string
type GithubControlServiceOAuthCallbackParams ¶
type GithubControlServiceOAuthCallbackParams struct { // Code. Code *string // State. State *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GithubControlServiceOAuthCallbackParams contains all the parameters to send to the API endpoint
for the github control service o auth callback operation. Typically these are written to a http.Request.
func NewGithubControlServiceOAuthCallbackParams ¶
func NewGithubControlServiceOAuthCallbackParams() *GithubControlServiceOAuthCallbackParams
NewGithubControlServiceOAuthCallbackParams creates a new GithubControlServiceOAuthCallbackParams 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 NewGithubControlServiceOAuthCallbackParamsWithContext ¶
func NewGithubControlServiceOAuthCallbackParamsWithContext(ctx context.Context) *GithubControlServiceOAuthCallbackParams
NewGithubControlServiceOAuthCallbackParamsWithContext creates a new GithubControlServiceOAuthCallbackParams object with the ability to set a context for a request.
func NewGithubControlServiceOAuthCallbackParamsWithHTTPClient ¶
func NewGithubControlServiceOAuthCallbackParamsWithHTTPClient(client *http.Client) *GithubControlServiceOAuthCallbackParams
NewGithubControlServiceOAuthCallbackParamsWithHTTPClient creates a new GithubControlServiceOAuthCallbackParams object with the ability to set a custom HTTPClient for a request.
func NewGithubControlServiceOAuthCallbackParamsWithTimeout ¶
func NewGithubControlServiceOAuthCallbackParamsWithTimeout(timeout time.Duration) *GithubControlServiceOAuthCallbackParams
NewGithubControlServiceOAuthCallbackParamsWithTimeout creates a new GithubControlServiceOAuthCallbackParams object with the ability to set a timeout on a request.
func (*GithubControlServiceOAuthCallbackParams) SetCode ¶
func (o *GithubControlServiceOAuthCallbackParams) SetCode(code *string)
SetCode adds the code to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) SetContext ¶
func (o *GithubControlServiceOAuthCallbackParams) SetContext(ctx context.Context)
SetContext adds the context to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) SetDefaults ¶
func (o *GithubControlServiceOAuthCallbackParams) SetDefaults()
SetDefaults hydrates default values in the github control service o auth callback params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServiceOAuthCallbackParams) SetHTTPClient ¶
func (o *GithubControlServiceOAuthCallbackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) SetState ¶
func (o *GithubControlServiceOAuthCallbackParams) SetState(state *string)
SetState adds the state to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) SetTimeout ¶
func (o *GithubControlServiceOAuthCallbackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) WithCode ¶
func (o *GithubControlServiceOAuthCallbackParams) WithCode(code *string) *GithubControlServiceOAuthCallbackParams
WithCode adds the code to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) WithContext ¶
func (o *GithubControlServiceOAuthCallbackParams) WithContext(ctx context.Context) *GithubControlServiceOAuthCallbackParams
WithContext adds the context to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) WithDefaults ¶
func (o *GithubControlServiceOAuthCallbackParams) WithDefaults() *GithubControlServiceOAuthCallbackParams
WithDefaults hydrates default values in the github control service o auth callback params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServiceOAuthCallbackParams) WithHTTPClient ¶
func (o *GithubControlServiceOAuthCallbackParams) WithHTTPClient(client *http.Client) *GithubControlServiceOAuthCallbackParams
WithHTTPClient adds the HTTPClient to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) WithState ¶
func (o *GithubControlServiceOAuthCallbackParams) WithState(state *string) *GithubControlServiceOAuthCallbackParams
WithState adds the state to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) WithTimeout ¶
func (o *GithubControlServiceOAuthCallbackParams) WithTimeout(timeout time.Duration) *GithubControlServiceOAuthCallbackParams
WithTimeout adds the timeout to the github control service o auth callback params
func (*GithubControlServiceOAuthCallbackParams) WriteToRequest ¶
func (o *GithubControlServiceOAuthCallbackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GithubControlServiceOAuthCallbackReader ¶
type GithubControlServiceOAuthCallbackReader struct {
// contains filtered or unexported fields
}
GithubControlServiceOAuthCallbackReader is a Reader for the GithubControlServiceOAuthCallback structure.
func (*GithubControlServiceOAuthCallbackReader) ReadResponse ¶
func (o *GithubControlServiceOAuthCallbackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GithubControlServicePickInstallationDefault ¶
type GithubControlServicePickInstallationDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GithubControlServicePickInstallationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGithubControlServicePickInstallationDefault ¶
func NewGithubControlServicePickInstallationDefault(code int) *GithubControlServicePickInstallationDefault
NewGithubControlServicePickInstallationDefault creates a GithubControlServicePickInstallationDefault with default headers values
func (*GithubControlServicePickInstallationDefault) Code ¶
func (o *GithubControlServicePickInstallationDefault) Code() int
Code gets the status code for the github control service pick installation default response
func (*GithubControlServicePickInstallationDefault) Error ¶
func (o *GithubControlServicePickInstallationDefault) Error() string
func (*GithubControlServicePickInstallationDefault) GetPayload ¶
func (o *GithubControlServicePickInstallationDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GithubControlServicePickInstallationDefault) IsClientError ¶
func (o *GithubControlServicePickInstallationDefault) IsClientError() bool
IsClientError returns true when this github control service pick installation default response has a 4xx status code
func (*GithubControlServicePickInstallationDefault) IsCode ¶
func (o *GithubControlServicePickInstallationDefault) IsCode(code int) bool
IsCode returns true when this github control service pick installation default response a status code equal to that given
func (*GithubControlServicePickInstallationDefault) IsRedirect ¶
func (o *GithubControlServicePickInstallationDefault) IsRedirect() bool
IsRedirect returns true when this github control service pick installation default response has a 3xx status code
func (*GithubControlServicePickInstallationDefault) IsServerError ¶
func (o *GithubControlServicePickInstallationDefault) IsServerError() bool
IsServerError returns true when this github control service pick installation default response has a 5xx status code
func (*GithubControlServicePickInstallationDefault) IsSuccess ¶
func (o *GithubControlServicePickInstallationDefault) IsSuccess() bool
IsSuccess returns true when this github control service pick installation default response has a 2xx status code
func (*GithubControlServicePickInstallationDefault) String ¶
func (o *GithubControlServicePickInstallationDefault) String() string
type GithubControlServicePickInstallationOK ¶
type GithubControlServicePickInstallationOK struct {
Payload *models.HashicorpCloudWaypointPickInstallationResponse
}
GithubControlServicePickInstallationOK describes a response with status code 200, with default header values.
A successful response.
func NewGithubControlServicePickInstallationOK ¶
func NewGithubControlServicePickInstallationOK() *GithubControlServicePickInstallationOK
NewGithubControlServicePickInstallationOK creates a GithubControlServicePickInstallationOK with default headers values
func (*GithubControlServicePickInstallationOK) Code ¶
func (o *GithubControlServicePickInstallationOK) Code() int
Code gets the status code for the github control service pick installation o k response
func (*GithubControlServicePickInstallationOK) Error ¶
func (o *GithubControlServicePickInstallationOK) Error() string
func (*GithubControlServicePickInstallationOK) GetPayload ¶
func (o *GithubControlServicePickInstallationOK) GetPayload() *models.HashicorpCloudWaypointPickInstallationResponse
func (*GithubControlServicePickInstallationOK) IsClientError ¶
func (o *GithubControlServicePickInstallationOK) IsClientError() bool
IsClientError returns true when this github control service pick installation o k response has a 4xx status code
func (*GithubControlServicePickInstallationOK) IsCode ¶
func (o *GithubControlServicePickInstallationOK) IsCode(code int) bool
IsCode returns true when this github control service pick installation o k response a status code equal to that given
func (*GithubControlServicePickInstallationOK) IsRedirect ¶
func (o *GithubControlServicePickInstallationOK) IsRedirect() bool
IsRedirect returns true when this github control service pick installation o k response has a 3xx status code
func (*GithubControlServicePickInstallationOK) IsServerError ¶
func (o *GithubControlServicePickInstallationOK) IsServerError() bool
IsServerError returns true when this github control service pick installation o k response has a 5xx status code
func (*GithubControlServicePickInstallationOK) IsSuccess ¶
func (o *GithubControlServicePickInstallationOK) IsSuccess() bool
IsSuccess returns true when this github control service pick installation o k response has a 2xx status code
func (*GithubControlServicePickInstallationOK) String ¶
func (o *GithubControlServicePickInstallationOK) String() string
type GithubControlServicePickInstallationParams ¶
type GithubControlServicePickInstallationParams struct { // SessionID. SessionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GithubControlServicePickInstallationParams contains all the parameters to send to the API endpoint
for the github control service pick installation operation. Typically these are written to a http.Request.
func NewGithubControlServicePickInstallationParams ¶
func NewGithubControlServicePickInstallationParams() *GithubControlServicePickInstallationParams
NewGithubControlServicePickInstallationParams creates a new GithubControlServicePickInstallationParams 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 NewGithubControlServicePickInstallationParamsWithContext ¶
func NewGithubControlServicePickInstallationParamsWithContext(ctx context.Context) *GithubControlServicePickInstallationParams
NewGithubControlServicePickInstallationParamsWithContext creates a new GithubControlServicePickInstallationParams object with the ability to set a context for a request.
func NewGithubControlServicePickInstallationParamsWithHTTPClient ¶
func NewGithubControlServicePickInstallationParamsWithHTTPClient(client *http.Client) *GithubControlServicePickInstallationParams
NewGithubControlServicePickInstallationParamsWithHTTPClient creates a new GithubControlServicePickInstallationParams object with the ability to set a custom HTTPClient for a request.
func NewGithubControlServicePickInstallationParamsWithTimeout ¶
func NewGithubControlServicePickInstallationParamsWithTimeout(timeout time.Duration) *GithubControlServicePickInstallationParams
NewGithubControlServicePickInstallationParamsWithTimeout creates a new GithubControlServicePickInstallationParams object with the ability to set a timeout on a request.
func (*GithubControlServicePickInstallationParams) SetContext ¶
func (o *GithubControlServicePickInstallationParams) SetContext(ctx context.Context)
SetContext adds the context to the github control service pick installation params
func (*GithubControlServicePickInstallationParams) SetDefaults ¶
func (o *GithubControlServicePickInstallationParams) SetDefaults()
SetDefaults hydrates default values in the github control service pick installation params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServicePickInstallationParams) SetHTTPClient ¶
func (o *GithubControlServicePickInstallationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the github control service pick installation params
func (*GithubControlServicePickInstallationParams) SetSessionID ¶
func (o *GithubControlServicePickInstallationParams) SetSessionID(sessionID *string)
SetSessionID adds the sessionId to the github control service pick installation params
func (*GithubControlServicePickInstallationParams) SetTimeout ¶
func (o *GithubControlServicePickInstallationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the github control service pick installation params
func (*GithubControlServicePickInstallationParams) WithContext ¶
func (o *GithubControlServicePickInstallationParams) WithContext(ctx context.Context) *GithubControlServicePickInstallationParams
WithContext adds the context to the github control service pick installation params
func (*GithubControlServicePickInstallationParams) WithDefaults ¶
func (o *GithubControlServicePickInstallationParams) WithDefaults() *GithubControlServicePickInstallationParams
WithDefaults hydrates default values in the github control service pick installation params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServicePickInstallationParams) WithHTTPClient ¶
func (o *GithubControlServicePickInstallationParams) WithHTTPClient(client *http.Client) *GithubControlServicePickInstallationParams
WithHTTPClient adds the HTTPClient to the github control service pick installation params
func (*GithubControlServicePickInstallationParams) WithSessionID ¶
func (o *GithubControlServicePickInstallationParams) WithSessionID(sessionID *string) *GithubControlServicePickInstallationParams
WithSessionID adds the sessionID to the github control service pick installation params
func (*GithubControlServicePickInstallationParams) WithTimeout ¶
func (o *GithubControlServicePickInstallationParams) WithTimeout(timeout time.Duration) *GithubControlServicePickInstallationParams
WithTimeout adds the timeout to the github control service pick installation params
func (*GithubControlServicePickInstallationParams) WriteToRequest ¶
func (o *GithubControlServicePickInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GithubControlServicePickInstallationReader ¶
type GithubControlServicePickInstallationReader struct {
// contains filtered or unexported fields
}
GithubControlServicePickInstallationReader is a Reader for the GithubControlServicePickInstallation structure.
func (*GithubControlServicePickInstallationReader) ReadResponse ¶
func (o *GithubControlServicePickInstallationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GithubControlServicePickRepoDefault ¶
type GithubControlServicePickRepoDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GithubControlServicePickRepoDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGithubControlServicePickRepoDefault ¶
func NewGithubControlServicePickRepoDefault(code int) *GithubControlServicePickRepoDefault
NewGithubControlServicePickRepoDefault creates a GithubControlServicePickRepoDefault with default headers values
func (*GithubControlServicePickRepoDefault) Code ¶
func (o *GithubControlServicePickRepoDefault) Code() int
Code gets the status code for the github control service pick repo default response
func (*GithubControlServicePickRepoDefault) Error ¶
func (o *GithubControlServicePickRepoDefault) Error() string
func (*GithubControlServicePickRepoDefault) GetPayload ¶
func (o *GithubControlServicePickRepoDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GithubControlServicePickRepoDefault) IsClientError ¶
func (o *GithubControlServicePickRepoDefault) IsClientError() bool
IsClientError returns true when this github control service pick repo default response has a 4xx status code
func (*GithubControlServicePickRepoDefault) IsCode ¶
func (o *GithubControlServicePickRepoDefault) IsCode(code int) bool
IsCode returns true when this github control service pick repo default response a status code equal to that given
func (*GithubControlServicePickRepoDefault) IsRedirect ¶
func (o *GithubControlServicePickRepoDefault) IsRedirect() bool
IsRedirect returns true when this github control service pick repo default response has a 3xx status code
func (*GithubControlServicePickRepoDefault) IsServerError ¶
func (o *GithubControlServicePickRepoDefault) IsServerError() bool
IsServerError returns true when this github control service pick repo default response has a 5xx status code
func (*GithubControlServicePickRepoDefault) IsSuccess ¶
func (o *GithubControlServicePickRepoDefault) IsSuccess() bool
IsSuccess returns true when this github control service pick repo default response has a 2xx status code
func (*GithubControlServicePickRepoDefault) String ¶
func (o *GithubControlServicePickRepoDefault) String() string
type GithubControlServicePickRepoOK ¶
type GithubControlServicePickRepoOK struct {
Payload *models.HashicorpCloudWaypointPickRepoResponse
}
GithubControlServicePickRepoOK describes a response with status code 200, with default header values.
A successful response.
func NewGithubControlServicePickRepoOK ¶
func NewGithubControlServicePickRepoOK() *GithubControlServicePickRepoOK
NewGithubControlServicePickRepoOK creates a GithubControlServicePickRepoOK with default headers values
func (*GithubControlServicePickRepoOK) Code ¶
func (o *GithubControlServicePickRepoOK) Code() int
Code gets the status code for the github control service pick repo o k response
func (*GithubControlServicePickRepoOK) Error ¶
func (o *GithubControlServicePickRepoOK) Error() string
func (*GithubControlServicePickRepoOK) GetPayload ¶
func (o *GithubControlServicePickRepoOK) GetPayload() *models.HashicorpCloudWaypointPickRepoResponse
func (*GithubControlServicePickRepoOK) IsClientError ¶
func (o *GithubControlServicePickRepoOK) IsClientError() bool
IsClientError returns true when this github control service pick repo o k response has a 4xx status code
func (*GithubControlServicePickRepoOK) IsCode ¶
func (o *GithubControlServicePickRepoOK) IsCode(code int) bool
IsCode returns true when this github control service pick repo o k response a status code equal to that given
func (*GithubControlServicePickRepoOK) IsRedirect ¶
func (o *GithubControlServicePickRepoOK) IsRedirect() bool
IsRedirect returns true when this github control service pick repo o k response has a 3xx status code
func (*GithubControlServicePickRepoOK) IsServerError ¶
func (o *GithubControlServicePickRepoOK) IsServerError() bool
IsServerError returns true when this github control service pick repo o k response has a 5xx status code
func (*GithubControlServicePickRepoOK) IsSuccess ¶
func (o *GithubControlServicePickRepoOK) IsSuccess() bool
IsSuccess returns true when this github control service pick repo o k response has a 2xx status code
func (*GithubControlServicePickRepoOK) String ¶
func (o *GithubControlServicePickRepoOK) String() string
type GithubControlServicePickRepoParams ¶
type GithubControlServicePickRepoParams struct { // InstallationID. // // Format: int64 InstallationID *string // SessionID. SessionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GithubControlServicePickRepoParams contains all the parameters to send to the API endpoint
for the github control service pick repo operation. Typically these are written to a http.Request.
func NewGithubControlServicePickRepoParams ¶
func NewGithubControlServicePickRepoParams() *GithubControlServicePickRepoParams
NewGithubControlServicePickRepoParams creates a new GithubControlServicePickRepoParams 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 NewGithubControlServicePickRepoParamsWithContext ¶
func NewGithubControlServicePickRepoParamsWithContext(ctx context.Context) *GithubControlServicePickRepoParams
NewGithubControlServicePickRepoParamsWithContext creates a new GithubControlServicePickRepoParams object with the ability to set a context for a request.
func NewGithubControlServicePickRepoParamsWithHTTPClient ¶
func NewGithubControlServicePickRepoParamsWithHTTPClient(client *http.Client) *GithubControlServicePickRepoParams
NewGithubControlServicePickRepoParamsWithHTTPClient creates a new GithubControlServicePickRepoParams object with the ability to set a custom HTTPClient for a request.
func NewGithubControlServicePickRepoParamsWithTimeout ¶
func NewGithubControlServicePickRepoParamsWithTimeout(timeout time.Duration) *GithubControlServicePickRepoParams
NewGithubControlServicePickRepoParamsWithTimeout creates a new GithubControlServicePickRepoParams object with the ability to set a timeout on a request.
func (*GithubControlServicePickRepoParams) SetContext ¶
func (o *GithubControlServicePickRepoParams) SetContext(ctx context.Context)
SetContext adds the context to the github control service pick repo params
func (*GithubControlServicePickRepoParams) SetDefaults ¶
func (o *GithubControlServicePickRepoParams) SetDefaults()
SetDefaults hydrates default values in the github control service pick repo params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServicePickRepoParams) SetHTTPClient ¶
func (o *GithubControlServicePickRepoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the github control service pick repo params
func (*GithubControlServicePickRepoParams) SetInstallationID ¶
func (o *GithubControlServicePickRepoParams) SetInstallationID(installationID *string)
SetInstallationID adds the installationId to the github control service pick repo params
func (*GithubControlServicePickRepoParams) SetSessionID ¶
func (o *GithubControlServicePickRepoParams) SetSessionID(sessionID *string)
SetSessionID adds the sessionId to the github control service pick repo params
func (*GithubControlServicePickRepoParams) SetTimeout ¶
func (o *GithubControlServicePickRepoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the github control service pick repo params
func (*GithubControlServicePickRepoParams) WithContext ¶
func (o *GithubControlServicePickRepoParams) WithContext(ctx context.Context) *GithubControlServicePickRepoParams
WithContext adds the context to the github control service pick repo params
func (*GithubControlServicePickRepoParams) WithDefaults ¶
func (o *GithubControlServicePickRepoParams) WithDefaults() *GithubControlServicePickRepoParams
WithDefaults hydrates default values in the github control service pick repo params (not the query body).
All values with no default are reset to their zero value.
func (*GithubControlServicePickRepoParams) WithHTTPClient ¶
func (o *GithubControlServicePickRepoParams) WithHTTPClient(client *http.Client) *GithubControlServicePickRepoParams
WithHTTPClient adds the HTTPClient to the github control service pick repo params
func (*GithubControlServicePickRepoParams) WithInstallationID ¶
func (o *GithubControlServicePickRepoParams) WithInstallationID(installationID *string) *GithubControlServicePickRepoParams
WithInstallationID adds the installationID to the github control service pick repo params
func (*GithubControlServicePickRepoParams) WithSessionID ¶
func (o *GithubControlServicePickRepoParams) WithSessionID(sessionID *string) *GithubControlServicePickRepoParams
WithSessionID adds the sessionID to the github control service pick repo params
func (*GithubControlServicePickRepoParams) WithTimeout ¶
func (o *GithubControlServicePickRepoParams) WithTimeout(timeout time.Duration) *GithubControlServicePickRepoParams
WithTimeout adds the timeout to the github control service pick repo params
func (*GithubControlServicePickRepoParams) WriteToRequest ¶
func (o *GithubControlServicePickRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GithubControlServicePickRepoReader ¶
type GithubControlServicePickRepoReader struct {
// contains filtered or unexported fields
}
GithubControlServicePickRepoReader is a Reader for the GithubControlServicePickRepo structure.
func (*GithubControlServicePickRepoReader) ReadResponse ¶
func (o *GithubControlServicePickRepoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- github_control_service_client.go
- github_control_service_issue_pick_parameters.go
- github_control_service_issue_pick_responses.go
- github_control_service_login_parameters.go
- github_control_service_login_responses.go
- github_control_service_o_auth_callback_parameters.go
- github_control_service_o_auth_callback_responses.go
- github_control_service_pick_installation_parameters.go
- github_control_service_pick_installation_responses.go
- github_control_service_pick_repo_parameters.go
- github_control_service_pick_repo_responses.go