mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Chore: Recompile protobuf (#32232)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
package pluginextensionv2;
|
||||
|
||||
option go_package = ".;pluginextensionv2";
|
||||
option go_package = "./;pluginextensionv2";
|
||||
|
||||
message StringList {
|
||||
repeated string values = 1;
|
||||
|
Reference in New Issue
Block a user