Versions in this module Expand all Collapse all v1 v1.2.0 Jan 20, 2026 Changes in this version + func SingleToClipboardText(values []string) string + func ToClipboardText(identities []Identity) string + type FormatType string + const FormatCSV + const FormatJSON + const FormatTable + type Formatter struct + func NewFormatter(w io.Writer, format string) *Formatter + func (f *Formatter) FormatIdentities(identities []Identity) error + func (f *Formatter) FormatSingle(field string, values []string) error + type Identity struct + Address string + Bank string + Email string + IDNo string + Mobile string + Name string v1.0.0 May 12, 2019 Changes in this version + func GenFixedLengthChineseChars(length int) string + func GenRandomLengthChineseChars(start, end int) string + func RandInt(min, max int) int + func RandInt64(min, max int64) int64 + func RandStr(len int) string + func ReverseString(s string) string Other modules containing this package github.com/mritd/idgen/v2