cron

package
v0.0.0-...-672b8e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	trigger.Configuration
	Schedule string
	Interval string
	Event    Event
}

func NewConfiguration

func NewConfiguration(id string,
	triggerConfiguration *functionconfig.Trigger,
	runtimeConfiguration *runtime.Configuration) (*Configuration, error)

type Event

type Event struct {
	nuclio.AbstractEvent
	Body    string
	Path    string
	Method  string
	Headers map[string]interface{}
}

func (*Event) GetBody

func (e *Event) GetBody() []byte

func (*Event) GetHeader

func (e *Event) GetHeader(key string) interface{}

func (*Event) GetHeaderByteSlice

func (e *Event) GetHeaderByteSlice(key string) []byte

func (*Event) GetHeaderString

func (e *Event) GetHeaderString(key string) string

func (*Event) GetHeaders

func (e *Event) GetHeaders() map[string]interface{}

func (*Event) GetMethod

func (e *Event) GetMethod() string

func (*Event) GetPath

func (e *Event) GetPath() string

func (*Event) GetTimestamp

func (e *Event) GetTimestamp() time.Time

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL