type github.com/go-redis/redis/v8.Message
13 uses
github.com/go-redis/redis/v8 (current package)
pubsub.go#L46: msgCh chan *Message
pubsub.go#L289: type Message struct {
pubsub.go#L296: func (m *Message) String() string {
pubsub.go#L331: return &Message{
pubsub.go#L340: return &Message{
pubsub.go#L348: return &Message{
pubsub.go#L400: func (c *PubSub) ReceiveMessage(ctx context.Context) (*Message, error) {
pubsub.go#L412: case *Message:
pubsub.go#L428: func (c *PubSub) Channel() <-chan *Message {
pubsub.go#L434: func (c *PubSub) ChannelSize(size int) <-chan *Message {
pubsub.go#L517: c.msgCh = make(chan *Message, size)
pubsub.go#L550: case *Message:
pubsub.go#L608: case *Message:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |