mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-10 07:44: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"`
|
||
|
}
|