mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-12-28 17:39:11 +08:00
11 lines
179 B
Protocol Buffer
11 lines
179 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package docker.buildx.errdefs;
|
|
|
|
option go_package = "github.com/docker/buildx/controller/errdefs";
|
|
|
|
message Build {
|
|
string Ref = 1;
|
|
string BuildRef = 2;
|
|
}
|