summaryrefslogtreecommitdiff
path: root/plugins/server/plugin.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-05-13 19:32:04 +0300
committerValery Piashchynski <[email protected]>2021-05-13 19:32:04 +0300
commit7ee84c5fd7cd57b97e2cb2005b37784183800ae0 (patch)
tree6a718020f9faabdba417d74110f7acd4382dff24 /plugins/server/plugin.go
parent2be94ad0400e2f523d87f47e09a7bf505edef689 (diff)
- Update tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/server/plugin.go')
-rw-r--r--plugins/server/plugin.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/server/plugin.go b/plugins/server/plugin.go
index 320da372..ef77f7ab 100644
--- a/plugins/server/plugin.go
+++ b/plugins/server/plugin.go
@@ -58,8 +58,7 @@ func (server *Plugin) Name() string {
}
// Available interface implementation
-func (server *Plugin) Available() {
-}
+func (server *Plugin) Available() {}
// Serve (Start) server plugin (just a mock here to satisfy interface)
func (server *Plugin) Serve() chan error {