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