mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-09-26 20:11:11 +08:00
13 lines
150 B
Go
13 lines
150 B
Go
package searches
|
|
|
|
type Datetime struct {
|
|
Search
|
|
}
|
|
|
|
// 初始化
|
|
func (p *Datetime) ParentInit() interface{} {
|
|
p.Component = "datetime"
|
|
|
|
return p
|
|
}
|