types.go 67 B

12345
  1. package controller
  2. type UserController struct {
  3. baseController
  4. }