service

package
v0.0.0-...-492a0b1 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: MIT Imports: 11 Imported by: 0

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"`
}

type TektonOciArtifactStruct

type TektonOciArtifactStruct struct {
	OCI struct {
		Repo   string `json:"repo"`
		Tag    string `json:"tag"`
		Digest string `json:"digest"`
	} `json:"oci"`
	Files []string `json:"files"`
}

Jump to

Keyboard shortcuts

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