mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
sg: Fix filename in comments for generating mocks (#36911)
This commit is contained in:
parent
2250411239
commit
ae67710d60
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package userpasswd
|
||||
|
||||
|
||||
2
cmd/symbols/fetcher/mock_iface_test.go
generated
2
cmd/symbols/fetcher/mock_iface_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package fetcher
|
||||
|
||||
|
||||
2
cmd/symbols/internal/api/mock_iface_test.go
generated
2
cmd/symbols/internal/api/mock_iface_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package api
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package team
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package mocks
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package command
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package command
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package worker
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package worker
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package app
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package httpapi
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package resolvers
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package resolvers
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package mocks
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package mocks
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package handler
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package batches
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package dbmocks
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package worker
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package worker
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package indexing
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package indexing
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package indexing
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package janitor
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package reconciler
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package sources
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package sources
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package syncer
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package database
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package background
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package compression
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package discovery
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package discovery
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package discovery
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package store
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package store
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package store
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package authz
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package authz
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package scheduler
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package inference
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package autoindexing
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package lockfiles
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package dependencies
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package dependencies
|
||||
|
||||
|
||||
2
internal/codeintel/documents/mock_iface_test.go
generated
2
internal/codeintel/documents/mock_iface_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package documents
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package repomatcher
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package policies
|
||||
|
||||
|
||||
2
internal/codeintel/policies/mock_iface_test.go
generated
2
internal/codeintel/policies/mock_iface_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package policies
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package migration
|
||||
|
||||
|
||||
2
internal/codeintel/symbols/mock_iface_test.go
generated
2
internal/codeintel/symbols/mock_iface_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package symbols
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package cleanup
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package commitgraph
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package expiration
|
||||
|
||||
|
||||
2
internal/codeintel/uploads/mock_iface_test.go
generated
2
internal/codeintel/uploads/mock_iface_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package uploads
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package runner
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package database
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package featureflag
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package gitserver
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package goroutine
|
||||
|
||||
|
||||
2
internal/goroutine/mock_error_handler_test.go
generated
2
internal/goroutine/mock_error_handler_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package goroutine
|
||||
|
||||
|
||||
2
internal/goroutine/mock_finalizer_test.go
generated
2
internal/goroutine/mock_finalizer_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package goroutine
|
||||
|
||||
|
||||
2
internal/goroutine/mock_handler_test.go
generated
2
internal/goroutine/mock_handler_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package goroutine
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package insights
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package oobmigration
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package repos
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package client
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package mockjob
|
||||
|
||||
|
||||
2
internal/uploadstore/mock_gcs_api_test.go
generated
2
internal/uploadstore/mock_gcs_api_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package uploadstore
|
||||
|
||||
|
||||
2
internal/uploadstore/mock_s3_api_test.go
generated
2
internal/uploadstore/mock_s3_api_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package uploadstore
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package mocks
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package mocks
|
||||
|
||||
|
||||
2
internal/workerutil/mock_handler_test.go
generated
2
internal/workerutil/mock_handler_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package workerutil
|
||||
|
||||
|
||||
2
internal/workerutil/mock_store_test.go
generated
2
internal/workerutil/mock_store_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package workerutil
|
||||
|
||||
|
||||
2
internal/workerutil/mock_with_hooks_test.go
generated
2
internal/workerutil/mock_with_hooks_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package workerutil
|
||||
|
||||
|
||||
2
internal/workerutil/mock_with_predequeue_test.go
generated
2
internal/workerutil/mock_with_predequeue_test.go
generated
@ -2,7 +2,7 @@
|
||||
//
|
||||
// This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
// this repository. To add additional mocks to this or another package, add a new entry
|
||||
// to the metadata.yaml file in the root of this repository.
|
||||
// to the mockgen.yaml file in the root of this repository.
|
||||
|
||||
package workerutil
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ goimports: ./.bin/goimports
|
||||
file-prefix: |
|
||||
This file was generated by running `sg generate` (or `go-mockgen`) at the root of
|
||||
this repository. To add additional mocks to this or another package, add a new entry
|
||||
to the metadata.yaml file in the root of this repository.
|
||||
to the mockgen.yaml file in the root of this repository.
|
||||
mocks:
|
||||
# To generate a new mock struct from an interface definition, add a new value to this
|
||||
# list. You will need to supply three pieces of information:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user