mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
chore: fixes broken interface
This commit is contained in:
@@ -129,5 +129,5 @@ func (m *K8sClusterService) SubscribeAvailableHosts(ctx context.Context, hosts c
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (m *K8sClusterService) LocalClients() []container.Client {
|
func (m *K8sClusterService) LocalClients() []container.Client {
|
||||||
return nil
|
return []container.Client{m.client.client}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user