Files
MollyBlog/config/mStatistics.go

8 lines
134 B
Go

package config
type mStatistics struct {
Enable bool `yaml:"enable"`
Type string `yaml:"type"`
Baidu string `yaml:"baidu"`
}