Documentation ¶ Index ¶ type Manager func CreateManager(ctx context.Context, c *option.Conf) (Manager, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager interface { Start(errchan chan error) error Stop() error SetAPIRoute(apim *api.Manager) error } Manager Manager func CreateManager ¶ func CreateManager(ctx context.Context, c *option.Conf) (Manager, error) CreateManager CreateManager Source Files ¶ View all Source files monitor_manager.go Click to show internal directories. Click to hide internal directories.