# Functions
generateServices generates the service.go file.
Returns the go import path for a given directory targetDir.
GetPreloadMap returns a map of struct names to their respective preload fields, including nested relationships.
Create a StructMeta map from slice.
Parse structs in package pkg and return Struct metadata about them.
ParseFunctions parses Go source code and returns a slice of functions that are declared in the code.
# Variables
No description provided by the author
# Structs
No description provided by the author
Field contains meta-data for each struct field.
No description provided by the author
StructMeta contains metadata about the struct generated by the go/ast.