mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
5 lines
204 B
Go
5 lines
204 B
Go
// Package acmock contains a mock implementation of agentcontainers.Lister for use in tests.
|
|
package acmock
|
|
|
|
//go:generate mockgen -destination ./acmock.go -package acmock .. ContainerCLI,DevcontainerCLI
|