MCPcopy Create free account
hub / github.com/drone/envsubst / TextNode

Struct TextNode

parse/node.go:15–17  ·  view source on GitHub ↗

TextNode represents a string of text.

Source from the content-addressed store, hash-verified

13type (
14 // TextNode represents a string of text.
15 TextNode struct {
16 Value string
17 }
18
19 // FuncNode represents a string function.
20 FuncNode struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected