simplified pubsub event

This commit is contained in:
Radu Ioan Fericean
2015-07-27 22:12:43 +03:00
parent 4a61f02b80
commit 20ed3ea34f
6 changed files with 20 additions and 26 deletions

View File

@@ -89,4 +89,8 @@ type StringSliceWrapper struct {
Items []string
}
type StringMapWrapper struct {
Items map[string]string
}
type EmptyWrapper struct{}