# Variables
ErrNotFound is returned when an Object is not found.
# Structs
Definition describes an Oto definition.
Field describes the field inside an Object.
FieldTag is a parsed tag.
FieldType holds information about the type of data that this Field stores.
Method describes a method that a Service can perform.
MethodGroup is a group of methods that share the same metadata.
Object describes a data structure that is part of this definition.
Parser parses Oto Go definition packages.
Service describes a service, akin to an interface in Go.