8 lines
94 B
Go
8 lines
94 B
Go
package objects
|
|
|
|
type ClientStatus struct {
|
|
Desktop string
|
|
Mobile string
|
|
Web string
|
|
}
|