mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
chore: format
This commit is contained in:
@@ -11,8 +11,7 @@ import (
|
|||||||
"github.com/rs/zerolog/log"
|
"github.com/rs/zerolog/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
type HealthcheckCmd struct {
|
type HealthcheckCmd struct{}
|
||||||
}
|
|
||||||
|
|
||||||
func (h *HealthcheckCmd) Run(args Args, embeddedCerts embed.FS) error {
|
func (h *HealthcheckCmd) Run(args Args, embeddedCerts embed.FS) error {
|
||||||
if matches, err := filepath.Glob("/tmp/agent-*.addr"); err == nil && len(matches) == 1 {
|
if matches, err := filepath.Glob("/tmp/agent-*.addr"); err == nil && len(matches) == 1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user