Documentation ¶
Index ¶
- Constants
- type CrudEvent
- type Options
- type Plugin
- func (p *Plugin) GetCode() string
- func (p *Plugin) InterfaceInitEntitySchema(schema beeorm.SettableEntitySchema, _ *beeorm.Registry) error
- func (p *Plugin) PluginInterfaceEntityFlushed(engine beeorm.Engine, event beeorm.EventEntityFlushed, ...)
- func (p *Plugin) PluginInterfaceEntityFlushing(engine beeorm.Engine, event beeorm.EventEntityFlushing)
- func (p *Plugin) PluginInterfaceInitRegistry(registry *beeorm.Registry)
Constants ¶
View Source
const ChannelName = "beeorm-crud-stream"
View Source
const PluginCode = "github.com/latolukasz/beeorm/plugins/crud_stream"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) InterfaceInitEntitySchema ¶
func (*Plugin) PluginInterfaceEntityFlushed ¶
func (p *Plugin) PluginInterfaceEntityFlushed(engine beeorm.Engine, event beeorm.EventEntityFlushed, cacheFlusher beeorm.FlusherCacheSetter)
func (*Plugin) PluginInterfaceEntityFlushing ¶
func (p *Plugin) PluginInterfaceEntityFlushing(engine beeorm.Engine, event beeorm.EventEntityFlushing)
func (*Plugin) PluginInterfaceInitRegistry ¶
func (p *Plugin) PluginInterfaceInitRegistry(registry *beeorm.Registry)
Click to show internal directories.
Click to hide internal directories.