update godeps (#2098)
This commit is contained in:
parent
d66c5e144f
commit
f039caf134
26 changed files with 444 additions and 439 deletions
|
@ -209,7 +209,6 @@ service HeadscaleService {
|
|||
}
|
||||
// --- Policy end ---
|
||||
|
||||
|
||||
// Implement Tailscale API
|
||||
// rpc GetDevice(GetDeviceRequest) returns(GetDeviceResponse) {
|
||||
// option(google.api.http) = {
|
||||
|
|
|
@ -5,17 +5,17 @@ option go_package = "github.com/juanfont/headscale/gen/go/v1";
|
|||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
message SetPolicyRequest {
|
||||
string policy = 1;
|
||||
string policy = 1;
|
||||
}
|
||||
|
||||
message SetPolicyResponse {
|
||||
string policy = 1;
|
||||
google.protobuf.Timestamp updated_at = 2;
|
||||
string policy = 1;
|
||||
google.protobuf.Timestamp updated_at = 2;
|
||||
}
|
||||
|
||||
message GetPolicyRequest {}
|
||||
|
||||
message GetPolicyResponse {
|
||||
string policy = 1;
|
||||
google.protobuf.Timestamp updated_at = 2;
|
||||
string policy = 1;
|
||||
google.protobuf.Timestamp updated_at = 2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue