don't trash this function as it's used by plguins
This commit is contained in:
parent
e6cad40ac4
commit
ea289e9518
1 changed files with 4 additions and 0 deletions
|
@ -65,5 +65,9 @@ func (p *pluginDB) ReadAT(timeAT time.Time) ([]map[string]string, error) {
|
|||
return ret, nil
|
||||
}
|
||||
|
||||
func New() interface{} {
|
||||
return &pluginDB{}
|
||||
}
|
||||
|
||||
// empty main function is mandatory since we are in a main package
|
||||
func main() {}
|
||||
|
|
Loading…
Add table
Reference in a new issue