pubsub

package
v0.0.0-...-0807a26 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: BSD-3-Clause Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// TOPIC is the PubSub topic for docker image push messages.
	TOPIC = "skia-docker-builds"

	// The cloud project the above topic lives in.
	TOPIC_PROJECT_ID = "skia-public"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildInfo

type BuildInfo struct {
	ImageName string `json:"image_name"`
	Tag       string `json:"tag"`
	Repo      string `json:"repo"`
}

The type that will stored as data when publishing messages to the above topic.

func (BuildInfo) String

func (b BuildInfo) String() string

Jump to

Keyboard shortcuts

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