2023-11-08 21:53:07 +08:00

8 lines
105 B
Go

package panel
type ApiPanel struct {
ItemIcon ItemIcon
UserConfig UserConfig
UsersApi UsersApi
}