Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudEventService ¶
type CloudEventService interface {
Handle(event cloudevents.Event)
}
type DevBuildCEServer ¶
type DevBuildCEServer struct {
// contains filtered or unexported fields
}
func NewDevBuildCEServer ¶
func NewDevBuildCEServer(ds rest.DevBuildService) DevBuildCEServer
func (DevBuildCEServer) Handle ¶
func (s DevBuildCEServer) Handle(event cloudevents.Event)
type TektonImageStruct ¶
type TektonImageStruct struct { Images []struct { URL string `json:"url"` } `json:"images"` }
Click to show internal directories.
Click to hide internal directories.