package
0.5.12
Repository: https://github.com/exasol/extension-manager.git
Documentation: pkg.go.dev

# Functions

AddPublicEndpoints adds the extension manager endpoints to the API.
Create creates a new RestAPI.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
[impl -> dsn~parameter-versioning~1].
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
No description provided by the author
SendJSON converts the given data to JSON and sends it to the writer.
No description provided by the author
No description provided by the author
No description provided by the author
[impl -> dsn~upgrade-extension~1].

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
[impl -> const~use-reserved-schema~1].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Request data for creating a new instance of an extension.
Response data for creating a new instance of an extension.
ExtensionDetailsResponse is the response for the GetExtensionDetails request.
ExtensionsResponse contains all available extensions.
ExtensionsResponseExtension contains information about an available extension that can be installed.
No description provided by the author
InstallationsResponse contains all installed extensions.
InstallationsResponseInstallation contains information about installed extensions.
No description provided by the author
Instance represents an instance of an extension, e.g.
Response data for listing all instances of an extension.
This represents a parameter required for creating a new instance of an extension.
Parameter values for creating a new instance.
Response data for upgrading an extension.

# Interfaces

RestAPI is the interface that provides the REST API server of the extension-manager.