github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/courier/enumeration/gen/types/status.go (about) 1 package types 2 3 // swagger:enum 4 type Status int64 5 6 const ( 7 STATUS_UNKNOWN Status = iota 8 STATUS__ACTIVE // 激活 9 STATUS__CLOSED // 关闭 10 )