mirror of
https://github.com/mudler/luet.git
synced 2025-09-05 01:00:44 +00:00
Update gomod and vendor
This commit is contained in:
19
vendor/github.com/moby/buildkit/session/auth/auth.proto
generated
vendored
Normal file
19
vendor/github.com/moby/buildkit/session/auth/auth.proto
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package moby.filesync.v1;
|
||||
|
||||
option go_package = "auth";
|
||||
|
||||
service Auth{
|
||||
rpc Credentials(CredentialsRequest) returns (CredentialsResponse);
|
||||
}
|
||||
|
||||
|
||||
message CredentialsRequest {
|
||||
string Host = 1;
|
||||
}
|
||||
|
||||
message CredentialsResponse {
|
||||
string Username = 1;
|
||||
string Secret = 2;
|
||||
}
|
Reference in New Issue
Block a user