github.com/mineiros-io/terradoc@v0.0.9-0.20220711062319-018bd4ae81f5/internal/entities/reference.go (about) 1 package entities 2 3 // Reference represents a `ref` block on the source document 4 type Reference struct { 5 Name string `json:"name"` // Name is the identifier for the reference 6 Value string `json:"value"` // Value is the value that the reference holds 7 }