package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Jul 8, 2025
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 Request struct {
Resource string `json:"Resource"`
SecretKey string `json:"SecretKey"`
}
Request describes request to aerospike secret agent.
type Response struct {
SecretValue string `json:"SecretValue,omitempty"`
Error string `json:"Error,omitempty"`
}
Response describes response from aerospike secret agent.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.