diff options
author | Valery Piashchynski <[email protected]> | 2021-04-30 13:41:18 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-30 13:41:18 +0300 |
commit | 5f451ffbba6b9758d61ba70ddd112a8e1570045a (patch) | |
tree | aafd7e6fe00dd6b53ab768fcf45535384f4c9df7 /plugins/service | |
parent | c9770668debb203f121d8a5f08a3e3c19f4535ea (diff) |
- Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/service')
-rw-r--r-- | plugins/service/plugin.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/service/plugin.go b/plugins/service/plugin.go index 522fe192..28b84443 100644 --- a/plugins/service/plugin.go +++ b/plugins/service/plugin.go @@ -106,6 +106,5 @@ func (service *Plugin) Name() string { } // Available interface implementation -func (service *Plugin) Available() bool { - return true +func (service *Plugin) Available() { } |