mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02: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"`
|
|
}
|