feat(protocol): add gateway provider session work
This commit is contained in:
@@ -117,6 +117,25 @@ message SessionAuthority {
|
||||
string provider_identity = 9;
|
||||
}
|
||||
|
||||
message ProviderSessionWork {
|
||||
string version = 1;
|
||||
string session_id = 2;
|
||||
string gateway_id = 3;
|
||||
uint64 reconnect_sequence = 4;
|
||||
google.protobuf.Timestamp expires_at = 5;
|
||||
string provider_profile = 6;
|
||||
string provider_identity = 7;
|
||||
string policy_version_id = 8;
|
||||
string application_id = 9;
|
||||
string management_host = 10;
|
||||
uint32 management_port = 11;
|
||||
string stream_host = 12;
|
||||
uint32 stream_port = 13;
|
||||
string client_certificate_pem = 14;
|
||||
string client_private_key_pem = 15;
|
||||
string server_certificate_pem = 16;
|
||||
}
|
||||
|
||||
message ChannelFrame {
|
||||
string version = 1;
|
||||
string flow_id = 2;
|
||||
|
||||
Reference in New Issue
Block a user