Documentation ¶
Index ¶
- func FakeAvatarGen() (string, gofakeit.Info)
- func FakeAvatarGenBytes() (string, gofakeit.Info)
- func FakeDropdownQuestion(genFunc func() (interface{}, error)) (string, gofakeit.Info)
- func FakeMailSequence(...) (string, gofakeit.Info)
- func FakeNameSequence(...) (string, gofakeit.Info)
- func FakeQuestionGroup(genFunc func(int) (interface{}, error)) (string, gofakeit.Info)
- func FakeQuestionType(genFunc func() (interface{}, error)) (string, gofakeit.Info)
- func FakeRandomTs() (string, gofakeit.Info)
- func FakeYtUrls() (string, gofakeit.Info)
- func GenFakeLogo(outDir string, size int) (string, error)
- func GenFakeLogoBytes(size int) ([]byte, error)
- func UnmarshalFromFilepath(path string, any interface{}) error
- type QuestionGroup
- type RefCount
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FakeAvatarGen ¶
func FakeAvatarGen() (string, gofakeit.Info)
FakeAvatarGen generates and writes random user / project / org letter avatar Outputs the filepath to the generated image
func FakeAvatarGenBytes ¶
func FakeAvatarGenBytes() (string, gofakeit.Info)
FakeAvatarGenBytes generates and writes random user / project / org letter avatar Outputs the filepath to the generated image
func FakeDropdownQuestion ¶
FakeDropdownQuestion generates dropdown question for the same question group
func FakeMailSequence ¶
func FakeNameSequence ¶
func FakeQuestionGroup ¶
FakeQuestionGroup creates / generates question group number useful for dropdown question generation
func FakeQuestionType ¶
FakeQuestionType creates / generates question type (dropdown,singlecheckbox,textfield)
func FakeYtUrls ¶
func FakeYtUrls() (string, gofakeit.Info)
FakeYtUrls generates a random slice of royalty free youtube music video url Thanks to Audio Library Plus Channel (https://www.youtube.com/channel/UCht8qITGkBvXKsR1Byln-wA) TODO: fetch the channel and append it here instead of hardcoding it.