Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewReader), fx.Provide(NewGenerator), )
Module for fx.
Functions ¶
This section is empty.
Types ¶
type Generator ¶ added in v1.367.0
type Generator struct {
// contains filtered or unexported fields
}
Generator for rand.
func NewGenerator ¶ added in v1.367.0
NewGenerator for rand.
func (*Generator) GenerateBytes ¶ added in v1.367.0
GenerateBytes for rand.
func (*Generator) GenerateLetters ¶ added in v1.367.0
GenerateLetters will generate using letters.
func (*Generator) GenerateString ¶ added in v1.367.0
GenerateString will generate using letters and symbols.
Click to show internal directories.
Click to hide internal directories.