Skip to content

Commit

Permalink
feat(fxgenerate): Added UUID V7 generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Jun 3, 2024
1 parent 7b85ce7 commit 545481a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fxgenerate/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewFxUuidGenerator(p FxUuidGeneratorParam) uuid.UuidGenerator {
return p.Factory.Create()
}

// FxUuidV7GeneratorParam allows injection of the required dependencies in [NewFxUuidGenerator].
// FxUuidV7GeneratorParam allows injection of the required dependencies in [NewFxUuidV7Generator].
type FxUuidV7GeneratorParam struct {
fx.In
Factory uuidv7.UuidV7GeneratorFactory
Expand Down

0 comments on commit 545481a

Please sign in to comment.