engine: resources: Add some spacing
This commit is contained in:
@@ -67,11 +67,14 @@ type KVRes struct {
|
|||||||
// Key represents the key to set. If it is not specified, the Name value
|
// Key represents the key to set. If it is not specified, the Name value
|
||||||
// is used instead.
|
// is used instead.
|
||||||
Key string `lang:"key" yaml:"key"`
|
Key string `lang:"key" yaml:"key"`
|
||||||
|
|
||||||
// Value represents the string value to set. If this value is nil or,
|
// Value represents the string value to set. If this value is nil or,
|
||||||
// undefined, then this will delete that key.
|
// undefined, then this will delete that key.
|
||||||
Value *string `lang:"value" yaml:"value"`
|
Value *string `lang:"value" yaml:"value"`
|
||||||
|
|
||||||
// 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"`
|
||||||
|
|
||||||
// SkipCmpStyle is the type of compare function used when determining if
|
// SkipCmpStyle is the type of compare function used when determining if
|
||||||
// the value is greater when using the SkipLessThan parameter.
|
// the value is greater when using the SkipLessThan parameter.
|
||||||
SkipCmpStyle KVResSkipCmpStyle `lang:"skipcmpstyle" yaml:"skipcmpstyle"`
|
SkipCmpStyle KVResSkipCmpStyle `lang:"skipcmpstyle" yaml:"skipcmpstyle"`
|
||||||
|
|||||||
Reference in New Issue
Block a user