Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PluginSelf = PluginShadow{ ShadowName: func(s string) string { return s }, ShadowTable: func(a Table) Table { return a }, } )
Functions ¶
This section is empty.
Types ¶
type BatchAdapter ¶ added in v1.14.6
type DependentAdapter ¶
type DependentAdapter interface {
DependentPlugins() []string
}
type PluginShadow ¶ added in v1.17.32
Click to show internal directories.
Click to hide internal directories.