Files
akvorado/conntrackfixer/mocks/empty.go
2024-01-14 10:41:50 +01:00

10 lines
239 B
Go

// SPDX-FileCopyrightText: 2022 Free Mobile
// SPDX-License-Identifier: AGPL-3.0-only
// Package mocks contains mocks for conntrackfixer package.
package mocks
import (
_ "go.uber.org/mock/mockgen/model" // for mockgen in vendor mode
)