Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + type Configuration struct + Event Event + Interval string + Schedule string + func NewConfiguration(id string, triggerConfiguration *functionconfig.Trigger, ...) (*Configuration, error) + type Event struct + Body string + Headers map[string]interface{} + Method string + Path string + func (e *Event) GetBody() []byte + func (e *Event) GetHeader(key string) interface{} + func (e *Event) GetHeaderByteSlice(key string) []byte + func (e *Event) GetHeaderString(key string) string + func (e *Event) GetHeaders() map[string]interface{} + func (e *Event) GetMethod() string + func (e *Event) GetPath() string + func (e *Event) GetTimestamp() time.Time