7 lines
68 B
Go
7 lines
68 B
Go
package global
|
|
|
|
var Status struct {
|
|
Output bool
|
|
Guardian bool
|
|
}
|