Skip to content
Snippets Groups Projects
Commit dd32614c authored by Alena Petraki's avatar Alena Petraki
Browse files

исправлен путь к proto-файлам

parent a3fa5529
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
) )
// @microgen grpc // @microgen grpc
// @protobuf git.perx.ru/perxis/perxis/proto/users // @protobuf git.perx.ru/perxis/perxis-go/proto/users
// @grpc-addr account.users.Users // @grpc-addr account.users.Users
type Users interface { type Users interface {
Create(ctx context.Context, create *User) (user *User, err error) Create(ctx context.Context, create *User) (user *User, err error)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment