Rename to hdlrWrappers for symmetry sake

This commit is contained in:
Asim
2015-12-02 21:12:09 +00:00
parent 96d7975052
commit 5e364693ee
6 changed files with 34 additions and 36 deletions

View File

@@ -31,7 +31,6 @@ type Server interface {
Stop() error
}
type Publication interface {
Topic() string
Message() interface{}