Files
crawlab/core/entity/system_info.go
2024-06-14 15:42:50 +08:00

7 lines
166 B
Go

package entity
type SystemInfo struct {
Edition string `json:"edition"` // edition. e.g. community / pro
Version string `json:"version"` // version. e.g. v0.6.0
}