package
0.3.2
Repository: https://github.com/serulian/compiler.git
Documentation: pkg.go.dev

# Functions

DescribeIntegration describes a particular integration.
GetLanguageIntegrations returns all language integrations provided by the given integration.
InstallIntegration installs a particular integration.
ListIntegrations lists all installed integrations on the command line.
LoadIntegrations loads all the integrations found for the current toolkit.
LoadIntegrationsAndInfo loads all the integration found for the current toolkit.
UninstallIntegration uninstalls a particular integration by deleting its binary.
UpgradeIntegration upgrades a particular integration by downloading a new version.

# Constants

IntegrationConstName defines the name of the root-level const that holds the Integration.

# Structs

No description provided by the author

# Interfaces

BundlerIntegration defines an integration that adds files to the bundle produced by the builder.
Implementation defines an integration for the Serulian toolkit.
Integration defines an interface for returing all integration implementations.
LanguageIntegration defines an integration of an external language or system into Serulian.
PathHandler translates various paths encountered during code generation into those provided by the integration, if any.