Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + type Entitlement string + const EntitlementNetworkHost + const EntitlementSecurityInsecure + func Parse(s string) (Entitlement, error) + type Set map[Entitlement]struct + func WhiteList(allowed, supported []Entitlement) (Set, error) + func (s Set) Allowed(e Entitlement) bool