package
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Jul 29, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
UpsertSecret saves a secret to the Database.
Data will be hashed before saving
type Secret struct {
Version int `json:"version"`
Hash string `json:"hash"`
}
type SecretKey struct {
ProjectId string `json:"project_id"`
AppId string `json:"app_id"`
EnvName string `json:"env_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.