@ -34,6 +34,8 @@ var (
Project *project
// 数组操作
Array *array
// JWT ...
JWT *ownJwt
)
func init() {
@ -50,4 +52,5 @@ func init() {
Calculate = &calculate{}
Project = &project{}
Array = &array{}
JWT = &ownJwt{}
}
The note is not visible to the blocked user.