From 5627146e45afbb8f6566862c60a42a0b0aad2d0a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 22 Jun 2021 15:20:08 +0300 Subject: - Move common interfaces and structures to the 'common' folder - Update tests Signed-off-by: Valery Piashchynski --- common/doc.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/doc.go (limited to 'common/doc.go') diff --git a/common/doc.go b/common/doc.go new file mode 100644 index 00000000..adc03351 --- /dev/null +++ b/common/doc.go @@ -0,0 +1,9 @@ +/* +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 -- cgit v1.2.3