5 lines
85 B
Go
5 lines
85 B
Go
/*
|
|
Package broker is an interface used for asynchronous messaging.
|
|
*/
|
|
package broker
|