type Policy struct { Allowed []*regexp.Regexp Disallowed []*regexp.Regexp RamPageLimit uint GasLimit uint }
func Parse(name string, data []byte) (Policy, error)