Skip to content

Commit bf46c14

Browse files
committed
make generate: update pkg/driver/external
Fix issue 3952 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent dc733cf commit bf46c14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/driver/external/gen.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//go:generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative driver.proto --descriptor_set_out=driver.pb.desc
2+
3+
// SPDX-FileCopyrightText: Copyright The Lima Authors
4+
// SPDX-License-Identifier: Apache-2.0
5+
6+
package external

0 commit comments

Comments
 (0)