Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + const PluginResourceHandler + func NewResourcePlugin(ctx context.Context, config *handlerTY.Config) (handlerTY.Plugin, error) + type JobsConfig struct + CreatedAt time.Time + Data handlerTY.ResourceData + Delay time.Duration + Name string + type ResourceClient struct + HandlerCfg *handlerTY.Config + func (c *ResourceClient) Close() error + func (c *ResourceClient) Post(parameters map[string]interface{}) error + func (c *ResourceClient) Start() error + func (c *ResourceClient) State() *types.State + func (p *ResourceClient) Name() string