Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2026 Changes in this version + type End struct + func NewEnd(reason string) *End + func (n *End) Execute(ctx *ork.Context) error + type HTTP struct + func NewHTTP(cfg HTTPConfig) *HTTP + func (n *HTTP) Execute(ctx *ork.Context) error + func (n *HTTP) Initialize() error + type HTTPConfig struct + Body string + Client HTTPDoer + Headers map[string]string + MaxRetries int + Method string + Timeout time.Duration + URL string + type HTTPDoer interface + Do func(req *http.Request) (*http.Response, error) + type Message struct + func NewMessage(tmplStr string) *Message + func (n *Message) Execute(ctx *ork.Context) error + func (n *Message) Initialize() error