Versions in this module Expand all Collapse all v0 v0.4.1 Dec 26, 2020 Changes in this version + type Action interface + type ExportAction struct + func NewExportAction(exportService export.ExportService, dbService db.DataBaseService) *ExportAction + func (receiver ExportAction) Export(ipPort string, username string, password string, dbNames string, ...) error + func (receiver ExportAction) GetDBList(username string, password string, ipPort string) ([]string, error)