mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
10 lines
129 B
Go
10 lines
129 B
Go
package constants
|
|
|
|
const (
|
|
String = "string"
|
|
Number = "number"
|
|
Boolean = "boolean"
|
|
Array = "array"
|
|
Object = "object"
|
|
)
|