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

Struct Content

tests/embedded_struct_test.go:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188type Content struct {
189 Content interface{} `gorm:"type:String"`
190}
191
192func (c Content) Value() (driver.Value, error) {
193 // mssql driver with issue on handling null bytes https://github.com/denisenkom/go-mssqldb/issues/530,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected