Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶ added in v0.2.2
type Stats struct { Errors int Kinds int Pages int Resources int // contains filtered or unexported fields }
Stats worker stats
func RunExport ¶
func RunExport(workers []Worker, resources []*types.GroupResource) (*Stats, error)
RunExport run the export wit the given workers
func (*Stats) Namespaces ¶ added in v0.2.2
Namespaces get the number of namespaces
type Worker ¶
type Worker interface { GenerateWork(s *sync.WaitGroup, out chan *types.GroupResource) func(resource *types.GroupResource) Stop() Stats }
Worker interface
Click to show internal directories.
Click to hide internal directories.