MCPcopy
hub / github.com/go-gorm/gorm / ExampleStruct

Struct ExampleStruct

logger/sql_test.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type ExampleStruct struct {
25 Name string
26 Val string
27}
28
29func (s ExampleStruct) Value() (driver.Value, error) {
30 return json.Marshal(s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected