MCPcopy
hub / github.com/fagongzi/manba / Marshal

Method Marshal

pkg/store/store_etcd.go:807–807  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

805
806type pb interface {
807 Marshal() ([]byte, error)
808 Unmarshal([]byte) error
809 GetID() uint64
810}

Callers 15

AddBindMethod · 0.65
RegistryProxyMethod · 0.65
putPBMethod · 0.65
putPBWithOpMethod · 0.65
XXX_MarshalMethod · 0.65
XXX_MarshalMethod · 0.65
XXX_MarshalMethod · 0.65
XXX_MarshalMethod · 0.65
XXX_MarshalMethod · 0.65
XXX_MarshalMethod · 0.65
XXX_MarshalMethod · 0.65
XXX_MarshalMethod · 0.65

Implementers 15

Clusterpkg/pb/metapb/metapb.pb.go
Serverpkg/pb/metapb/metapb.pb.go
APIpkg/pb/metapb/metapb.pb.go
Routingpkg/pb/metapb/metapb.pb.go
PutClusterRsppkg/pb/rpcpb/rpcpb.pb.go
RemoveClusterReqpkg/pb/rpcpb/rpcpb.pb.go
GetClusterReqpkg/pb/rpcpb/rpcpb.pb.go
PutServerRsppkg/pb/rpcpb/rpcpb.pb.go
RemoveServerReqpkg/pb/rpcpb/rpcpb.pb.go
GetServerReqpkg/pb/rpcpb/rpcpb.pb.go
PutAPIRsppkg/pb/rpcpb/rpcpb.pb.go
RemoveAPIReqpkg/pb/rpcpb/rpcpb.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected