blob: 3d57642109f0c4bc8ba2ff63340f0c532594e486 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
package virtpb
// 'make generate' will call this
//
// go generate is a cool feature. many thanks to the GO dev team
//
// NOTE: please add to go generate: if ! exists go.mod, run 'go mod init' & 'go mod tidy'
//
//go:generate autogenpb --proto hypervisor.proto
//go:generate autogenpb --proto cluster.proto
//go:generate autogenpb --proto droplet.proto
//go:generate autogenpb --proto event.proto
|