Documentation ¶ Index ¶ func Run(ctx context.Context, cf *loader.ConfigLoader, version string) error type Teardown func RunWithConfig(ctx context.Context, sc *server.ServerConfig) ([]Teardown, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(ctx context.Context, cf *loader.ConfigLoader, version string) error Types ¶ type Teardown ¶ type Teardown struct { Name string Fn func() error } func RunWithConfig ¶ added in v0.34.1 func RunWithConfig(ctx context.Context, sc *server.ServerConfig) ([]Teardown, error) Source Files ¶ View all Source files partitioner.go run.go Click to show internal directories. Click to hide internal directories.