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
5e304c93
Commit
5e304c93
authored
1 year ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
обновлено прото
parent
ca8092e2
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
perxis-proto
+1
-1
1 addition, 1 deletion
perxis-proto
pkg/spaces/transport/grpc/protobuf_type_converters.microgen.go
+2
-2
2 additions, 2 deletions
...paces/transport/grpc/protobuf_type_converters.microgen.go
proto/spaces/spaces.pb.go
+117
-117
117 additions, 117 deletions
proto/spaces/spaces.pb.go
with
120 additions
and
120 deletions
perxis-proto
@
3e57be95
Compare
8aaa81ef
...
3e57be95
Subproject commit
8aaa81ef77c881fa409aeb3124d47f292d0dad94
Subproject commit
3e57be95d6dc9ef3e6818e95f946ec7ee0b63dfd
This diff is collapsed.
Click to expand it.
pkg/spaces/transport/grpc/protobuf_type_converters.microgen.go
+
2
−
2
View file @
5e304c93
...
@@ -26,7 +26,7 @@ func PtrStateInfoToProto(stateInfo *service.StateInfo) (*pb.StateInfo, error) {
...
@@ -26,7 +26,7 @@ func PtrStateInfoToProto(stateInfo *service.StateInfo) (*pb.StateInfo, error) {
return
&
pb
.
StateInfo
{
return
&
pb
.
StateInfo
{
State
:
pb
.
State
(
stateInfo
.
State
),
State
:
pb
.
State
(
stateInfo
.
State
),
Info
:
stateInfo
.
Info
,
Info
:
stateInfo
.
Info
,
D
B
Version
:
int32
(
stateInfo
.
DBVersion
),
D
b
Version
:
int32
(
stateInfo
.
DBVersion
),
StartedAt
:
timestamppb
.
New
(
stateInfo
.
StartedAt
),
StartedAt
:
timestamppb
.
New
(
stateInfo
.
StartedAt
),
},
nil
},
nil
}
}
...
@@ -48,7 +48,7 @@ func ProtoToPtrStateInfo(protoStateInfo *pb.StateInfo) (*service.StateInfo, erro
...
@@ -48,7 +48,7 @@ func ProtoToPtrStateInfo(protoStateInfo *pb.StateInfo) (*service.StateInfo, erro
State
:
service
.
State
(
protoStateInfo
.
State
),
State
:
service
.
State
(
protoStateInfo
.
State
),
Info
:
protoStateInfo
.
Info
,
Info
:
protoStateInfo
.
Info
,
StartedAt
:
protoStateInfo
.
StartedAt
.
AsTime
(),
StartedAt
:
protoStateInfo
.
StartedAt
.
AsTime
(),
DBVersion
:
uint32
(
protoStateInfo
.
D
B
Version
),
DBVersion
:
uint32
(
protoStateInfo
.
D
b
Version
),
},
nil
},
nil
}
}
...
...
This diff is collapsed.
Click to expand it.
proto/spaces/spaces.pb.go
+
117
−
117
View file @
5e304c93
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