func()

in internal/kusto/testingkusto/ingestor.go [19:25]


func (ing *Ingestor) Close() error {
	if ing.CloseFn != nil {
		return ing.CloseFn()
	}

	return nil
}