Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
getty
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wei.xuan
getty
Commits
f8b2b44f
Commit
f8b2b44f
authored
Aug 08, 2018
by
AlexStocks
Browse files
Options
Browse Files
Download
Plain Diff
Mod: GettyErrorCode -> ErrorCode
parents
06480427
0772b3e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
codec.go
rpc/codec.go
+6
-6
No files found.
rpc/codec.go
View file @
f8b2b44f
...
...
@@ -45,11 +45,11 @@ func (c gettyCommand) String() string {
// getty error code
////////////////////////////////////////////
type
Getty
ErrorCode
int16
type
ErrorCode
int16
const
(
GettyOK
Getty
ErrorCode
=
0x00
GettyFail
=
0x01
GettyOK
ErrorCode
=
0x00
GettyFail
=
0x01
)
////////////////////////////////////////////
...
...
@@ -208,9 +208,9 @@ type GettyPackageHeader struct {
Sequence
SequenceType
// request/response sequence
LogID
LogIDType
// log id
Code
GettyErrorCode
// error code
CodecType
CodecType
PkgLen
PkgLenType
Code
ErrorCode
// error code
CodecType
CodecType
// codec type
PkgLen
PkgLenType
// package body length
}
type
GettyPackage
struct
{
...
...
Write
Preview
Markdown
is supported
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