Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomStringMaker ¶
type RandomStringMaker struct {
// contains filtered or unexported fields
}
func NewRandomStringMaker ¶
func NewRandomStringMaker() *RandomStringMaker
func (*RandomStringMaker) MakeSizedBytes ¶
func (rsm *RandomStringMaker) MakeSizedBytes(length int) []byte
func (*RandomStringMaker) MakeSizedString ¶
func (rsm *RandomStringMaker) MakeSizedString(length int) string
Click to show internal directories.
Click to hide internal directories.