gen

package
v2.1.3 Latest Latest
Warning

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

Go to latest
Published: May 12, 2021 License: MIT Imports: 2 Imported by: 0

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
}

Jump to

Keyboard shortcuts

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