# Functions
New initializes a new mole's client.
NewDetachedInstance returns a new instance of DetachedInstance, making sure the application instance directory is created.
Rpc calls a remote procedure on another mole instance given its id or alias.
ShowInstance returns the runtime information about an application instance from the given id or alias.
ShowInstances returns the runtime information about all instances of mole running on the system with rpc enabled.
ShowLogs displays all logs messages from a detached applications instance.
ShowRpc is a rpc callback that returns runtime information about the mole client.
# Constants
No description provided by the author
IdFlagName is the name of the flag that carries the unique idenfier for a mole instance.
# Structs
AddressInput holds information about a host.
Client manages the overall state of the application based on its configuration.
No description provided by the author
DetachedInstance holds the location to directories and files associated with an application instance running on background.
# Interfaces
No description provided by the author
# Type aliases
AddressInputList represents a collection of AddressInput objects.
No description provided by the author
Runtime holds runtime data about an application instance.