package
Version:
v0.0.0-...-dc1866d
Opens a new window with list of versions in this module.
Published: Mar 20, 2017
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 SecretPayload struct {
Payload string `json:"payload"`
}
SecretPayload defines the api structure to be used by remote
clients to post secrets
type SecretRecord struct {
Name string `json:"name"`
Serial int64 `json:"serial"`
Payload string `json:"payload"`
Active bool `json:"active"`
}
SecretRecord abstracts the secret record to store and retrieve
Source Files
¶
Click to show internal directories.
Click to hide internal directories.