Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericRequest ¶
type GenericRequest struct {
Err string `json:"err,omitempty"`
}
type GenericResponse ¶
type GenericResponse struct {
Err string `json:"err,omitempty"`
}
type SecretFetchRequest ¶
type SecretFetchRequest struct {
Err string `json:"err,omitempty"`
}
type SecretFetchResponse ¶
type SecretUpsertRequest ¶
type SecretUpsertResponse ¶
type SecretUpsertResponse struct {
Err string `json:"err,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.