Documentation ¶
Index ¶
- Variables
- type FactoryType
- type Imports
- func (this *Imports) GetImportInstance(user string, importId string) (importInstance importmodel.Import, err error, code int)
- func (this *Imports) GetImportType(user string, importTypeId string) (importInstance importmodel.ImportType, err error, code int)
- func (this *Imports) GetTopic(user string, importId string) (topic string, err error, code int)
Constants ¶
This section is empty.
Variables ¶
View Source
var Factory = &FactoryType{}
Functions ¶
This section is empty.
Types ¶
type FactoryType ¶
type FactoryType struct{}
func (*FactoryType) New ¶
func (this *FactoryType) New(config config.Config) (interfaces.Imports, error)
type Imports ¶
type Imports struct {
// contains filtered or unexported fields
}
func (*Imports) GetImportInstance ¶
func (*Imports) GetImportType ¶
func (this *Imports) GetImportType(user string, importTypeId string) (importInstance importmodel.ImportType, err error, code int)
Click to show internal directories.
Click to hide internal directories.