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