Files

8 lines
103 B
Go

package common
type ClearDB struct {
TableName string
CompareField string
Interval string
}