Documentation ¶
Overview ¶
Copyright 2022 Edgecast Inc., Licensed under the terms of the Apache 2.0 license. See LICENSE file in project root for terms.
Index ¶
Constants ¶
View Source
const ( // DefaultHost is the default Host // found in Meta (info) section of spec file DefaultHost string = "localhost" // DefaultBasePath is the default BasePath // found in Meta (info) section of spec file DefaultBasePath string = "/sec/cps" )
Variables ¶
View Source
var DefaultSchemes = []string{"http", "https"}
DefaultSchemes are the default schemes found in Meta (info) section of spec file
Functions ¶
This section is empty.
Types ¶
type CpsService ¶
type CpsService struct { Appendix appendix.ClientService Certificate certificate.ClientService Customer customer.ClientService Dcv dcv.ClientService Organization organization.ClientService Task task.ClientService Logger eclog.Logger // contains filtered or unexported fields }
CpsService is a client for certificate provisioning API v2
Click to show internal directories.
Click to hide internal directories.