package
0.0.0-20240620082322-748217ab3f1f
Repository: https://github.com/adtsign/certificates.git
Documentation: pkg.go.dev
# Functions
CreateAdmin creates a new admin.
CreateProvisioner creates a new prov.
DeleteAdmin deletes admin.
DeleteProvisioner deletes a provisioner.
GetAdmin returns the requested admin, or an error.
GetAdmins returns a segment of admins associated with the authority.
GetProvisioner returns the requested provisioner, or an error.
GetProvisioners returns the given segment of provisioners associated with the authority.
NewACMEAdminResponder returns a new ACMEAdminResponder.
NewPolicyAdminResponder returns a new PolicyAdminResponder.
NewWebhookAdminResponder returns a new WebhookAdminResponder.
Route traffic and implement the Router interface.
UpdateAdmin updates an existing admin.
UpdateProvisioner updates an existing prov.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CreateAdminRequest represents the body for a CreateAdmin request.
CreateExternalAccountKeyRequest is the type for POST /admin/acme/eab requests.
DeleteResponse is the resource for successful DELETE responses.
GetAdminsResponse for returning a list of admins.
GetExternalAccountKeysResponse is the type for GET /admin/acme/eab responses.
GetProvisionersResponse is the type for GET /admin/provisioners responses.
UpdateAdminRequest represents the body for a UpdateAdmin request.
# Interfaces
ACMEAdminResponder is responsible for writing ACME admin responses.
PolicyAdminResponder is the interface responsible for writing ACME admin responses.
WebhookAdminResponder is the interface responsible for writing webhook admin responses.
# Type aliases
No description provided by the author