package
Version:
v0.7.0-alpha.0.pre.3
Opens a new window with list of versions in this module.
Published: Oct 4, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ManagerProvider interface {
NamespaceManager() (Manager, error)
}
type Namespace struct {
ID int32 `json:"id" db:"-" toml:"id"`
Name string `json:"name" db:"-" toml:"name"`
Config json.RawMessage `json:"config,omitempty" db:"-" toml:"config,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.