mirror of
https://github.com/umputun/reproxy.git
synced 2025-07-12 22:20:55 +02:00
fix docker resp struct
This commit is contained in:
@ -336,7 +336,7 @@ func (d *dockerClient) ListContainers() ([]containerInfo, error) {
|
||||
return nil, fmt.Errorf("unexpected error from docker daemon: %s", e.Message)
|
||||
}
|
||||
|
||||
response := []struct {
|
||||
var response []struct {
|
||||
ID string `json:"Id"`
|
||||
Name string
|
||||
State string
|
||||
|
Reference in New Issue
Block a user