Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalSource ¶
type LocalSource struct {
// contains filtered or unexported fields
}
func DirAsLocalSources ¶
func DirAsLocalSources(pluginsPath string, class plugins.Class) ([]*LocalSource, error)
func NewLocalSource ¶
func NewLocalSource(class plugins.Class, paths []string) *LocalSource
func (*LocalSource) DefaultSignature ¶
func (*LocalSource) PluginClass ¶
func (s *LocalSource) PluginClass(_ context.Context) plugins.Class
func (*LocalSource) PluginURIs ¶
func (s *LocalSource) PluginURIs(_ context.Context) []string
Click to show internal directories.
Click to hide internal directories.