pushstream

package
v0.0.0-...-d36040a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel struct {
	Channel           string `json:"channel"`
	PublishedMessages int64  `json:"published_messages"`
	StoredMessages    int64  `json:"stored_messages"`
	Subscribers       int64  `json:"subscribers"`
}

type PushStream

type PushStream struct {
	Channels int64      `json:"channels"`
	Infos    []*Channel `json:"infos"`
}

func NewPushStream

func NewPushStream() *PushStream

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL