Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Messaging ¶
type Messaging interface {
Config() *structureSpec.Messaging
}
type Serviceable ¶
type Serviceable interface {
components.FunctionServiceable
HandleMessage(msg *pubsub.Message) (time.Time, error)
Name() string
}
Click to show internal directories.
Click to hide internal directories.