engine: resources: Add missing struct tags to kv

This commit is contained in:
James Shubin
2025-05-15 01:46:03 -04:00
parent 0847b27f6a
commit 287504cfa8

View File

@@ -94,7 +94,7 @@ type KVRes struct {
// functions like `getval`, require this to be false, since they're // functions like `getval`, require this to be false, since they're
// pulling values directly out of the same namespace that is shared by // pulling values directly out of the same namespace that is shared by
// all nodes. // all nodes.
Mapped bool Mapped bool `lang:"mapped" yaml:"mapped"`
// SkipLessThan causes the value to be updated as long as it is greater. // SkipLessThan causes the value to be updated as long as it is greater.
SkipLessThan bool `lang:"skiplessthan" yaml:"skiplessthan"` SkipLessThan bool `lang:"skiplessthan" yaml:"skiplessthan"`