mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Add protos for supporting colored terminal line events
This commit is contained in:
parent
55e89ed372
commit
e96738bf43
5 changed files with 978 additions and 968 deletions
|
|
@ -1,8 +1,4 @@
|
|||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||
// versions:
|
||||
// - protoc-gen-go-grpc v1.2.0
|
||||
// - protoc v3.19.4
|
||||
// source: proto/ruby_vagrant/ruby-server.proto
|
||||
|
||||
package ruby_vagrant
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -994,6 +994,7 @@ message GetJobStreamResponse {
|
|||
string msg = 1;
|
||||
string style = 2;
|
||||
bool disable_new_line = 3;
|
||||
string color = 4;
|
||||
}
|
||||
|
||||
message Raw {
|
||||
|
|
|
|||
|
|
@ -308,6 +308,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||
repeated :lines, :string, 1
|
||||
optional :style, :enum, 2, "hashicorp.vagrant.sdk.TerminalUI.OutputRequest.Style"
|
||||
optional :disable_new_line, :bool, 3
|
||||
optional :color, :string, 4
|
||||
end
|
||||
add_enum "hashicorp.vagrant.sdk.TerminalUI.OutputRequest.Style" do
|
||||
value :HEADER, 0
|
||||
|
|
@ -355,6 +356,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||
optional :msg, :string, 1
|
||||
optional :style, :string, 2
|
||||
optional :disable_new_line, :bool, 3
|
||||
optional :color, :string, 4
|
||||
end
|
||||
add_message "hashicorp.vagrant.sdk.TerminalUI.Event.Raw" do
|
||||
optional :data, :bytes, 1
|
||||
|
|
|
|||
|
|
@ -402,6 +402,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||
optional :msg, :string, 1
|
||||
optional :style, :string, 2
|
||||
optional :disable_new_line, :bool, 3
|
||||
optional :color, :string, 4
|
||||
end
|
||||
add_message "hashicorp.vagrant.GetJobStreamResponse.Terminal.Event.Raw" do
|
||||
optional :data, :bytes, 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue