MCPcopy Create free account
hub / github.com/cloudwan/gohan / jsonHandler

Struct jsonHandler

db/sql/sql.go:273–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273type jsonHandler struct {
274}
275
276func (handler *jsonHandler) encode(property *schema.Property, data interface{}) (interface{}, error) {
277 bytes, err := json.Marshal(data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected