Documentation ¶
Index ¶
Constants ¶
View Source
const APIPathSecretVersionContent = "/secret/secret_versions/%s"
Variables ¶
This section is empty.
Functions ¶
func RetrieveSecretVersionFailErrMocked ¶
RetrieveSecretVersionFailErrMocked test mocked function
Types ¶
type SecretService ¶
type SecretService struct {
// contains filtered or unexported fields
}
SecretService manages secret retrieval operations
func NewSecretService ¶
func NewSecretService(concertoService utils.ConcertoService, apiEndpoint string) (*SecretService, error)
NewSecretService returns a dispatcher service
func (*SecretService) RetrieveSecretVersion ¶
func (ss *SecretService) RetrieveSecretVersion(svID, filePath string) (int, error)
RetrieveSecretVersion returns script characterizations list for a given UUID
Click to show internal directories.
Click to hide internal directories.