Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type End ¶
type End struct {
// contains filtered or unexported fields
}
End terminates the conversation early.
type HTTP ¶
type HTTP struct {
// contains filtered or unexported fields
}
HTTP makes an outbound HTTP request and stores the response directly in Vars.
func (*HTTP) Initialize ¶
Initialize implements ork.NodeInitializer.
type HTTPConfig ¶
type HTTPConfig struct {
Method string
URL string
Body string
Headers map[string]string
Timeout time.Duration
MaxRetries int
Client HTTPDoer
}
HTTPConfig defines the configuration for making HTTP requests.
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
Message renders a pre-compiled text/template and emits the result.
func NewMessage ¶
NewMessage creates a Message node and pre-compiles its template.
func (*Message) Initialize ¶
Initialize implements ork.NodeInitializer.
Click to show internal directories.
Click to hide internal directories.