Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Definitions = []di.Def{ { Build: func(ctn di.Container) (interface{}, error) { repositoryResolver := ctn.Get("focus.models.repositories.resolver").(actions.RepositoryResolver) return NewExporter(repositoryResolver, 200), nil }, Name: "focus.models.exporter", }, }
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter сервис работы с экспортом элементов модели
func NewExporter ¶
func NewExporter(repositoryResolver actions.RepositoryResolver, batchSize int) *Exporter
NewExporter конструктор
Click to show internal directories.
Click to hide internal directories.