Skip to content

Commit 1e51ad2

Browse files
authored
Update adaptix_struct.go
1 parent 5042cce commit 1e51ad2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

adaptix_struct.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ type AgentData struct {
4949
Color string `json:"a_color"`
5050
}
5151

52+
type TaskDataTunnel struct {
53+
ChannelId int
54+
Data TaskData
55+
}
56+
5257
type TaskData struct {
5358
Type int `json:"t_type"`
5459
TaskId string `json:"t_task_id"`
@@ -150,6 +155,8 @@ type TunnelData struct {
150155
Client string `json:"p_client"`
151156
Fhost string `json:"p_fhost"`
152157
Fport string `json:"p_fport"`
158+
AuthUser string `json:"p_auth_user"`
159+
AuthPass string `json:"p_auth_pass"`
153160
}
154161

155162
type PivotData struct {

0 commit comments

Comments
 (0)