7 lines
73 B
Go
7 lines
73 B
Go
|
package model
|
||
|
|
||
|
// 服务状态
|
||
|
type ServiceState struct {
|
||
|
State int32
|
||
|
}
|