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:
6
internal/model/mCategory.go
Normal file
6
internal/model/mCategory.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type MCategory struct {
|
||||
Name string `yaml:"name" json:"name"`
|
||||
Hash string `yaml:"hash" json:"hash"`
|
||||
}
|
||||
Reference in New Issue
Block a user