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

Struct CustomSerializer

tests/serializer_test.go:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type CustomSerializer struct {
83 prefix []byte
84}
85
86func NewCustomSerializer(prefix string) *CustomSerializer {
87 return &CustomSerializer{prefix: []byte(prefix)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected