Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionIDGenerator ¶
type ConnectionIDGenerator interface {
NewID() string
}
type DefaultIDGenerator ¶
type DefaultIDGenerator struct {
// contains filtered or unexported fields
}
func (*DefaultIDGenerator) NewID ¶
func (g *DefaultIDGenerator) NewID() string
type DefaultReqIdGenerator ¶
type DefaultReqIdGenerator struct {
// contains filtered or unexported fields
}
func (*DefaultReqIdGenerator) NewID ¶
func (g *DefaultReqIdGenerator) NewID() uint64
type ReqIdGenerator ¶
type ReqIdGenerator interface {
NewID() uint64
}
Click to show internal directories.
Click to hide internal directories.