Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ld
go-ld-prime
Commits
8ca9804f
Commit
8ca9804f
authored
Dec 06, 2018
by
Eric Myhre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finish enum type.
There's... not really much to it. Signed-off-by:
Eric Myhre
<
hash@exultant.us
>
parent
1cc1d2af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
typed/types.go
typed/types.go
+3
-2
No files found.
typed/types.go
View file @
8ca9804f
...
...
@@ -25,7 +25,7 @@ type TypeFloat struct {
type
TypeMap
struct
{
Name
TypeName
Anon
bool
KeyType
Type
KeyType
Type
// must be ReprKind==string (e.g. Type==String|Enum).
ValueType
Type
ValueNullable
bool
}
...
...
@@ -70,5 +70,6 @@ type ObjectField struct {
}
type
TypeEnum
struct
{
// TODO
Name
string
Values
[]
string
}
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