File: doc.go

package info (click to toggle)
gitlab-agent 16.11.5-1
  • links: PTS, VCS
  • area: contrib
  • in suites: experimental
  • size: 7,072 kB
  • sloc: makefile: 193; sh: 55; ruby: 3
file content (4 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
package syncz

//go:generate mockgen.sh -destination "mock1_for_test.go" -package "syncz" "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/tool/syncz" "Worker"
//go:generate mockgen.sh -source "worker_manager.go" -destination "mock2_for_test.go" -package "syncz"