Documentation ¶
Overview ¶
Package resolver resolves a food database
Index ¶
Constants ¶
View Source
const DefaultMaxDepth = 10
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
MaxDepth int
}
func NewDefaultConfig ¶
func NewDefaultConfig() Config
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver contains the resolver data Deprecated: Deprecated in favor of using Resolve function directly
func NewResolver ¶
NewResolver creates new resolver Deprecated: Deprecated in favor of using Resolve function directly
Click to show internal directories.
Click to hide internal directories.