Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
5bab4937
Commit
5bab4937
authored
7 years ago
by
Alex Dadgar
Browse files
Options
Download
Email Patches
Plain Diff
pass in uid to codecgen
parent
0fff9948
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
command/agent/fs_endpoint.go
+1
-1
command/agent/fs_endpoint.go
nomad/structs/structs_codegen.go
+1
-1
nomad/structs/structs_codegen.go
with
2 additions
and
2 deletions
+2
-2
command/agent/fs_endpoint.go
+
1
-
1
View file @
5bab4937
package
agent
//go:generate codecgen -o fs_endpoint.generated.go fs_endpoint.go
//go:generate codecgen
-d 101
-o fs_endpoint.generated.go fs_endpoint.go
import
(
"bytes"
...
...
This diff is collapsed.
Click to expand it.
nomad/structs/structs_codegen.go
+
1
-
1
View file @
5bab4937
package
structs
//go:generate codecgen -o structs.generated.go structs.go
//go:generate codecgen
-d 100
-o structs.generated.go structs.go
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