Versions in this module Expand all Collapse all v0 v0.2.1 Jun 26, 2024 Changes in this version + var Version string + type APIPlugin = types.APIPlugin + type CrossPlugin = types.CrossPlugin + type DB = types.DB + type DatabasePlugin = types.DatabasePlugin + type Manager interface + AddPluginFile func(filename string) error + AddPlugins func(...Plugin) (int, error) + Finalize func() + GetPluginMap func() map[string]Plugin + Listen func(*http.Server) + Shutdown func() error + func GetDefaultManager(logger *log.Logger) (Manager, error) + func GetManager(logger *log.Logger, dsn string) (Manager, error) + type Plugin = types.Plugin + type PluginParams = types.PluginParams