Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct { UUID string ExpireTime time.Time P *router.ProducerChannel C *router.ConsumerChannel }
type ChannelConsumeRequest ¶
type ChannelConsumeResponse ¶
type ChannelInitRequest ¶
type ChannelInitRequest struct { UUID string `json:"uuid"` Producer bool `json:"producer"` Consumer bool `json:"consumer"` Accept []router.RoutingRule `json:"accept"` }
type ChannelInitResponse ¶
type ChannelProduceRequest ¶
type ChannelProduceResponse ¶
type ChannelProduceResponse struct {
Code int `json:"code"`
}
type UpdatesChannel ¶
Click to show internal directories.
Click to hide internal directories.