Files
2026-08-14 13:34:21 +08:00

6 lines
89 B
Go

package controller
type userCollection struct{}
var UserCollection = &userCollection{}