Versions in this module Expand all Collapse all v0 v0.1.2 May 15, 2026 Changes in this version + var TaskDescriptor = &types.TaskDescriptor + var TaskName = "tysm_hook_activation" + func NewTask(ctx *types.TaskContext, options *types.TaskOptions) (types.Task, error) + type Config struct + AuthToken string + ConfigPatch map[string]interface{} + Duration helper.Duration + Enabled *bool + Endpoint string + Hook string + Replace bool + func DefaultConfig() Config + func (c *Config) Validate() error + type Task struct + func (t *Task) Config() interface{} + func (t *Task) Execute(ctx context.Context) error + func (t *Task) LoadConfig() error + func (t *Task) Timeout() time.Duration