Documentation ¶
Index ¶
- Variables
- type Int
- func (b Int) Add(c Int) Int
- func (b Int) MarshalGQL(w io.Writer)
- func (b Int) MarshalJSON() ([]byte, error)
- func (b Int) Neg() Int
- func (b *Int) Scan(src interface{}) error
- func (b *Int) UnmarshalGQL(v interface{}) error
- func (b *Int) UnmarshalJSON(p []byte) error
- func (b Int) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var IntSchemaType = map[string]string{ dialect.Postgres: "numeric", }
Functions ¶
This section is empty.
Types ¶
type Int ¶
func (Int) MarshalGQL ¶
func (Int) MarshalJSON ¶
func (*Int) UnmarshalGQL ¶
func (*Int) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.