mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
test: added test cases for container actions (#2559)
This commit is contained in:
@@ -64,7 +64,7 @@ type DockerClient interface {
|
||||
ContainerStats(context.Context, string, chan<- docker.ContainerStat) error
|
||||
Ping(context.Context) (types.Ping, error)
|
||||
Host() *docker.Host
|
||||
ContainerActions(action string, id string) error
|
||||
ContainerActions(action string, containerID string) error
|
||||
}
|
||||
|
||||
func CreateServer(clients map[string]DockerClient, content fs.FS, config Config) *http.Server {
|
||||
|
||||
Reference in New Issue
Block a user