package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Nov 3, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
EnablePprof bool
PprofAddr string
}
Initialize init all components of cube, block util initialization
completed or error occurred.
func (c *Cube) Run(stop <-chan struct{})
type Runnable interface {
Run(stop <-chan struct{})
Initialize() error
}
Runnable run components after initialized
Source Files
¶
Click to show internal directories.
Click to hide internal directories.