good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrpc
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
open
jrpc
Commits
acd3af70
Commit
acd3af70
authored
2 years ago
by
a
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
0bdeb671
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openrpc/parse/parsing.go
+6
-7
6 additions, 7 deletions
openrpc/parse/parsing.go
with
6 additions
and
7 deletions
openrpc/parse/parsing.go
+
6
−
7
View file @
acd3af70
...
...
@@ -8,13 +8,18 @@ import (
"github.com/go-openapi/spec"
)
type
GoGlobal
struct
{
Structs
map
[
string
]
*
GoStruct
Types
map
[
string
]
*
GoType
Methods
map
[
string
]
*
GoMethod
}
type
GoStruct
struct
{
Name
string
Description
string
Fields
map
[
string
]
string
}
type
GoField
struct
{
Name
string
Type
*
GoType
...
...
@@ -30,12 +35,6 @@ type GoType struct {
Description
string
}
type
GoGlobal
struct
{
Structs
map
[
string
]
*
GoStruct
Types
map
[
string
]
*
GoType
Methods
map
[
string
]
*
GoMethod
}
type
GoMethod
struct
{
Input
string
Output
string
...
...
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