Documentation ¶
Index ¶
- type Faker
- func (f *Faker) DateUnix() interface{}
- func (*Faker) GenerateBookmarks(prefix string, count int) []string
- func (*Faker) GenerateExdates(count int) interface{}
- func (f *Faker) JWT() (string, error)
- func (*Faker) NowUnix() interface{}
- func (*Faker) NowUnixAdd(dStr string) (interface{}, error)
- func (*Faker) ObjectID() interface{}
- func (f *Faker) Password(password string) (string, error)
- func (f *Faker) ResetUniqueName()
- func (*Faker) ToObjectID(s string) interface{}
- func (f *Faker) UniqueName() (string, error)
- type Loader
- type Parser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Faker ¶
type Faker struct { *gofakeit.Faker // contains filtered or unexported fields }
func (*Faker) GenerateBookmarks ¶
func (*Faker) GenerateExdates ¶
GenerateExdates
func (*Faker) ToObjectID ¶
ToObjectID converts a string of hex digits to a MongoDB ObjectId
Click to show internal directories.
Click to hide internal directories.