Documentation
¶
Overview ¶
Package customtypes is a custom type definition for ent and the associated interfaces
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONObject ¶
type JSONObject map[string]interface{}
JSONObject is a custom type for JSON object templates
func (JSONObject) MarshalGQL ¶
func (j JSONObject) MarshalGQL(w io.Writer)
MarshalGQL implement the Marshaler interface for gqlgen
func (*JSONObject) UnmarshalGQL ¶
func (j *JSONObject) UnmarshalGQL(v interface{}) error
UnmarshalGQL implement the Unmarshaler interface for gqlgen
Click to show internal directories.
Click to hide internal directories.