Documentation ¶ Index ¶ type BypassNotFoundError func (e BypassNotFoundError) Error() string type Manager func NewManager(ctx context.Context, cancel context.CancelFunc, cfg *config.Config, ...) (*Manager, error) func (m *Manager) Start() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BypassNotFoundError ¶ type BypassNotFoundError struct { BypassName bypass.Name } func (BypassNotFoundError) Error ¶ func (e BypassNotFoundError) Error() string type Manager ¶ type Manager struct { // contains filtered or unexported fields } func NewManager ¶ func NewManager(ctx context.Context, cancel context.CancelFunc, cfg *config.Config, db *database.Database, ) (*Manager, error) func (*Manager) Start ¶ func (m *Manager) Start() Source Files ¶ View all Source files errors.go manager.go Click to show internal directories. Click to hide internal directories.