package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Mar 8, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type EncryptedVariable struct {
ID uint `json:"id"`
Name string `json:"name"`
Value string `json:"value"`
EncryptedValue []byte `json:"-"`
}
type Password struct {
Value string `json:"value"`
}
type PasswordHash struct {
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.