Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Events = pluginEvents{ DatabaseCleanup: events.NewEvent(DatabaseCleanupCaller), }
View Source
var (
PLUGIN = node.NewPlugin("Database", node.Enabled, configure, run)
)
Functions ¶
func DatabaseCleanupCaller ¶
func DatabaseCleanupCaller(handler interface{}, params ...interface{})
func RunGarbageCollection ¶
func RunGarbageCollection()
Types ¶
type DatabaseCleanup ¶
func (*DatabaseCleanup) MarshalJSON ¶
func (c *DatabaseCleanup) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.