Migrate module path to gitlab.com/mobicoop/solidarity
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m6s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m6s
This commit is contained in:
@@ -3,7 +3,7 @@ package grpcapi
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"git.coopgo.io/coopgo-platform/mobility-accounts/storage"
|
||||
"gitlab.com/mobicoop/solidarity/services/mobility-accounts/storage"
|
||||
"github.com/rs/zerolog/log"
|
||||
"google.golang.org/protobuf/encoding/protojson"
|
||||
"google.golang.org/protobuf/types/known/structpb"
|
||||
|
||||
@@ -309,7 +309,7 @@ const file_accounts_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"Validation\x12\x1c\n" +
|
||||
"\tvalidated\x18\x14 \x01(\bR\tvalidated\x12'\n" +
|
||||
"\x0fvalidation_code\x18\x15 \x01(\tR\x0evalidationCodeB9Z7git.coopgo.io/coopgo-platform/mobility-accounts/grpcapib\x06proto3"
|
||||
"\x0fvalidation_code\x18\x15 \x01(\tR\x0evalidationCodeBCZAgitlab.com/mobicoop/solidarity/services/mobility-accounts/grpcapib\x06proto3"
|
||||
|
||||
var (
|
||||
file_accounts_proto_rawDescOnce sync.Once
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "git.coopgo.io/coopgo-platform/mobility-accounts/grpcapi";
|
||||
option go_package = "gitlab.com/mobicoop/solidarity/services/mobility-accounts/grpcapi";
|
||||
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
|
||||
@@ -1010,7 +1010,7 @@ const file_comasvc_proto_rawDesc = "" +
|
||||
"\x10GetAccountsBatch\x12\x18.GetAccountsBatchRequest\x1a\x19.GetAccountsBatchResponse\"\x00\x12@\n" +
|
||||
"\rDeleteAccount\x12\x15.DeleteAccountRequest\x1a\x16.DeleteAccountResponse\"\x00\x12(\n" +
|
||||
"\x05Login\x12\r.LoginRequest\x1a\x0e.LoginResponse\"\x00\x12C\n" +
|
||||
"\x0eChangePassword\x12\x16.ChangePasswordRequest\x1a\x17.ChangePasswordResponse\"\x00B9Z7git.coopgo.io/coopgo-platform/mobility-accounts/grpcapib\x06proto3"
|
||||
"\x0eChangePassword\x12\x16.ChangePasswordRequest\x1a\x17.ChangePasswordResponse\"\x00BCZAgitlab.com/mobicoop/solidarity/services/mobility-accounts/grpcapib\x06proto3"
|
||||
|
||||
var (
|
||||
file_comasvc_proto_rawDescOnce sync.Once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "git.coopgo.io/coopgo-platform/mobility-accounts/grpcapi";
|
||||
option go_package = "gitlab.com/mobicoop/solidarity/services/mobility-accounts/grpcapi";
|
||||
|
||||
import "accounts.proto";
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
context "context"
|
||||
"net"
|
||||
|
||||
"git.coopgo.io/coopgo-platform/mobility-accounts/handlers"
|
||||
"gitlab.com/mobicoop/solidarity/services/mobility-accounts/handlers"
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/spf13/viper"
|
||||
"google.golang.org/grpc"
|
||||
|
||||
Reference in New Issue
Block a user