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

Struct numberHandler

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

Source from the content-addressed store, hash-verified

201}
202
203type numberHandler struct{}
204
205func (handler *numberHandler) encode(property *schema.Property, data interface{}) (interface{}, error) {
206 return data, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected