Versions in this module Expand all Collapse all v0 v0.6.0 Sep 15, 2026 Changes in this version + func ApplyConfigLine(cfg *Config, line string) + type Config struct + Silent map[string]bool + Strict bool + func ParseManifest(content string) (map[string]Modifiers, Config) + type Modifiers struct + A2ADesc string + A2AExample []string + Audit bool + BackoffBase time.Duration + BackoffMax time.Duration + BackoffStrategy string + BreakerCooldown time.Duration + BreakerFailures int + BudgetMicros int64 + CLIAliases []string + CLIDesc string + CacheKey string + CacheTTL time.Duration + ConcurrencyLimit int32 + CustomName string + Deprecated bool + DeprecatedSince string + DeprecatedUse string + Description string + Features []string + HITLOptions []string + HITLPrompt string + HITLTriggers []string + IdempotencyHeader string + Idempotent bool + Method string + Path string + Permissions []string + Priority string + RateLimit string + RateLimitBurst int + RateLimitRPS float64 + ReqType string + RequiresAuth bool + ResType string + RetryMax int + RetryPredicate string + Roles []string + SSEChannel string + Scope string + SuccessStatus int + Tags []string + Timeout time.Duration + Transports []TransportBinding + type ParsedLine struct + HeadAtom string + IsComposite bool + Modifiers Modifiers + RawName string + func ParseLine(line string) (ParsedLine, bool) + type TransportBinding struct + Aliases []string + Interval time.Duration + Kind string + Meta map[string]string + Method string + Path string + Protocol string + QueueGroup string + Raw bool + Schedule string + Stream bool + Subject string + Target string