mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
6ccd20d45f
Completes the final piece of the puzzle. Support the pre-creation flow from the agent side.
5 lines
219 B
Go
5 lines
219 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,SubAgentClient
|