Skip to content

Commit

Permalink
forgotten file
Browse files Browse the repository at this point in the history
  • Loading branch information
he2ss committed Oct 25, 2024
1 parent da457ee commit 5de442a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/acquisition/http.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//go:build !no_datasource_http

package acquisition

import (
httpacquisition "github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/http"
)

//nolint:gochecknoinits
func init() {
registerDataSource("http", func() DataSource { return &httpacquisition.HTTPSource{} })
}

0 comments on commit 5de442a

Please sign in to comment.