package
0.20.0
Repository: https://github.com/pacedotdev/oto.git
Documentation: pkg.go.dev

# Functions

New makes a fresh parser using the specified patterns.
Split splits the camelcase word and returns a list of words.

# 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.