Documentation
¶
Overview ¶
Package store houses implementation of the various device role configurations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleStore ¶
type RoleStore struct {
Dir string
}
RoleStore provides services to persist and retrieve role configuration records
func (*RoleStore) DeleteRole ¶
func (s *RoleStore) DeleteRole(roleName string) (*admin.DeviceRoleConfig, error)
DeleteRole removes the named role configuration
Click to show internal directories.
Click to hide internal directories.