Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudEventHeaders ¶ added in v0.1.3
type CloudEventHeaders struct { ID string `json:"id"` Source string `json:"source"` SpecVersion string `json:"specversion"` Subject string `json:"subject"` Time time.Time `json:"time"` Type string `json:"type"` }
CloudEventHeaders contains the fields common to all CloudEvent messages.
type StringSet ¶ added in v0.1.2
type StringSet struct {
// contains filtered or unexported fields
}
StringSet offers a nice api to deal with string lists
func NewStringSet ¶ added in v0.1.2
func NewStringSet() *StringSet
Click to show internal directories.
Click to hide internal directories.