Documentation ¶
Index ¶
- type WFileSystem
- func (wfs WFileSystem) InitializeWFS() error
- func (w WFileSystem) LoadDatabases() (map[model.Identifier]*model.Database, error)
- func (w WFileSystem) LoadNamespaces() (map[model.Identifier]*model.Namespace, error)
- func (w WFileSystem) LoadRoles() (map[model.Identifier]*model.Role, error)
- func (w WFileSystem) LoadUsers() (map[model.Identifier]*model.User, error)
- func (w WFileSystem) UnloadDatabases(databases map[model.Identifier]*model.Database) error
- func (w WFileSystem) UnloadNamespaces(namespaces map[model.Identifier]*model.Namespace) error
- func (w WFileSystem) UnloadRoles(roles map[model.Identifier]*model.Role) error
- func (w WFileSystem) UnloadUsers(users map[model.Identifier]*model.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WFileSystem ¶
type WFileSystem struct {
// contains filtered or unexported fields
}
func NewWFileSystem ¶
func NewWFileSystem(basePath string) WFileSystem
func (WFileSystem) InitializeWFS ¶
func (wfs WFileSystem) InitializeWFS() error
func (WFileSystem) LoadDatabases ¶
func (w WFileSystem) LoadDatabases() (map[model.Identifier]*model.Database, error)
func (WFileSystem) LoadNamespaces ¶
func (w WFileSystem) LoadNamespaces() (map[model.Identifier]*model.Namespace, error)
func (WFileSystem) LoadRoles ¶
func (w WFileSystem) LoadRoles() (map[model.Identifier]*model.Role, error)
func (WFileSystem) LoadUsers ¶
func (w WFileSystem) LoadUsers() (map[model.Identifier]*model.User, error)
func (WFileSystem) UnloadDatabases ¶
func (w WFileSystem) UnloadDatabases(databases map[model.Identifier]*model.Database) error
func (WFileSystem) UnloadNamespaces ¶
func (w WFileSystem) UnloadNamespaces(namespaces map[model.Identifier]*model.Namespace) error
func (WFileSystem) UnloadRoles ¶
func (w WFileSystem) UnloadRoles(roles map[model.Identifier]*model.Role) error
func (WFileSystem) UnloadUsers ¶
func (w WFileSystem) UnloadUsers(users map[model.Identifier]*model.User) error
Click to show internal directories.
Click to hide internal directories.