Versions in this module Expand all Collapse all v0 v0.3.14 Mar 10, 2016 Changes in this version + const DELIMITER + var ConfigPath string + func Delete(o orm.IModel) error + func Find(o orm.IModel, filter *dbox.Filter) (dbox.ICursor, error) + func Get(o orm.IModel, id interface{}) error + func Save(o orm.IModel) error + type Application struct + AppsName string + Command interface{} + DeployedTo []string + Enable bool + ID string + Port string + Type string + Variable interface{} + ZipName string + func (a *Application) RecordID() interface{} + func (a *Application) TableName() string + type ColumnSettings struct + Alias string + AttrName string + Index int + Selector string + ValueType string + type Connection struct + Database string + Driver string + FileLocation string + Host string + ID string + Password string + Settings toolkit.M + UserName string + func (c *Connection) RecordID() interface{} + func (c *Connection) TableName() string + type ConnectionInfo struct + Collection string + ConnectionID string + Database string + Host string + Password string + Settings toolkit.M + UserName string + type DataBrowser struct + BrowserName string + ConnectionID string + Description string + ID string + MetaData []*StructInfo + QueryText string + QueryType string + TableNames string + func (b *DataBrowser) RecordID() interface{} + func (b *DataBrowser) TableName() string + type DataGrabber struct + DataSourceDestination string + DataSourceOrigin string + GrabInterval int32 + ID string + InsertMode string + IntervalType string + IsFromWizard bool + Maps []*Map + PostTransferCommand string + PreTransferCommand string + RunAt []string + TimeoutInterval int32 + UseInterval bool + func (c *DataGrabber) RecordID() interface{} + func (c *DataGrabber) TableName() string + type DataGrabberWizardPayload struct + ConnectionDestination string + ConnectionSource string + Prefix string + Transformations []*DataGrabberWizardPayloadTransformation + type DataGrabberWizardPayloadTransformation struct + TableDestination string + TableSource string + type DataSettings struct + ColumnSettings []*ColumnSettings + ConnectionInfo *ConnectionInfo + DestOutputType string + DestType string + FilterCond toolkit.M + Nameid string + RowSelector string + type DataSource struct + ConnectionID string + ID string + MetaData []*FieldInfo + QueryInfo toolkit.M + func (ds *DataSource) RecordID() interface{} + func (ds *DataSource) TableName() string + type FieldInfo struct + Format string + ID string + Label string + Lookup *Lookup + Sub []*FieldInfo + Type string + type FileBrowserPayload struct + Contents string + File multipart.File + FileName string + FileSizes int64 + NewName string + Path string + Permission string + Search string + ServerId string + type FileInfo struct + CreatedDate time.Time + Group string + IsDir bool + IsEditable bool + LastModified time.Time + Name string + Path string + Permissions string + Size float64 + Sub []*FileInfo + SubCount int64 + Type string + User string + func ConstructFileInfo(lines string, path string) ([]FileInfo, error) + func ConstructSearchResult(list []FileInfo, path string) []FileInfo + type HistConf struct + FileName string + FilePattern string + Histpath string + RecPath string + type HostAlias struct + HostName string + IP string + type IntervalConf struct + CronConf toolkit.M + ExpiredTime string + GrabInterval int + IntervalType string + StartTime string + TimeoutInterval int + type LogConf struct + FileName string + FilePattern string + LogPath string + type Lookup struct + DataSourceID string + DisplayField string + ID string + IDField string + LookupFields []string + func (l *Lookup) RecordID() interface{} + func (l *Lookup) TableName() string + type Map struct + Destination string + DestinationType string + Source string + SourceType string + type Server struct + AppPath string + CmdCopy string + CmdExtract string + CmdMkDir string + CmdNewFile string + DataPath string + Host string + HostAlias []*HostAlias + ID string + OS string + SSHFile string + SSHPass string + SSHType string + SSHUser string + ServerType string + func (s *Server) RecordID() interface{} + func (s *Server) TableName() string + type StructInfo struct + AdvanceFilter bool + Aggregate string + Align string + DataType string + Field string + Format string + HiddenField bool + Label string + Lookup bool + ShowIndex int + SimpleFilter bool + Sortable bool + type TreeSource struct + Expanded bool + ID int + Items []*TreeSource + SpriteCssClass string + Text string + type TreeSourceModel struct + Expanded bool + Ext string + Iconclass string + Items []*TreeSourceModel + Path string + Text string + Type string + type WebGrabber struct + DataSettings []*DataSettings + GrabConf toolkit.M + HistConf *HistConf + ID string + IntervalConf *IntervalConf + LogConf *LogConf + Running bool + SourceType string + func (ds *WebGrabber) RecordID() interface{} + func (ds *WebGrabber) TableName() string