# Functions

NewPlugin will create a new Plugin instance, as it is it will not be enough, you should add the necesary lifecycle events, webhooks, etc using the provided methods then obtain the Router handling all the events by invoking Router().
NewRoutePath returns a new instance of RoutePath with the correct fields filled.

# Constants

LCDisabled is invoked when the plugin is disabled.
LCEnabled is invoked when the plugin is enabled.
LCInstalled is invoked when the plugin is [re]installed.
LCUnInstalled is invoked when the plugin is un installed.

# Structs

No description provided by the author
AtlassianConnect is auto generated by github.com/perrito666/LAC from a json file.
Authentication is auto generated by github.com/perrito666/LAC from a json file.
ConditionParams is auto generated by github.com/perrito666/LAC from a json file.
Conditions is auto generated by github.com/perrito666/LAC from a json file.
Description is auto generated by github.com/perrito666/LAC from a json file.
JiraIssueFields is auto generated by github.com/perrito666/LAC from a json file.
Lifecycle is auto generated by github.com/perrito666/LAC from a json file.
Name is auto generated by github.com/perrito666/LAC from a json file.
Plugin represents an atlassian connect plugin instance.
RoutePath wraps in a crude way some url components so we can distinguish between the kind of URL that we pass to jira and the one we pass to the router.
Vendor is auto generated by github.com/perrito666/LAC from a json file.
Webhooks is auto generated by github.com/perrito666/LAC from a json file.
WebPanel is auto generated by github.com/perrito666/LAC from a json file.

# Type aliases

JiraHandleFunc represents an http handler func that also receives jira install information and access to storage.
LifeCycleEvents are the possible events in the plugin lifecycle we can receive from JIRA.