forked from TrueCloudLab/frostfs-api-go
Implementing proto.Clone
This commit is contained in:
parent
2456521240
commit
d45548c43b
11 changed files with 129 additions and 10 deletions
|
@ -13,4 +13,7 @@ type Custom interface {
|
|||
MarshalTo(data []byte) (int, error)
|
||||
Unmarshal(data []byte) error
|
||||
proto.Message
|
||||
|
||||
// Should contains for proto.Clone
|
||||
proto.Merger
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue