package
3.0.5+incompatible
Repository: https://github.com/mictrlan/rethinkdb-go.git
Documentation: pkg.go.dev

# Functions

Decode decodes map[string]interface{} into a struct.
Encode returns the encoded value of v.
IgnoreType causes the encoder to ignore a type when encoding.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

An InvalidTypeError describes a value that was not appropriate for a value of a specific Go type.
Error implements the error interface and can represents multiple errors that occur in the course of a single decode.
No description provided by the author
No description provided by the author
An UnsupportedTypeError is returned by Marshal when attempting to encode an unexpected value type.
An UnsupportedTypeError is returned by Marshal when attempting to encode an unsupported value type.
No description provided by the author

# Interfaces

Marshaler is the interface implemented by objects that can marshal themselves into a valid RQL psuedo-type.
Unmarshaler is the interface implemented by objects that can unmarshal a psuedo-type object of themselves.