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

Method Unmarshal

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

Source from the content-addressed store, hash-verified

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

Callers 15

DecodeFunction · 0.65
GetConfigMethod · 0.65
GetJobInfoMethod · 0.65
FindJobListMethod · 0.65
WaitOnJobMethod · 0.65
FindUserListMethod · 0.65
FindTenantListMethod · 0.65
GetUserMethod · 0.65
FindRoleListMethod · 0.65
GetRoleMethod · 0.65
GetDumpProgressMethod · 0.65
UnmarshalMethod · 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