Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(cfg ClientConfig) (*Client, error)
type ClientConfig ¶
type ClientConfig struct {
ServerAddress string `toml:"server-address"`
}
func (*ClientConfig) Validate ¶
func (c *ClientConfig) Validate() error
type Config ¶
type PythonUdfServer ¶
func NewService ¶
func NewService(cfg Config) (PythonUdfServer, error)
Click to show internal directories.
Click to hide internal directories.