Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReadModeBeginning = "0-0" ReadModeLatest = "$" )
View Source
const (
BraidPubsubTopic = "braid.pubsub.streams"
)
Variables ¶
This section is empty.
Functions ¶
func BuildWithOption ¶
Types ¶
type ChannelOption ¶
type ChannelOption func(*ChannelParm)
func WithReadMode ¶
func WithReadMode(mode string) ChannelOption
type ChannelParm ¶
type ChannelParm struct {
ReadMode string
}
Click to show internal directories.
Click to hide internal directories.