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

Struct boolHandler

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

Source from the content-addressed store, hash-verified

163}
164
165type boolHandler struct{}
166
167func (handler *boolHandler) encode(property *schema.Property, data interface{}) (interface{}, error) {
168 switch t := data.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected