blob: 287cae743e286053c1364c644b5c6e3acb5e847a (
plain)
1
2
3
4
5
|
package scheduling
func init() {}
//go:generate protoc --proto_path=. --go_out=../modules/scheduling --go_opt=paths=source_relative --go-grpc_out=../modules/scheduling --go-grpc_opt=paths=source_relative --twirp_out=../modules/scheduling --twirp_opt=paths=source_relative scheduling.proto
|