Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtocolVersion ¶
ProtocolVersion represents an EdgeDB protocol version
func (ProtocolVersion) GT ¶
func (v ProtocolVersion) GT(other ProtocolVersion) bool
GT returns true if v > other
func (ProtocolVersion) GTE ¶
func (v ProtocolVersion) GTE(other ProtocolVersion) bool
GTE returns true if v >= other
func (ProtocolVersion) LT ¶
func (v ProtocolVersion) LT(other ProtocolVersion) bool
LT returns true if v < other
Click to show internal directories.
Click to hide internal directories.