diff options
author | Valery Piashchynski <[email protected]> | 2021-05-12 08:49:27 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-12 08:49:27 +0300 |
commit | 8d675100ba4e77909b0dcea7ad60ae4cbbe8ff37 (patch) | |
tree | 1271381601550d4f4d07364c0d78aad582b978ca /plugins/broadcast/interface.go | |
parent | f6ba3c077ccbc572eda26701b9dbacaf9fa453b9 (diff) |
- Update diagramm
- Remove old code
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/broadcast/interface.go')
-rw-r--r-- | plugins/broadcast/interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/broadcast/interface.go b/plugins/broadcast/interface.go index 093943af..716b3aac 100644 --- a/plugins/broadcast/interface.go +++ b/plugins/broadcast/interface.go @@ -18,7 +18,7 @@ type Subscriber interface { } type Storage interface { - + Store() } type Publisher interface { |