9 lines
120 B
Go
9 lines
120 B
Go
|
|
package core
|
||
|
|
|
||
|
|
import "arimelody-web/model"
|
||
|
|
|
||
|
|
type AdminPageData struct {
|
||
|
|
Path string
|
||
|
|
Session *model.Session
|
||
|
|
}
|