up
This commit is contained in:
parent
b1c409a534
commit
b8ac4855e4
1 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/crowdsecurity/crowdsec/pkg/acquisition/configuration"
|
||||
file_acquisition "github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/file"
|
||||
"github.com/crowdsecurity/crowdsec/pkg/csconfig"
|
||||
"github.com/crowdsecurity/crowdsec/pkg/types"
|
||||
"github.com/pkg/errors"
|
||||
|
@ -77,10 +78,10 @@ var AcquisitionSources = []struct {
|
|||
name string
|
||||
iface DataSource
|
||||
}{
|
||||
// {
|
||||
// name: "file",
|
||||
// iface: &file_acquisition.FileSource{},
|
||||
// },
|
||||
{
|
||||
name: "file",
|
||||
iface: &file_acquisition.FileSource{},
|
||||
},
|
||||
}
|
||||
|
||||
func GetDataSourceIface(dataSourceType string) DataSource {
|
||||
|
|
Loading…
Add table
Reference in a new issue