Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Chals embed.FS
View Source
var ProviderSet = wire.NewSet( NewConfig, NewPythonPlugin, NewHandler, )
Functions ¶
func NewPythonPlugin ¶
func NewPythonPlugin(config Config) (plugin.PythonServiceClient, error)
Types ¶
type Config ¶
type Config struct {
PythonPluginURL string `yaml:"python_plugin_url"`
Scheme string `yaml:"scheme"`
Secret string `yaml:"secret"`
}
func NewDefaultConfig ¶
func NewDefaultConfig() Config
Click to show internal directories.
Click to hide internal directories.