Versions in this module Expand all Collapse all v0 v0.0.1 Dec 3, 2024 Changes in this version + type Input struct + Statement []Statement + type NormalizedStatement struct + Actions []string + Resources []string + type Statement struct + Action StringOrStringList + Resource StringOrStringList + func (s *Statement) Normalize() (*NormalizedStatement, error) + type StringOrStringList []string + func (s *StringOrStringList) UnmarshalJSON(b []byte) error