@ -103,9 +103,9 @@ type Connection struct {
// endpoint_tcp_port of the connection
EndpointTcpPort uint32 ` protobuf:"varint,6,opt,name=endpoint_tcp_port,json=endpointTcpPort,proto3" json:"endpoint_tcp_port,omitempty" class:"public" ` // @gotags: `class:"public"`
// bytes_up of the connection
BytesUp u int64 ` protobuf:"varint,7,opt,name=bytes_up,json=bytesUp,proto3" json:"bytes_up,omitempty" class:"public" ` // @gotags: `class:"public"`
BytesUp int64 ` protobuf:"varint,7,opt,name=bytes_up,json=bytesUp,proto3" json:"bytes_up,omitempty" class:"public" ` // @gotags: `class:"public"`
// bytes_down of the connection
BytesDown u int64 ` protobuf:"varint,8,opt,name=bytes_down,json=bytesDown,proto3" json:"bytes_down,omitempty" class:"public" ` // @gotags: `class:"public"`
BytesDown int64 ` protobuf:"varint,8,opt,name=bytes_down,json=bytesDown,proto3" json:"bytes_down,omitempty" class:"public" ` // @gotags: `class:"public"`
// closed_reason of the connection
ClosedReason string ` protobuf:"bytes,9,opt,name=closed_reason,json=closedReason,proto3" json:"closed_reason,omitempty" class:"public" ` // @gotags: `class:"public"`
}
@ -170,14 +170,14 @@ func (x *Connection) GetEndpointTcpPort() uint32 {
return 0
}
func ( x * Connection ) GetBytesUp ( ) u int64 {
func ( x * Connection ) GetBytesUp ( ) int64 {
if x != nil {
return x . BytesUp
}
return 0
}
func ( x * Connection ) GetBytesDown ( ) u int64 {
func ( x * Connection ) GetBytesDown ( ) int64 {
if x != nil {
return x . BytesDown
}
@ -447,9 +447,9 @@ var file_controller_api_resources_sessions_v1_session_proto_rawDesc = []byte{
0x2a , 0x0a , 0x11 , 0x65 , 0x6e , 0x64 , 0x70 , 0x6f , 0x69 , 0x6e , 0x74 , 0x5f , 0x74 , 0x63 , 0x70 , 0x5f ,
0x70 , 0x6f , 0x72 , 0x74 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x0f , 0x65 , 0x6e , 0x64 , 0x70 ,
0x6f , 0x69 , 0x6e , 0x74 , 0x54 , 0x63 , 0x70 , 0x50 , 0x6f , 0x72 , 0x74 , 0x12 , 0x19 , 0x0a , 0x08 , 0x62 ,
0x79 , 0x74 , 0x65 , 0x73 , 0x5f , 0x75 , 0x70 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x0 4 , 0x52 , 0x07 , 0x62 ,
0x79 , 0x74 , 0x65 , 0x73 , 0x5f , 0x75 , 0x70 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x0 3 , 0x52 , 0x07 , 0x62 ,
0x79 , 0x74 , 0x65 , 0x73 , 0x55 , 0x70 , 0x12 , 0x1d , 0x0a , 0x0a , 0x62 , 0x79 , 0x74 , 0x65 , 0x73 , 0x5f ,
0x64 , 0x6f , 0x77 , 0x6e , 0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x0 4 , 0x52 , 0x09 , 0x62 , 0x79 , 0x74 , 0x65 ,
0x64 , 0x6f , 0x77 , 0x6e , 0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x0 3 , 0x52 , 0x09 , 0x62 , 0x79 , 0x74 , 0x65 ,
0x73 , 0x44 , 0x6f , 0x77 , 0x6e , 0x12 , 0x23 , 0x0a , 0x0d , 0x63 , 0x6c , 0x6f , 0x73 , 0x65 , 0x64 , 0x5f ,
0x72 , 0x65 , 0x61 , 0x73 , 0x6f , 0x6e , 0x18 , 0x09 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0c , 0x63 , 0x6c ,
0x6f , 0x73 , 0x65 , 0x64 , 0x52 , 0x65 , 0x61 , 0x73 , 0x6f , 0x6e , 0x22 , 0xf5 , 0x06 , 0x0a , 0x07 , 0x53 ,