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

Struct defaultHandler

db/sql/sql.go:122–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122type defaultHandler struct {
123}
124
125func (handler *defaultHandler) encode(property *schema.Property, data interface{}) (interface{}, error) {
126 return data, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected