Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
codia
service
codia-api-go
Commits
f2e9b178
Commit
f2e9b178
authored
1 year ago
by
genbot
Browse files
Options
Download
Email Patches
Plain Diff
automatic generation
parent
a81d8834
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code_fix/v1beta1/code_fix_api.pb.go
+37
-28
code_fix/v1beta1/code_fix_api.pb.go
with
37 additions
and
28 deletions
+37
-28
code_fix/v1beta1/code_fix_api.pb.go
+
37
-
28
View file @
f2e9b178
...
...
@@ -25,10 +25,11 @@ type CodeFixRequest struct {
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
Description
string
`protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
Language
string
`protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
CompilerInfo
string
`protobuf:"bytes,3,opt,name=compiler_info,json=compilerInfo,proto3" json:"compiler_info,omitempty"`
Code
string
`protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
UserId
string
`protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Description
string
`protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
Language
string
`protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"`
CompilerInfo
string
`protobuf:"bytes,4,opt,name=compiler_info,json=compilerInfo,proto3" json:"compiler_info,omitempty"`
Code
string
`protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
}
func
(
x
*
CodeFixRequest
)
Reset
()
{
...
...
@@ -63,6 +64,13 @@ func (*CodeFixRequest) Descriptor() ([]byte, []int) {
return
file_codia_code_fix_v1beta1_code_fix_api_proto_rawDescGZIP
(),
[]
int
{
0
}
}
func
(
x
*
CodeFixRequest
)
GetUserId
()
string
{
if
x
!=
nil
{
return
x
.
UserId
}
return
""
}
func
(
x
*
CodeFixRequest
)
GetDescription
()
string
{
if
x
!=
nil
{
return
x
.
Description
...
...
@@ -145,30 +153,31 @@ var file_codia_code_fix_v1beta1_code_fix_api_proto_rawDesc = []byte{
0x2f
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x2f
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x5f
,
0x61
,
0x70
,
0x69
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x16
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2e
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x22
,
0x87
,
0x01
,
0x0a
,
0x0e
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x20
,
0x0a
,
0x0b
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0b
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x1a
,
0x0a
,
0x08
,
0x6c
,
0x61
,
0x6e
,
0x67
,
0x75
,
0x61
,
0x67
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x08
,
0x6c
,
0x61
,
0x6e
,
0x67
,
0x75
,
0x61
,
0x67
,
0x65
,
0x12
,
0x23
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x70
,
0x69
,
0x6c
,
0x65
,
0x72
,
0x5f
,
0x69
,
0x6e
,
0x66
,
0x6f
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0c
,
0x63
,
0x6f
,
0x6d
,
0x70
,
0x69
,
0x6c
,
0x65
,
0x72
,
0x49
,
0x6e
,
0x66
,
0x6f
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x22
,
0x25
,
0x0a
,
0x0f
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x32
,
0x6e
,
0x0a
,
0x0e
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x53
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x12
,
0x5c
,
0x0a
,
0x07
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x12
,
0x26
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2e
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x2e
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x27
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2e
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x2e
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x45
,
0x0a
,
0x1a
,
0x6f
,
0x72
,
0x67
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2e
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x5a
,
0x27
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2f
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x3b
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x5f
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x5f
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x74
,
0x61
,
0x31
,
0x22
,
0xa0
,
0x01
,
0x0a
,
0x0e
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x17
,
0x0a
,
0x07
,
0x75
,
0x73
,
0x65
,
0x72
,
0x5f
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x06
,
0x75
,
0x73
,
0x65
,
0x72
,
0x49
,
0x64
,
0x12
,
0x20
,
0x0a
,
0x0b
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0b
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x1a
,
0x0a
,
0x08
,
0x6c
,
0x61
,
0x6e
,
0x67
,
0x75
,
0x61
,
0x67
,
0x65
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x08
,
0x6c
,
0x61
,
0x6e
,
0x67
,
0x75
,
0x61
,
0x67
,
0x65
,
0x12
,
0x23
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x70
,
0x69
,
0x6c
,
0x65
,
0x72
,
0x5f
,
0x69
,
0x6e
,
0x66
,
0x6f
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0c
,
0x63
,
0x6f
,
0x6d
,
0x70
,
0x69
,
0x6c
,
0x65
,
0x72
,
0x49
,
0x6e
,
0x66
,
0x6f
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x18
,
0x05
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x22
,
0x25
,
0x0a
,
0x0f
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x32
,
0x6e
,
0x0a
,
0x0e
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x53
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x12
,
0x5c
,
0x0a
,
0x07
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x12
,
0x26
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2e
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x2e
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x27
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2e
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x2e
,
0x43
,
0x6f
,
0x64
,
0x65
,
0x46
,
0x69
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x45
,
0x0a
,
0x1a
,
0x6f
,
0x72
,
0x67
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x2e
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2e
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x5a
,
0x27
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x2f
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x3b
,
0x63
,
0x6f
,
0x64
,
0x69
,
0x61
,
0x5f
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x5f
,
0x66
,
0x69
,
0x78
,
0x5f
,
0x76
,
0x31
,
0x62
,
0x65
,
0x74
,
0x61
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help