package
0.0.0-20210118094620-d724b4bfee04
Repository: https://github.com/packtpublishing/hands-on-networking-with-go-programming.git
Documentation: pkg.go.dev

# Functions

Int32 ID.
Int64 ID.
Parse an ID from a base64 encoded GraphQL ID.
ParseInt64For parses an ID and returns an error if it's not an int64.
String ID.

# Constants

TypeInt32 means that the underlying ID is an int32 value.
TypeInt64 means that the underlying ID is an int64 value.
TypeString means that the underlying ID is a string value.

# Variables

ErrNotValidID is returned when the ID if not in the required format (base64 encoded gob).

# Structs

ID of an item within a GraphQL service.

# Type aliases

Type of the ID.