Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NeoInquirer ¶
func NewNeoInquirer ¶
func NewNeoInquirer(neo db.Service, log *logger.UPPLogger) *NeoInquirer
type Worker ¶
type Worker struct {
sync.RWMutex
ConceptCh chan db.Concept `json:"-"`
Errch chan error `json:"-"`
ConceptType string `json:"ConceptType,omitempty"`
Count int `json:"Count,omitempty"`
Progress int `json:"Progress,omitempty"`
Status State `json:"Status,omitempty"`
ErrorMessage string `json:"ErrorMessage,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.