Files
quark-go/pkg/builder/searches/date.go
tangtanglove 5244508c40 first commit
2023-01-18 13:40:07 +08:00

13 lines
138 B
Go

package searches
type Date struct {
Search
}
// 初始化
func (p *Date) ParentInit() interface{} {
p.Component = "date"
return p
}