Versions in this module Expand all Collapse all v0 v0.1.0 Jun 16, 2026 Changes in this version + type Capabilities struct + Database []string + HTTP []string + RateLimit RateLimitConfig + type Manifest struct + Capabilities Capabilities + MaxMemoryMB int + Name string + Version string + func LoadManifest(path string) (*Manifest, error) + func (m Manifest) HasDBPermission(perm string) bool + func (m Manifest) HasDatabase() bool + func (m Manifest) HasHTTP() bool + func (m Manifest) IsHTTPURLAllowed(url string) bool + func (m Manifest) Validate() error + type RateLimitConfig struct + RequestsPerMinute int