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

13 lines
150 B
Go

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