"Overhaul Architecture"
Compare changes
- Malte Bauch authored
+ 243
− 59
@@ -26,10 +25,6 @@ const (
@@ -26,10 +25,6 @@ const (
@@ -326,6 +321,118 @@ func (x *TAPIReply) GetMessage() string {
@@ -326,6 +321,118 @@ func (x *TAPIReply) GetMessage() string {
@@ -338,7 +445,7 @@ type LogReply struct {
@@ -338,7 +445,7 @@ type LogReply struct {
@@ -351,7 +458,7 @@ func (x *LogReply) String() string {
@@ -351,7 +458,7 @@ func (x *LogReply) String() string {
@@ -364,7 +471,7 @@ func (x *LogReply) ProtoReflect() protoreflect.Message {
@@ -364,7 +471,7 @@ func (x *LogReply) ProtoReflect() protoreflect.Message {
@@ -396,37 +503,48 @@ var file_gosdnCLI_proto_rawDesc = []byte{
@@ -396,37 +503,48 @@ var file_gosdnCLI_proto_rawDesc = []byte{
@@ -441,7 +559,7 @@ func file_gosdnCLI_proto_rawDescGZIP() []byte {
@@ -441,7 +559,7 @@ func file_gosdnCLI_proto_rawDescGZIP() []byte {
@@ -449,24 +567,28 @@ var file_gosdnCLI_proto_goTypes = []interface{}{
@@ -449,24 +567,28 @@ var file_gosdnCLI_proto_goTypes = []interface{}{
@@ -551,6 +673,30 @@ func file_gosdnCLI_proto_init() {
@@ -551,6 +673,30 @@ func file_gosdnCLI_proto_init() {
@@ -569,7 +715,7 @@ func file_gosdnCLI_proto_init() {
@@ -569,7 +715,7 @@ func file_gosdnCLI_proto_init() {
@@ -600,7 +746,7 @@ type GrpcCliClient interface {
@@ -600,7 +746,7 @@ type GrpcCliClient interface {
CreateLogStream(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (GrpcCli_CreateLogStreamClient, error)
@@ -608,6 +754,8 @@ type GrpcCliClient interface {
@@ -608,6 +754,8 @@ type GrpcCliClient interface {
@@ -636,7 +784,7 @@ func (c *grpcCliClient) Shutdown(ctx context.Context, in *ShutdownRequest, opts
@@ -636,7 +784,7 @@ func (c *grpcCliClient) Shutdown(ctx context.Context, in *ShutdownRequest, opts
func (c *grpcCliClient) CreateLogStream(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (GrpcCli_CreateLogStreamClient, error) {
stream, err := c.cc.NewStream(ctx, &_GrpcCli_serviceDesc.Streams[0], "/proto.GrpcCli/CreateLogStream", opts...)
@@ -695,6 +843,15 @@ func (c *grpcCliClient) TAPIGetLink(ctx context.Context, in *TAPIRequest, opts .
@@ -695,6 +843,15 @@ func (c *grpcCliClient) TAPIGetLink(ctx context.Context, in *TAPIRequest, opts .
@@ -702,7 +859,7 @@ type GrpcCliServer interface {
@@ -702,7 +859,7 @@ type GrpcCliServer interface {
@@ -710,6 +867,8 @@ type GrpcCliServer interface {
@@ -710,6 +867,8 @@ type GrpcCliServer interface {
@@ -722,7 +881,7 @@ func (*UnimplementedGrpcCliServer) SayHello(context.Context, *HelloRequest) (*He
@@ -722,7 +881,7 @@ func (*UnimplementedGrpcCliServer) SayHello(context.Context, *HelloRequest) (*He
func (*UnimplementedGrpcCliServer) Shutdown(context.Context, *ShutdownRequest) (*ShutdownReply, error) {
func (*UnimplementedGrpcCliServer) CreateLogStream(*empty.Empty, GrpcCli_CreateLogStreamServer) error {
@@ -734,6 +893,9 @@ func (*UnimplementedGrpcCliServer) TAPIGetEdgeNode(context.Context, *TAPIRequest
@@ -734,6 +893,9 @@ func (*UnimplementedGrpcCliServer) TAPIGetEdgeNode(context.Context, *TAPIRequest
@@ -776,7 +938,7 @@ func _GrpcCli_Shutdown_Handler(srv interface{}, ctx context.Context, dec func(in
@@ -776,7 +938,7 @@ func _GrpcCli_Shutdown_Handler(srv interface{}, ctx context.Context, dec func(in
@@ -850,6 +1012,24 @@ func _GrpcCli_TAPIGetLink_Handler(srv interface{}, ctx context.Context, dec func
@@ -850,6 +1012,24 @@ func _GrpcCli_TAPIGetLink_Handler(srv interface{}, ctx context.Context, dec func
@@ -874,6 +1054,10 @@ var _GrpcCli_serviceDesc = grpc.ServiceDesc{
@@ -874,6 +1054,10 @@ var _GrpcCli_serviceDesc = grpc.ServiceDesc{