Notes added by 'git notes append'
This commit is contained in:
parent
c64c0c1bfd
commit
5c092553db
|
@ -1270,3 +1270,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