mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
11 lines
180 B
Protocol Buffer
11 lines
180 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package docker.buildx.errdefs;
|
|
|
|
option go_package = "github.com/docker/buildx/controller/errdefs";
|
|
|
|
message Build {
|
|
string SessionID = 1;
|
|
string Ref = 2;
|
|
}
|