Documentation ¶
Overview ¶
Package nullint is a generated protocol buffer package.
It is generated from these files:
nullint.proto
It has these top-level messages:
NullInt
Index ¶
- type NullInt
- func (*NullInt) Descriptor() ([]byte, []int)
- func (m *NullInt) GetInt() int64
- func (m *NullInt) GetIsNotNull() bool
- func (ni *NullInt) ImplementsGraphQLType(name string) bool
- func (ni *NullInt) IsNull() bool
- func (*NullInt) ProtoMessage()
- func (m *NullInt) Reset()
- func (ni *NullInt) Scan(value interface{}) error
- func (ni *NullInt) Set(value int64)
- func (ni *NullInt) SetNull()
- func (m *NullInt) String() string
- func (ni *NullInt) UnmarshalGraphQL(input interface{}) error
- func (ni NullInt) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullInt ¶
type NullInt struct { // Represents the actual Integer Int int64 `protobuf:"varint,1,opt,name=int" json:"int,omitempty"` // is set to true if the integer is null IsNotNull bool `protobuf:"varint,2,opt,name=is_not_null,json=isNotNull" json:"is_not_null,omitempty"` }
NullInt ...
func (*NullInt) Descriptor ¶
func (*NullInt) GetIsNotNull ¶
func (*NullInt) ImplementsGraphQLType ¶
ImplementsGraphQLType is required by the graphql custom scalar interface this defines the name used in the schema to declare a null time type
func (*NullInt) ProtoMessage ¶
func (*NullInt) ProtoMessage()
func (*NullInt) UnmarshalGraphQL ¶
UnmarshalGraphQL is required by the graphql custom scalar interface this wraps the null integer
Click to show internal directories.
Click to hide internal directories.