MCPcopy Create free account
hub / github.com/actiontech/dtle / Marshal

Method Marshal

driver/common/common.go:57–57  ·  view source on GitHub ↗
(buf []byte)

Source from the content-addressed store, hash-verified

55
56type GencodeType interface {
57 Marshal(buf []byte) ([]byte, error)
58 Unmarshal(buf []byte) (uint64, error)
59 Size() (s uint64)
60}

Callers 15

SignalTaskMethod · 0.65
MarshalMethod · 0.65
RunMethod · 0.65
MarshalJSONMethod · 0.65
MarshalJSONMethod · 0.65
getOrSetTableMethod · 0.65
handleFullCopyMethod · 0.65
MarshalJSONMethod · 0.65

Implementers 12

MySQLCoordinateTxdriver/common/type.schema.gen.go
DataEntrydriver/common/type.schema.gen.go
DataEventdriver/common/type.schema.gen.go
MySQLCoordinatesdriver/common/type.schema.gen.go
OracleCoordinateTxdriver/common/type.schema.gen.go
OracleCoordinatesdriver/common/type.schema.gen.go
DumpEntrydriver/common/type.schema.gen.go
TableSpecdriver/common/type.schema.gen.go
DumpStatResultdriver/common/type.schema.gen.go
DataEntriesdriver/common/type.schema.gen.go
ControlMsgdriver/common/type.schema.gen.go
BigTxAckdriver/common/type.schema.gen.go

Calls

no outgoing calls

Tested by

no test coverage detected