package
Version:
v0.3.11
Opens a new window with list of versions in this module.
Published: Dec 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
RorClientSecret string `json:"rorClientSecret"`
}
type DexData struct {
DexSecret string `json:"dexSecret"`
}
type VaultClusterModel struct {
Data Data `json:"data"`
}
type VaultDexModel struct {
Data DexData `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.