Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IGenerator ¶
type IGeneratorBuilder ¶
type IGeneratorBuilder interface { NewIdGenerator(ctx context.Context, tracer tracing.ITracer) (IGenerator, error) RestoreIdGenerator(ctx context.Context, serialized []byte, tracer tracing.ITracer) (IGenerator, error) }
var DefaultIdGeneratorBuilder IGeneratorBuilder
type SnoGenerator ¶
func (*SnoGenerator) New ¶
func (g *SnoGenerator) New() Id
func (*SnoGenerator) Snapshot ¶
func (g *SnoGenerator) Snapshot() (result []byte, err error)
Click to show internal directories.
Click to hide internal directories.