mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
simplified pubsub event
This commit is contained in:
@@ -89,4 +89,8 @@ type StringSliceWrapper struct {
|
||||
Items []string
|
||||
}
|
||||
|
||||
type StringMapWrapper struct {
|
||||
Items map[string]string
|
||||
}
|
||||
|
||||
type EmptyWrapper struct{}
|
||||
|
||||
Reference in New Issue
Block a user