diff options
author | Valery Piashchynski <[email protected]> | 2021-09-16 17:12:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-16 17:12:37 +0300 |
commit | f3491c089b4da77fd8d2bc942a88b6b8d117a8a5 (patch) | |
tree | 32bfffb1f24eeee7b909747cc00a6a6b9fd3ee83 /common/doc.go | |
parent | 5d2cd55ab522d4f1e65a833f91146444465a32ac (diff) |
Move plugins to a separate repository
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'common/doc.go')
-rw-r--r-- | common/doc.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/doc.go b/common/doc.go deleted file mode 100644 index adc03351..00000000 --- a/common/doc.go +++ /dev/null @@ -1,9 +0,0 @@ -/* -Package common used to collect common interfaces/structures which might be implemented (or imported) by a different plugins. -For example, 'pubsub' interface might be implemented by memory, redis, websockets and many other plugins. - -Folders: -- kv - contains KV interfaces and structures -- pubsub - contains pub-sub interfaces and structures -*/ -package common |