Documentation ¶ Index ¶ type Interface type Type Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Interface ¶ type Interface interface { Type() Type // Register is used to register the trigger with waymond core // It is executed exactly once for a given trigger // i.e. when waymond boots up Register(ctx context.Context) error } type Type ¶ type Type string Source Files ¶ View all Source files trigger.go Directories ¶ Show internal Expand all Path Synopsis buildkite cron Click to show internal directories. Click to hide internal directories.