Documentation ¶ Index ¶ type Carl func (i Carl) MarshalGQL(w io.Writer) func (x Carl) String() string func (i *Carl) UnmarshalGQL(v interface{}) error type Jimbob func (i Jimbob) MarshalGQL(w io.Writer) func (i *Jimbob) UnmarshalGQL(v interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Carl ¶ type Carl uint8 const ( Herp Carl = iota Derp Merp ) func (Carl) MarshalGQL ¶ func (i Carl) MarshalGQL(w io.Writer) func (Carl) String ¶ func (x Carl) String() string func (*Carl) UnmarshalGQL ¶ func (i *Carl) UnmarshalGQL(v interface{}) error type Jimbob ¶ type Jimbob uint8 const ( Kazerp Jimbob = iota Blargh Ugh ) func (Jimbob) MarshalGQL ¶ func (i Jimbob) MarshalGQL(w io.Writer) func (*Jimbob) UnmarshalGQL ¶ func (i *Jimbob) UnmarshalGQL(v interface{}) error Source Files ¶ View all Source files carl.go carl_gqlgenmarshal.go jimbob_gqlgenmarshal.go Click to show internal directories. Click to hide internal directories.