Documentation ¶
Overview ¶
Package namespace provides operations for managing user-metadata namespaces
Index ¶
Constants ¶
View Source
const (
ReservedNamespaceBookmark = "bookmark"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DAO ¶
type DAO interface { resources.DAO Add(ns *idm.UserMetaNamespace) error Del(ns *idm.UserMetaNamespace) (e error) List() (map[string]*idm.UserMetaNamespace, error) }
DAO interface
Click to show internal directories.
Click to hide internal directories.