# Functions

NewAnalytic return a struct to store all data needed to generate a report.
NewCron return a cron.

# Constants

CommandTrigger is the string used by user to interact with this plugin.

# Structs

Analytic is a session of metrics to generate a report.
Cron manage all cron jobs of this plugin behind the scene it's a facade to github.com/robfig/cron.
Plugin is the main struct used by mattermost to interact with this plugin.