Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manifest ¶
type Manifest struct { Path string Content *ManifestNode }
func (*Manifest) UnmarshalYAML ¶
type ManifestNode ¶
type ManifestNode struct { StartLine int EndLine int Offset int Value any Type TagType Path string }
func (*ManifestNode) ToRego ¶
func (r *ManifestNode) ToRego() any
func (*ManifestNode) UnmarshalYAML ¶
func (r *ManifestNode) UnmarshalYAML(node *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.