1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package entities type ListReporter struct { Name string Default bool Created string Running bool Starting bool LastUp string Stream string VMType string CPUs uint64 Memory string DiskSize string Port int RemoteUsername string IdentityPath string }