diff options
Diffstat (limited to 'interfaces/status/interface.go')
-rw-r--r-- | interfaces/status/interface.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/interfaces/status/interface.go b/interfaces/status/interface.go deleted file mode 100644 index 0a92bc52..00000000 --- a/interfaces/status/interface.go +++ /dev/null @@ -1,11 +0,0 @@ -package status - -// Status consists of status code from the service -type Status struct { - Code int -} - -// Checker interface used to get latest status from plugin -type Checker interface { - Status() Status -} |