Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryList ¶
type CategoryList []string
func (CategoryList) MarshalEasyJSON ¶
func (v CategoryList) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CategoryList) MarshalJSON ¶
func (v CategoryList) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CategoryList) UnmarshalEasyJSON ¶
func (v *CategoryList) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CategoryList) UnmarshalJSON ¶
func (v *CategoryList) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GeneratorFunction ¶
type GeneratorFunction struct { Display string `json:"display"` Category string `json:"category"` Description string `json:"description"` Example string `json:"example"` Params []gofakeit.Param `json:"params,omitempty"` }
func (GeneratorFunction) MarshalEasyJSON ¶
func (v GeneratorFunction) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GeneratorFunction) MarshalJSON ¶
func (v GeneratorFunction) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GeneratorFunction) UnmarshalEasyJSON ¶
func (v *GeneratorFunction) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GeneratorFunction) UnmarshalJSON ¶
func (v *GeneratorFunction) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GeneratorFunctionList ¶
type GeneratorFunctionList []GeneratorFunction
func (GeneratorFunctionList) MarshalEasyJSON ¶
func (v GeneratorFunctionList) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GeneratorFunctionList) MarshalJSON ¶
func (v GeneratorFunctionList) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GeneratorFunctionList) UnmarshalEasyJSON ¶
func (v *GeneratorFunctionList) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GeneratorFunctionList) UnmarshalJSON ¶
func (v *GeneratorFunctionList) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.