process_version

package module
v0.0.0-...-c06f96f Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TOPIC            = os.Getenv("PROCESSING_QUEUE")
	PROJECT          = os.Getenv("PROJECT")
	OUTGOING_BUCKET  = os.Getenv("OUTGOING_BUCKET")
	GOOGLE_ACCESS_ID = os.Getenv("GOOGLE_ACCESS_ID")
)

Functions

func Invoke

func Invoke(ctx context.Context, e gcp.GCSEvent) error

Types

type Message

type Message struct {
	OutgoingSignedURL string           `json:"outgoingSignedURL"`
	Tar               string           `json:"tar"`
	Pkg               string           `json:"package"`
	Version           string           `json:"version"`
	Config            packages.Package `json:"config"`
}

Jump to

Keyboard shortcuts

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