Versions in this module Expand all Collapse all v1 v1.5.0 Mar 2, 2026 v1.4.0 Dec 17, 2025 Changes in this version + type Monitor struct + func NewMonitor(cfg *config.API) *Monitor + func (m *Monitor) Check(ctx context.Context) + func (m *Monitor) Run(ctx context.Context, checkInterval time.Duration) + func (m *Monitor) SetCallback(onChange MonitorOnChangeFunc) + type MonitorOnChangeFunc func(ctx context.Context, authenticated bool)