package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 2, 2023
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
¶
type Secret struct {
ProjectID uuid.UUID `bson:"project_id" json:"project_id"`
SecretID uuid.UUID `bson:"secret_id" json:"user_id"`
Secret []byte `bson:"secret,omitempty" json:"secret,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.