Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-go
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
dd32614c
Commit
dd32614c
authored
2 years ago
by
Alena Petraki
Browse files
Options
Downloads
Patches
Plain Diff
исправлен путь к proto-файлам
parent
a3fa5529
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/users/service.go
+1
-1
1 addition, 1 deletion
pkg/users/service.go
with
1 addition
and
1 deletion
pkg/users/service.go
+
1
−
1
View file @
dd32614c
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment