//
pkg.gl
Category
github.com/manland/mattermost-plugin-analytics
server
package
0.2.0
Repository:
https://github.com/manland/mattermost-plugin-analytics.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
0
Files
883 SLOC
#
Functions
NewAnalytic
NewAnalytic return a struct to store all data needed to generate a report.
NewCron
NewCron return a cron.
#
Constants
CommandTrigger
CommandTrigger is the string used by user to interact with this plugin.
#
Structs
Analytic
Analytic is a session of metrics to generate a report.
Cron
Cron manage all cron jobs of this plugin behind the scene it's a facade to github.com/robfig/cron.
Plugin
Plugin is the main struct used by mattermost to interact with this plugin.