python

package
v0.0.0-...-7354109 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const ConfigurationKey = "python"

Variables

View Source
var (
	ProviderSet = wire.NewSet(
		NewConfig,
		NewPythonClient,
	)
)

Functions

func NewPythonClient

func NewPythonClient(config Config) (python.PythonClient, error)

Types

type Config

type Config struct {
	Host string `yaml:"host"`
}

func NewConfig

func NewConfig(config config.Provider) (cfg Config, err error)

type ConfigParams

type ConfigParams struct {
	fx.In
	Config config.Provider
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL