Documentation ¶
Index ¶
- type Client
- type ClientOption
- type ClientService
- type ListWellKnownCasOK
- type ListWellKnownCasParams
- func NewListWellKnownCasParams() *ListWellKnownCasParams
- func NewListWellKnownCasParamsWithContext(ctx context.Context) *ListWellKnownCasParams
- func NewListWellKnownCasParamsWithHTTPClient(client *http.Client) *ListWellKnownCasParams
- func NewListWellKnownCasParamsWithTimeout(timeout time.Duration) *ListWellKnownCasParams
- func (o *ListWellKnownCasParams) SetContext(ctx context.Context)
- func (o *ListWellKnownCasParams) SetDefaults()
- func (o *ListWellKnownCasParams) SetHTTPClient(client *http.Client)
- func (o *ListWellKnownCasParams) SetTimeout(timeout time.Duration)
- func (o *ListWellKnownCasParams) WithContext(ctx context.Context) *ListWellKnownCasParams
- func (o *ListWellKnownCasParams) WithDefaults() *ListWellKnownCasParams
- func (o *ListWellKnownCasParams) WithHTTPClient(client *http.Client) *ListWellKnownCasParams
- func (o *ListWellKnownCasParams) WithTimeout(timeout time.Duration) *ListWellKnownCasParams
- func (o *ListWellKnownCasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListWellKnownCasReader
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 well known API
func (*Client) ListWellKnownCas ¶
func (a *Client) ListWellKnownCas(params *ListWellKnownCasParams, opts ...ClientOption) (*ListWellKnownCasOK, error)
ListWellKnownCas gets c a cert store This endpoint is used during enrollments to bootstrap trust between enrolling clients and the Ziti Edge API.
This endpoint returns a base64 encoded PKCS7 store. The content can be base64 decoded and parsed by any library that supports parsing PKCS7 stores.
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 { ListWellKnownCas(params *ListWellKnownCasParams, opts ...ClientOption) (*ListWellKnownCasOK, 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 well known API client.
type ListWellKnownCasOK ¶
type ListWellKnownCasOK struct {
Payload string
}
ListWellKnownCasOK describes a response with status code 200, with default header values.
A base64 encoded PKCS7 store
func NewListWellKnownCasOK ¶
func NewListWellKnownCasOK() *ListWellKnownCasOK
NewListWellKnownCasOK creates a ListWellKnownCasOK with default headers values
func (*ListWellKnownCasOK) Error ¶
func (o *ListWellKnownCasOK) Error() string
func (*ListWellKnownCasOK) GetPayload ¶
func (o *ListWellKnownCasOK) GetPayload() string
type ListWellKnownCasParams ¶
type ListWellKnownCasParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListWellKnownCasParams contains all the parameters to send to the API endpoint
for the list well known cas operation. Typically these are written to a http.Request.
func NewListWellKnownCasParams ¶
func NewListWellKnownCasParams() *ListWellKnownCasParams
NewListWellKnownCasParams creates a new ListWellKnownCasParams 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 NewListWellKnownCasParamsWithContext ¶
func NewListWellKnownCasParamsWithContext(ctx context.Context) *ListWellKnownCasParams
NewListWellKnownCasParamsWithContext creates a new ListWellKnownCasParams object with the ability to set a context for a request.
func NewListWellKnownCasParamsWithHTTPClient ¶
func NewListWellKnownCasParamsWithHTTPClient(client *http.Client) *ListWellKnownCasParams
NewListWellKnownCasParamsWithHTTPClient creates a new ListWellKnownCasParams object with the ability to set a custom HTTPClient for a request.
func NewListWellKnownCasParamsWithTimeout ¶
func NewListWellKnownCasParamsWithTimeout(timeout time.Duration) *ListWellKnownCasParams
NewListWellKnownCasParamsWithTimeout creates a new ListWellKnownCasParams object with the ability to set a timeout on a request.
func (*ListWellKnownCasParams) SetContext ¶
func (o *ListWellKnownCasParams) SetContext(ctx context.Context)
SetContext adds the context to the list well known cas params
func (*ListWellKnownCasParams) SetDefaults ¶
func (o *ListWellKnownCasParams) SetDefaults()
SetDefaults hydrates default values in the list well known cas params (not the query body).
All values with no default are reset to their zero value.
func (*ListWellKnownCasParams) SetHTTPClient ¶
func (o *ListWellKnownCasParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list well known cas params
func (*ListWellKnownCasParams) SetTimeout ¶
func (o *ListWellKnownCasParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list well known cas params
func (*ListWellKnownCasParams) WithContext ¶
func (o *ListWellKnownCasParams) WithContext(ctx context.Context) *ListWellKnownCasParams
WithContext adds the context to the list well known cas params
func (*ListWellKnownCasParams) WithDefaults ¶
func (o *ListWellKnownCasParams) WithDefaults() *ListWellKnownCasParams
WithDefaults hydrates default values in the list well known cas params (not the query body).
All values with no default are reset to their zero value.
func (*ListWellKnownCasParams) WithHTTPClient ¶
func (o *ListWellKnownCasParams) WithHTTPClient(client *http.Client) *ListWellKnownCasParams
WithHTTPClient adds the HTTPClient to the list well known cas params
func (*ListWellKnownCasParams) WithTimeout ¶
func (o *ListWellKnownCasParams) WithTimeout(timeout time.Duration) *ListWellKnownCasParams
WithTimeout adds the timeout to the list well known cas params
func (*ListWellKnownCasParams) WriteToRequest ¶
func (o *ListWellKnownCasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListWellKnownCasReader ¶
type ListWellKnownCasReader struct {
// contains filtered or unexported fields
}
ListWellKnownCasReader is a Reader for the ListWellKnownCas structure.
func (*ListWellKnownCasReader) ReadResponse ¶
func (o *ListWellKnownCasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.