mirror of
https://github.com/yudai/gotty.git
synced 2026-02-11 02:44:20 +01:00
Refactor
This commit is contained in:
parent
54403dd678
commit
a6133f34b7
54 changed files with 2140 additions and 1334 deletions
6
server/init_message.go
Normal file
6
server/init_message.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package server
|
||||
|
||||
type InitMessage struct {
|
||||
Arguments string `json:"Arguments,omitempty"`
|
||||
AuthToken string `json:"AuthToken,omitempty"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue