MCPcopy Create free account
hub / github.com/evcc-io/evcc / encoder

Struct encoder

util/encode/encode.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type encoder struct {
10 withDuration bool
11}
12
13type Encoder interface {
14 Encode(v any) any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected