We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed72ba commit b957f84Copy full SHA for b957f84
docs/plugin/templateplugin.go
@@ -71,19 +71,14 @@ func (d *TemplatePlugin) Connect() error {
71
d.stopChan = make(chan bool, 1)
72
}
73
74
- if d.verbose {
75
- d.logger.Println("connect dummy")
76
- }
+ d.logger.Println("connect dummy plugin")
77
78
return nil
79
80
81
// Close will close the service resources if needed
82
func (d *TemplatePlugin) Close() error {
83
84
- d.logger.Println("close dummy plugin")
85
86
-
+ d.logger.Println("close dummy plugin")
87
88
89
0 commit comments