Discover Packages
github.com/ory/keto
internal
namespace
package
Version:
v0.6.0-alpha.1.pre.1
Opens a new window with list of versions in this module.
Published: Apr 6, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ManagerProvider interface {
NamespaceManager() (Manager , error )
}
type MigratorProvider interface {
NamespaceMigrator() Migrator
}
type Namespace struct {
ID int `json:"id" db:"id" 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.