mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
update Go module path
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice;
|
||||
option go_package = "riasc.eu/wice/pkg/proto";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto";
|
||||
|
||||
message Empty {}
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.core;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/core";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/core";
|
||||
|
||||
import "common.proto";
|
||||
import "core/peer.proto";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.core;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/core";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/core";
|
||||
|
||||
import "common.proto";
|
||||
import "feat/epdisc.proto";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.epdisc;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/feat/epdisc";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/feat/epdisc";
|
||||
|
||||
import "common.proto";
|
||||
import "feat/epdisc_candidate.proto";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.epdisc;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/feat/epdisc";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/feat/epdisc";
|
||||
|
||||
import "common.proto";
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.hooks;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/feat/hooks";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/feat/hooks";
|
||||
|
||||
import "core/interface.proto";
|
||||
import "core/peer.proto";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.pdisc;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/feat/pdisc";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/feat/pdisc";
|
||||
|
||||
import "common.proto";
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.pske;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/feat/pske";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/feat/pske";
|
||||
|
||||
message PresharedKeyEstablishment {
|
||||
bytes public_key = 1;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.rpc;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/rpc";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/rpc";
|
||||
|
||||
import "core/interface.proto";
|
||||
import "common.proto";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.rpc;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/rpc";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/rpc";
|
||||
|
||||
import "common.proto";
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.rpc;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/rpc";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/rpc";
|
||||
|
||||
import "common.proto";
|
||||
import "signaling/signaling.proto";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.rpc;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/rpc";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/rpc";
|
||||
|
||||
import "common.proto";
|
||||
import "signaling/signaling.proto";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package wice.signaling;
|
||||
option go_package = "riasc.eu/wice/pkg/proto/signaling";
|
||||
option go_package = "github.com/stv0g/cunicu/pkg/proto/signaling";
|
||||
|
||||
import "common.proto";
|
||||
import "feat/pdisc.proto";
|
||||
|
Reference in New Issue
Block a user