MCPcopy Index your code
hub / github.com/dolanor/rip / Encoder

Interface Encoder

encoding/encoding.go:73–76  ·  view source on GitHub ↗

Encoder writes encoded value to an output stream.

Source from the content-addressed store, hash-verified

71
72// Encoder writes encoded value to an output stream.
73type Encoder interface {
74 // Encode writes the codec data of v to the output stream.
75 Encode(v interface{}) error
76}
77
78// AcceptEncoder creates an new encoder for w based on the acceptHeader, the edit mode and
79// the codecs that are available.

Callers 8

updatePathIDFunction · 0.65
handleGetFunction · 0.65
handleListAllFunction · 0.65
handleCreateFunction · 0.65
HandleFunction · 0.65
writeErrorFunction · 0.65
TestEncoder_EncodeFunction · 0.65

Implementers 4

noEncoderencoding/encoding.go
encoderencoding/protobuf/encoder.go
Encoderencoding/html/html.go
FormEncoderencoding/html/form.go

Calls

no outgoing calls

Tested by

no test coverage detected