package
0.16.0-alpha3
Repository: https://github.com/objectbox/objectbox-generator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Clean removes generated files in the given path.
ModelInfoFile returns the model info JSON file name in the given directory.
PathIsDirOrPattern checks whether the given path is a path pattern, a directory or a single file.
Process is the main API method of the package it takes source file & model-information file paths and generates bindings (as a sibling file to the source file).
WriteFile writes data to targetFile, while using permissions either from the targetFile or permSource.

# Constants

Version specifies the current generator version.
VersionId specifies the current generator version identifier.

# Structs

Options provide configuration for the generator.

# Interfaces

CodeGenerator interface is used to abstract per-language generators, e.g.