Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportJSON ¶
type ReportJSON struct { session.SessionModule Sess *session.Session `json:"-"` }
func PushReportJSONModule ¶
func PushReportJSONModule(s *session.Session) *ReportJSON
func (*ReportJSON) Author ¶
func (module *ReportJSON) Author() string
func (*ReportJSON) Description ¶
func (module *ReportJSON) Description() string
func (*ReportJSON) GetInformation ¶
func (module *ReportJSON) GetInformation() session.ModuleInformation
func (*ReportJSON) GetType ¶
func (module *ReportJSON) GetType() []string
func (*ReportJSON) Name ¶
func (module *ReportJSON) Name() string
func (*ReportJSON) Start ¶
func (module *ReportJSON) Start()
type ReportPDF ¶
type ReportPDF struct { session.SessionModule Sess *session.Session `json:"-"` }
func PushReportPDFModule ¶
func (*ReportPDF) Description ¶
func (*ReportPDF) GetInformation ¶
func (module *ReportPDF) GetInformation() session.ModuleInformation
Click to show internal directories.
Click to hide internal directories.