Files
galaxy-game/rtmanager/internal/adapters/docker/mocks/mock_dockerclient_assertion_test.go
T
2026-04-28 20:39:18 +02:00

12 lines
363 B
Go

package mocks
import (
"galaxy/rtmanager/internal/ports"
)
// Compile-time assertion that the generated mock satisfies the port
// interface. Future signature drift between the port and the generated
// file fails the build at this line, which is more actionable than a
// runtime check from a service test.
var _ ports.DockerClient = (*MockDockerClient)(nil)