Merge branch 'dev' into feature/blog
THAT WAS PAINFUL!
This commit is contained in:
commit
3e5ecb9372
99 changed files with 2029 additions and 1010 deletions
8
admin/core/structs.go
Normal file
8
admin/core/structs.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package core
|
||||
|
||||
import "arimelody-web/model"
|
||||
|
||||
type AdminPageData struct {
|
||||
Path string
|
||||
Session *model.Session
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue