| Index: common/api/dm/distributor/gen.go
|
| diff --git a/common/api/template/gen.go b/common/api/dm/distributor/gen.go
|
| similarity index 90%
|
| copy from common/api/template/gen.go
|
| copy to common/api/dm/distributor/gen.go
|
| index 4c86e95431397c7d5393b2f5f3f93847b5fa15e0..906dc9f32b1723af74e5b7ad444f60c37f4f2839 100644
|
| --- a/common/api/template/gen.go
|
| +++ b/common/api/dm/distributor/gen.go
|
| @@ -2,6 +2,6 @@
|
| // Use of this source code is governed under the Apache License, Version 2.0
|
| // that can be found in the LICENSE file.
|
|
|
| -package template
|
| +package distributor
|
|
|
| //go:generate cproto
|
|
|