min mod : comment exported fields

This commit is contained in:
Adrien Marquès 2018-09-28 18:30:49 +02:00
parent 0de217f362
commit 5db546e964
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import (
"strings"
)
// Name returns the driver name
func (d *Generic) Name() string { return "generic" }
// RunController implements the Driver interface

View File

@ -9,6 +9,7 @@ import (
"strings"
)
// Name returns the driver name
func (d *Plugin) Name() string { return "plugin" }
// RunController implements the Driver interface