package
3.8.7+incompatible
Repository: https://github.com/hpcng/singularity.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

PluginRootDirSymbol is the name of a variable of type string which a plugin may define if it want to obtain the plugin root directory.
PluginSymbol is the name of a variable of type plugin.Plugin which all plugin implementations MUST define.

# Structs

Manifest is the plugin manifest, stored as a data object in the plugin SIF.
Plugin is the "meta-type" which encompasses the plugins implementation through Callbacks and a Manifest (potentially more to be added).

# Interfaces

Callback defines a plugin callback.