Discover Packages
knative.dev/eventing
test
upgrade
prober
wathola
receiver
package
Version:
v0.21.1
Opens a new window with list of versions in this module.
Published: Mar 1, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Receiver interface {
Receive()
}
Receiver perform waiting and receiving of events
type Report struct {
State string `json:"state"`
EventsSent int `json:"eventsSent"`
TotalRequests int `json:"totalRequests"`
Thrown Thrown `json:"thrown"`
}
Report represents state as JSON
type Thrown struct {
Duplicated []string `json:"duplicated"`
Missing []string `json:"missing"`
Unexpected []string `json:"unexpected"`
Unavailable []string `jsong:"unavailable"`
}
Thrown holds different error types.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.