mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Complete modules related to home page, archive page and article page
This commit is contained in:
7
internal/model/mFileInfo.go
Normal file
7
internal/model/mFileInfo.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
// MFileInfo basic file info
|
||||
type MFileInfo struct {
|
||||
Name string
|
||||
Path string
|
||||
}
|
||||
Reference in New Issue
Block a user