Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CA ¶
type CA struct {
ID string `json:"id"`
GroupID string `json:"group_id"`
Type string `json:"type"`
Size int `json:"size"`
PublicKey string `json:"public_key"`
X509 string `json:"x509_certificate"`
}
CA is root certificate representation
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a authorizer client instance.
func (*Client) RootCertificate ¶
RootCertificate fetches
Click to show internal directories.
Click to hide internal directories.