MCPcopy Create free account
hub / github.com/VirusTotal/vt-cli / EncoderOption

FuncType EncoderOption

yaml/yaml.go:55–55  ·  view source on GitHub ↗

EncoderOption represents an option for creating a new encoder.

func(*Encoder)

Source from the content-addressed store, hash-verified

53
54// EncoderOption represents an option for creating a new encoder.
55type EncoderOption func(*Encoder)
56
57// EncoderColors sets the colors for highlighting keys, values and comments.
58func EncoderColors(c *Colors) EncoderOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected