package
0.26.33
Repository: https://github.com/openziti/edge-api.git
Documentation: pkg.go.dev

# Functions

NewListWellKnownCas creates a new http.Handler for the list well known cas operation.
NewListWellKnownCasOK creates ListWellKnownCasOK with default headers values.
NewListWellKnownCasParams creates a new ListWellKnownCasParams object There are no default values defined in the spec.

# Constants

ListWellKnownCasOKCode is the HTTP code returned for type ListWellKnownCasOK.

# Structs

ListWellKnownCas swagger:route GET /.well-known/est/cacerts Well Known listWellKnownCas Get CA Cert Store This endpoint is used during enrollments to bootstrap trust between enrolling clients and the Ziti Edge API.
ListWellKnownCasOK A base64 encoded PKCS7 store swagger:response listWellKnownCasOK */.
ListWellKnownCasParams contains all the bound params for the list well known cas operation typically these are obtained from a http.Request swagger:parameters listWellKnownCas.
ListWellKnownCasURL generates an URL for the list well known cas operation.

# Interfaces

ListWellKnownCasHandler interface for that can handle valid list well known cas params.

# Type aliases

ListWellKnownCasHandlerFunc turns a function with the right signature into a list well known cas handler.