Notes added by 'git notes append'
This commit is contained in:
parent
88f7651704
commit
c7345f423d
|
@ -1274,3 +1274,5 @@ func (v *UuidConfigs) Marshal() ([]byte, error) {
|
||||||
func (v *UuidConfigs) Unmarshal(data []byte) error {
|
func (v *UuidConfigs) Unmarshal(data []byte) error {
|
||||||
return proto.Unmarshal(data, v)
|
return proto.Unmarshal(data, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:uuid.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue