Versions in this module Expand all Collapse all v0 v0.8.1 May 27, 2026 v0.8.0 May 27, 2026 Changes in this version + func Run(ctx context.Context, opts Options) error + type HealthTarget struct + Name string + URL string + func DefaultHealthTargets(healthURL, keyringURL string) []HealthTarget + type Options struct + APIKey string + APIURL string + ActiveTeamID string + ConfigFilePath string + HealthTargets []HealthTarget + LogFilePath string + Logger *slog.Logger + WSURL string + type ScopeSummary struct + Plan string + TeamID string + UserID string + type ServerInfo struct + Version string + type StreamMeta struct + ID string + Scope string + Title string + type Welcome struct + Scope ScopeSummary + Server ServerInfo + Streams []StreamMeta