types

package
v0.0.0-...-3d20527 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2019 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HookHandler

type HookHandler interface {
	Run()
}

type HookListenerQueue

type HookListenerQueue interface {
	Enqueue(*Message)
}

type HookListenerQueueProvider

type HookListenerQueueProvider func() HookListenerQueue

type JobHandler

type JobHandler interface {
	Send(*Message)
}

type Message

type Message struct {
	Config client.ClientConfig
	Data   types.HookData
}

func NewMessage

func NewMessage(config client.ClientConfig, data types.HookData) *Message

Jump to

Keyboard shortcuts

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