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

Interface GencodeType

driver/common/common.go:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54)
55
56type GencodeType interface {
57 Marshal(buf []byte) ([]byte, error)
58 Unmarshal(buf []byte) (uint64, error)
59 Size() (s uint64)
60}
61
62func init() {
63 // "Only types that will be transferred as implementations of interface values need to be registered."

Callers 24

SignalTaskMethod · 0.65
MarshalMethod · 0.65
RunMethod · 0.65
MarshalJSONMethod · 0.65
MarshalJSONMethod · 0.65
getOrSetTableMethod · 0.65
DecodeFunction · 0.65
GetConfigMethod · 0.65
GetJobInfoMethod · 0.65
FindJobListMethod · 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