Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFxTestUuidV6GeneratorFactory ¶
func NewFxTestUuidV6GeneratorFactory(p FxTestUuidV6GeneratorFactoryParam) uuidv6.UuidV6GeneratorFactory
NewFxTestUuidV6GeneratorFactory returns a new TestUuidGeneratorV6Factory, implementing uuidv6.UuidV6GeneratorFactory.
Types ¶
type FxTestUuidV6GeneratorFactoryParam ¶
type FxTestUuidV6GeneratorFactoryParam struct { fx.In Value string `name:"generate-test-uuid-v6-value"` }
FxTestUuidV6GeneratorFactoryParam is used to retrieve the provided generate-test-uuid-V6-value from Fx.
type TestUuidGeneratorV6Factory ¶
type TestUuidGeneratorV6Factory struct {
// contains filtered or unexported fields
}
TestUuidGeneratorV6Factory is a uuidv6.Ui implementation.
func (*TestUuidGeneratorV6Factory) Create ¶
func (f *TestUuidGeneratorV6Factory) Create() uuidv6.UuidV6Generator
Create returns a new uuidv6.UuidV6Generator.
Click to show internal directories.
Click to hide internal directories.