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 (6 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
package mock_tunnel_tunserver

// This package imports internal/tunnel/server, so it cannot be used in tests in that package
// because of circular imports. Some of the same mocks are generated locally in that package.

//go:generate mockgen.sh -destination "tunnel.go" -package "mock_tunnel_tunserver" "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/tunnel/tunserver" "DataCallback"