mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00: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"`
|
|
}
|