MCPcopy Create free account
hub / github.com/go-pg/pg / Encode

Method Encode

pgjson/provider.go:26–26  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

24
25type Encoder interface {
26 Encode(v interface{}) error
27}
28
29func Marshal(v interface{}) ([]byte, error) {

Callers 4

ToURLMethod · 0.80
AppendBytesFunction · 0.80
appendJSONValueFunction · 0.80
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected