min mod : comment exported fields
This commit is contained in:
parent
0de217f362
commit
5db546e964
|
@ -10,6 +10,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Name returns the driver name
|
||||||
func (d *Generic) Name() string { return "generic" }
|
func (d *Generic) Name() string { return "generic" }
|
||||||
|
|
||||||
// RunController implements the Driver interface
|
// RunController implements the Driver interface
|
||||||
|
|
|
@ -9,6 +9,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Name returns the driver name
|
||||||
func (d *Plugin) Name() string { return "plugin" }
|
func (d *Plugin) Name() string { return "plugin" }
|
||||||
|
|
||||||
// RunController implements the Driver interface
|
// RunController implements the Driver interface
|
||||||
|
|
Loading…
Reference in New Issue