Documentation ¶
Index ¶
- type FakeGenerator
- func (f *FakeGenerator) GenerateRandomCode(generator *vcgen.Generator) string
- func (f *FakeGenerator) GenerateRandomRangeNumber(min, max int64) int64
- func (f *FakeGenerator) GenerateSha256Hash(input string) string
- func (f *FakeGenerator) RandomPINCodeGenerator(l int) string
- func (f *FakeGenerator) RandomPasswordGenerator(l int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGenerator ¶
func (*FakeGenerator) GenerateRandomCode ¶ added in v0.8.64
func (f *FakeGenerator) GenerateRandomCode(generator *vcgen.Generator) string
func (*FakeGenerator) GenerateRandomRangeNumber ¶
func (f *FakeGenerator) GenerateRandomRangeNumber(min, max int64) int64
func (*FakeGenerator) GenerateSha256Hash ¶
func (f *FakeGenerator) GenerateSha256Hash(input string) string
func (*FakeGenerator) RandomPINCodeGenerator ¶ added in v0.9.14
func (f *FakeGenerator) RandomPINCodeGenerator(l int) string
func (*FakeGenerator) RandomPasswordGenerator ¶ added in v0.9.14
func (f *FakeGenerator) RandomPasswordGenerator(l int) string
Click to show internal directories.
Click to hide internal directories.