MCPcopy Create free account
hub / github.com/canopyclimate/golive / Decode

Method Decode

changeset/changeset.go:20–20  ·  view source on GitHub ↗

Decode decodes the url.Values into the struct returning an error if there was a problem.

(any, url.Values)

Source from the content-addressed store, hash-verified

18type Decoder interface {
19 // Decode decodes the url.Values into the struct returning an error if there was a problem.
20 Decode(any, url.Values) error
21}
22
23// Config is a configuration for a Changeset providing implementations of Validator and Decoder.

Callers 2

StructMethod · 0.65
DecodeMethod · 0.65

Implementers 1

GoPlaygroundChangesetConfigchangeset/goplayground.go

Calls

no outgoing calls

Tested by

no test coverage detected