MCPcopy
hub / github.com/helmfile/helmfile / Encoder

Interface Encoder

pkg/yaml/yaml.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Encoder interface {
14 Encode(any) error
15 Close() error
16}
17
18// NewEncoder creates and returns a function that is used to encode a Go object to a YAML document
19func NewEncoder(w io.Writer) Encoder {

Calls

no outgoing calls

Tested by

no test coverage detected