Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespaces ¶
func NewNamespaces ¶
func NewNamespaces() *Namespaces
func (*Namespaces) Add ¶
func (nsSet *Namespaces) Add(ns string)
func (*Namespaces) AddAll ¶
func (nsSet *Namespaces) AddAll(nsList []string)
func (*Namespaces) Contain ¶
func (nsSet *Namespaces) Contain(ns string) bool
func (*Namespaces) GetAll ¶
func (nsSet *Namespaces) GetAll() []string
func (*Namespaces) Remove ¶
func (nsSet *Namespaces) Remove(ns string)
func (*Namespaces) Set ¶
func (nsSet *Namespaces) Set(nsList []string)
Click to show internal directories.
Click to hide internal directories.