diff --git a/internal/engine/ingestcache/cache_test.go b/internal/engine/ingestcache/cache_test.go index 7398119101..5f21337006 100644 --- a/internal/engine/ingestcache/cache_test.go +++ b/internal/engine/ingestcache/cache_test.go @@ -11,7 +11,6 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// Package rule provides the CLI subcommand for managing rules package ingestcache_test diff --git a/internal/engine/ingestcache/ingestcache.go b/internal/engine/ingestcache/ingestcache.go index 2e9f3c982a..29895bfa6d 100644 --- a/internal/engine/ingestcache/ingestcache.go +++ b/internal/engine/ingestcache/ingestcache.go @@ -11,7 +11,6 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// Package rule provides the CLI subcommand for managing rules package ingestcache diff --git a/internal/engine/ingestcache/interface.go b/internal/engine/ingestcache/interface.go index b9cdcc976e..d6ed15da54 100644 --- a/internal/engine/ingestcache/interface.go +++ b/internal/engine/ingestcache/interface.go @@ -11,7 +11,6 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// Package rule provides the CLI subcommand for managing rules // Package ingestcache a cache that is used to cache the results of ingesting data. // The intent is to reduce the number of calls to external services. diff --git a/internal/engine/ingestcache/noop.go b/internal/engine/ingestcache/noop.go index 24a570f116..25fe9fdc6a 100644 --- a/internal/engine/ingestcache/noop.go +++ b/internal/engine/ingestcache/noop.go @@ -11,7 +11,6 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// Package rule provides the CLI subcommand for managing rules package ingestcache