Improve comments

This commit is contained in:
2025-10-26 10:34:36 +01:00
parent 836e918fc5
commit 356c5be2c6
4 changed files with 15 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-chi/chi/v5"
)
// NodeResponse represents a sanitized node configuration for API responses
// NodeResponse represents a node configuration in API responses
type NodeResponse struct {
Address string `json:"address"`
}