1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: format

This commit is contained in:
Amir Raminfar
2025-04-12 13:44:40 -07:00
parent b33ae4fa4e
commit 481f2bd592

View File

@@ -11,8 +11,7 @@ import (
"github.com/rs/zerolog/log"
)
type HealthcheckCmd struct {
}
type HealthcheckCmd struct{}
func (h *HealthcheckCmd) Run(args Args, embeddedCerts embed.FS) error {
if matches, err := filepath.Glob("/tmp/agent-*.addr"); err == nil && len(matches) == 1 {