api: avoid codegen for syncing
Given that the values will rarely change, specially considering that any changes would be backward incompatible change. As such, it's simpler to keep syncing manually in the rare occasion and avoid the syncing code overhead.
Showing
+165 -247
api/nomadstructs.go
deleted
100644 → 0
api/nomadstructs_codegen.go
deleted
100644 → 0
api/nomadstructs_sync.sh
deleted
100755 → 0
nomad/structs/apistructs.go
deleted
100644 → 0
Please register or sign in to comment