Discover Packages
go.skia.org/infra
go
docker
build
pubsub
package
Version:
v0.0.0-...-b04d5d2
Opens a new window with list of versions in this module.
Published: Oct 31, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
TOPIC = "skia-docker-builds"
TOPIC_PROJECT_ID = "skia-public"
)
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.