mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
7 lines
114 B
Go
7 lines
114 B
Go
package model
|
|
|
|
type MTag struct {
|
|
Name string `yaml:"name" json:"name"`
|
|
Hash string `yaml:"hash" json:"hash"`
|
|
}
|