mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice;
|
||||
package wice.core;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/core";
|
||||
|
||||
import "common.proto";
|
||||
|
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice;
|
||||
package wice.core;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/core";
|
||||
|
||||
import "common.proto";
|
||||
|
@@ -7,7 +7,7 @@ import "common.proto";
|
||||
import "core/interface.proto";
|
||||
|
||||
message StatusResp {
|
||||
repeated Interface interfaces = 1;
|
||||
repeated core.Interface interfaces = 1;
|
||||
}
|
||||
|
||||
message StatusParams {
|
||||
|
Reference in New Issue
Block a user