MCPcopy
hub / github.com/carvel-dev/ytt / DocumentSet

Struct DocumentSet

pkg/yamlmeta/ast.go:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35var _ = []Node{&DocumentSet{}, &Map{}, &Array{}}
36
37type DocumentSet struct {
38 Comments []*Comment
39 AllComments []*Comment
40
41 Items []*Document
42 Position *filepos.Position
43
44 meta map[string]interface{}
45 annotations interface{}
46 originalBytes *[]byte
47}
48
49type Document struct {
50 Comments []*Comment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected