Skip to content

Commit 621071e

Browse files
docs: document ExecuteOption
1 parent 8e7c757 commit 621071e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/agentscripts/agentscripts.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,10 @@ func (r *Runner) StartCron() {
179179
}
180180
}
181181

182+
// ExecuteOption describes what scripts we want to execute.
182183
type ExecuteOption int
183184

185+
// ExecuteOption enums.
184186
const (
185187
ExecuteAllScripts ExecuteOption = iota
186188
ExecuteStartScripts

0 commit comments

Comments
 (0)