package
Version:
v0.0.0-...-841437a
Opens a new window with list of versions in this module.
Published: Aug 11, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Name string `json:"name"`
Data interface{} `json:"data"`
Schema domain.Schema `json:"-"`
Dependents []string `json:"-"`
}
func (l Config) Copy() interface{}
const (
EventTypeUpdate EventType = iota
EventTypeCreate
EventTypeDelete
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.