mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
7 lines
166 B
Go
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
|
|
}
|