mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-04 17:33:21 +08:00
Initial commit
This commit is contained in:
11
types/session.go
Normal file
11
types/session.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package types
|
||||
|
||||
type Session struct {
|
||||
Id string `json:"id"`
|
||||
Instances map[string]*Instance `json:"instances"`
|
||||
}
|
||||
|
||||
type Instance struct {
|
||||
Name string `json:"name"`
|
||||
IP string `json:"ip"`
|
||||
}
|
Reference in New Issue
Block a user