Documentation ¶ Index ¶ type Manager func NewManager(ctx context.Context, serveConnHandlers map[string]tthandler.IServeConnHandler, ...) *Manager func (m *Manager) Logger() *logrus.Entry func (m *Manager) Shutdown() func (m *Manager) Start() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } func NewManager ¶ func NewManager(ctx context.Context, serveConnHandlers map[string]tthandler.IServeConnHandler, configFile string) *Manager func (*Manager) Logger ¶ func (m *Manager) Logger() *logrus.Entry func (*Manager) Shutdown ¶ func (m *Manager) Shutdown() func (*Manager) Start ¶ func (m *Manager) Start() error Source Files ¶ View all Source files config.go manager.go Directories ¶ Show internal Expand all Path Synopsis connection handler finger gopher space Click to show internal directories. Click to hide internal directories.