mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 21:54:17 +02:00
satisfy linter
This commit is contained in:
@@ -60,12 +60,7 @@ type apiResponse struct {
|
|||||||
which int
|
which int
|
||||||
}
|
}
|
||||||
|
|
||||||
func getApiData(
|
func getApiData(conf *cfg.Config, es *elasticsearch.TypedClient, reschan chan apiResponse, which string) {
|
||||||
conf *cfg.Config,
|
|
||||||
es *elasticsearch.TypedClient,
|
|
||||||
reschan chan apiResponse,
|
|
||||||
which string) {
|
|
||||||
|
|
||||||
apiRes := apiResponse{}
|
apiRes := apiResponse{}
|
||||||
|
|
||||||
var arerr error
|
var arerr error
|
||||||
|
|||||||
Reference in New Issue
Block a user