Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAckEvent ¶
func ToAckEvent ¶
Types ¶
type IdGenerator ¶
type IdGenerator struct {
}
func NewIdGenerator ¶
func NewIdGenerator() *IdGenerator
func (*IdGenerator) Next ¶
func (g *IdGenerator) Next() string
type SequenceGenerator ¶
type SequenceGenerator struct {
// contains filtered or unexported fields
}
func NewSequenceGenerator ¶
func NewSequenceGenerator() *SequenceGenerator
func (*SequenceGenerator) Next ¶
func (g *SequenceGenerator) Next() uint64
Click to show internal directories.
Click to hide internal directories.