8 lines
105 B
Go
8 lines
105 B
Go
package panel
|
|
|
|
type ApiPanel struct {
|
|
ItemIcon ItemIcon
|
|
UserConfig UserConfig
|
|
UsersApi UsersApi
|
|
}
|