Skip to content

Commit

Permalink
Add empty file to fix non-linux lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwolf committed Jan 30, 2024
1 parent 0691b06 commit 19174a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build !linux

package add_session_metadata
2 changes: 2 additions & 0 deletions x-pack/auditbeat/processors/add_session_metadata/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build linux

package add_session_metadata

type Backend string
Expand Down

0 comments on commit 19174a0

Please sign in to comment.