Versions in this module Expand all Collapse all v1 v1.0.21 Apr 28, 2026 Changes in this version + func Register(s Source) + func ResetForTest() + type FeishuSource struct + AppID string + AppSecret string + Domain string + Logger *log.Logger + func (s *FeishuSource) Name() string + func (s *FeishuSource) Start(ctx context.Context, eventTypes []string, emit func(*event.RawEvent), ...) error + type Source interface + Name func() string + Start func(ctx context.Context, eventTypes []string, emit func(*event.RawEvent), ...) error + func All() []Source + type StatusNotifier func(state, detail string)