package
Version:
v0.16.0
Opens a new window with list of versions in this module.
Published: Dec 11, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Copyright (c) Abstract Machines
SPDX-License-Identifier: Apache-2.0
type Cert struct {
SerialNumber string `json:"serial_number"`
Certificate string `json:"certificate,omitempty"`
Key string `json:"key,omitempty"`
Revoked bool `json:"revoked"`
ExpiryTime time.Time `json:"expiry_time"`
ClientID string `json:"entity_id"`
DownloadUrl string `json:"-"`
}
type CertPage struct {
Total uint64 `json:"total"`
Offset uint64 `json:"offset"`
Limit uint64 `json:"limit"`
Certificates []Cert `json:"certificates,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.