Notes added by 'git notes append'
This commit is contained in:
parent
7226cde165
commit
b2099f97e5
|
@ -2000,3 +2000,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