mirror of
https://github.com/yudai/gotty.git
synced 2025-12-20 17:40:12 +01:00
7 lines
138 B
Go
7 lines
138 B
Go
|
|
package server
|
||
|
|
|
||
|
|
type InitMessage struct {
|
||
|
|
Arguments string `json:"Arguments,omitempty"`
|
||
|
|
AuthToken string `json:"AuthToken,omitempty"`
|
||
|
|
}
|