package
Version:
v0.0.0-...-deb0478
Opens a new window with list of versions in this module.
Published: Mar 31, 2023
License: Apache-2.0, 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.