Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleContainer ¶
type RoleContainer struct {
Data RoleData `json:"data"`
}
type SecretContainer ¶
type SecretContainer struct {
Data SecretData `json:"data"`
}
type SecretData ¶
type SecretData struct {
Id string `json:"secret_id"`
}
Click to show internal directories.
Click to hide internal directories.