Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entitlement ¶
type Entitlement string
const ( EntitlementSecurityInsecure Entitlement = "security.insecure" EntitlementNetworkHost Entitlement = "network.host" )
func Parse ¶
func Parse(s string) (Entitlement, error)
type Set ¶
type Set map[Entitlement]struct{}
func WhiteList ¶
func WhiteList(allowed, supported []Entitlement) (Set, error)
func (Set) Allowed ¶
func (s Set) Allowed(e Entitlement) bool
Click to show internal directories.
Click to hide internal directories.