Documentation ¶
Index ¶
- Variables
- type UUID
- func (*UUID) Descriptor() ([]byte, []int)
- func (m *UUID) Marshal() (dAtA []byte, err error)
- func (u UUID) MarshalGQL(w io.Writer)
- func (u UUID) MarshalJSON() ([]byte, error)
- func (m *UUID) MarshalTo(dAtA []byte) (int, error)
- func (*UUID) ProtoMessage()
- func (m *UUID) Reset()
- func (m *UUID) Size() (n int)
- func (m *UUID) String() string
- func (m *UUID) Unmarshal(dAtA []byte) error
- func (u *UUID) UnmarshalGQL(v interface{}) error
- func (u *UUID) UnmarshalJSON(data []byte) error
- func (m *UUID) XXX_DiscardUnknown()
- func (m *UUID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UUID) XXX_Merge(src proto.Message)
- func (m *UUID) XXX_Size() int
- func (m *UUID) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthUuid = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowUuid = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type UUID ¶
type UUID struct {
Uuid *_uuid `protobuf:"bytes,1,opt,name=uuid,proto3,customtype=_uuid" json:"uuid,omitempty"`
}
func (*UUID) Descriptor ¶
func (UUID) MarshalGQL ¶ added in v1.2.1
MarshalGQL implements the graphql.Marshal interface.
func (UUID) MarshalJSON ¶ added in v1.2.1
MarshalJSON implements the json.Marshaler interface.
func (*UUID) ProtoMessage ¶
func (*UUID) ProtoMessage()
func (*UUID) UnmarshalGQL ¶ added in v1.2.1
UnmarshalGQL implements the graphql.Unmarshal interface.
func (*UUID) UnmarshalJSON ¶ added in v1.2.1
UnmarshalJSON implements the json.Unmarshaler interface.
func (*UUID) XXX_DiscardUnknown ¶
func (m *UUID) XXX_DiscardUnknown()
func (*UUID) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.