package
0.0.0-20211007011049-c28e91b6e4bf
Repository: https://github.com/toddproject/todd.git
Documentation: pkg.go.dev

# Functions

ParseToddObjects is similar to the struct ParseToddObject method but is intended to be used when you know the JSON houses a slice/list of Todd Objects.

# Structs

BaseObject is the "base" struct for all objects in ToDD.
GroupObject is a specific implementation of BaseObject.
TestRunObject is a specific implementation of BaseObject.

# Interfaces

ToddObject is an interface that describes all ToDD Objects.