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