package
Version:
v0.0.0-...-9217d68
Opens a new window with list of versions in this module.
Published: Jun 21, 2021
License: BSD-2-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package info contains the definitions for the info endpoint
type Req struct {
Label string `json:"label"`
Profile string `json:"profile"`
}
Req is the request struct for an info API request.
type Resp struct {
Certificate string `json:"certificate"`
Usage []string `json:"usages"`
ExpiryString string `json:"expiry"`
}
Resp is the response for an Info API request.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.