Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateResponse ¶
type CertificateResponse struct {
Expired bool `json:"expired"`
Scopes []Scope `json:"scopes"`
SerialNumber string `json:"serial_number"`
Issuer map[string]any `json:"issuer"`
Subject map[string]any `json:"subject"`
NotBefore string `json:"not_before"`
NotAfter string `json:"not_after"`
Usage CertUsage `json:"usage"`
}
type TPP ¶
type TPP struct {
NameLatin string `bson:"name_latin"`
NameNative string `bson:"name_native"`
Id string `bson:"id"`
OBID string `bson:"ob_id"`
Authority string `bson:"authority"`
Country string `bson:"country"`
Services map[string][]Service `bson:"services"`
AuthorizedAt *time.Time `bson:"authorized_at"`
WithdrawnAt *time.Time `bson:"withdrawn_at"`
Type string `bson:"type"`
CreatedAt time.Time `bson:"created_at"`
UpdatedAt time.Time `bson:"updated_at"`
Registry string `bson:"registry"`
}
Click to show internal directories.
Click to hide internal directories.