8 lines
164 B
Go
8 lines
164 B
Go
package model
|
|
|
|
type StatusData struct {
|
|
Success bool `json:"success"`
|
|
Website uint8 `json:"website"`
|
|
Api uint8 `json:"api"`
|
|
Files uint8 `json:"files"`
|
|
}
|