Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VaultRoleTest ¶
type VaultRoleTest struct { }
func New ¶
func New() *VaultRoleTest
func (*VaultRoleTest) Create ¶
func (r *VaultRoleTest) Create(config vaultrole.CreateConfig) error
func (*VaultRoleTest) Exists ¶
func (r *VaultRoleTest) Exists(config vaultrole.ExistsConfig) (bool, error)
func (*VaultRoleTest) Search ¶
func (r *VaultRoleTest) Search(config vaultrole.SearchConfig) (vaultrole.Role, error)
func (*VaultRoleTest) Update ¶
func (r *VaultRoleTest) Update(config vaultrole.UpdateConfig) error
Click to show internal directories.
Click to hide internal directories.