add comments

This commit is contained in:
Adrian Zürcher
2025-05-08 17:28:47 +02:00
parent ecb1f3b2cf
commit 5ee97416dd

View File

@@ -7,6 +7,7 @@ import (
"github.com/tecamino/tecamino-dbm/models" "github.com/tecamino/tecamino-dbm/models"
) )
// DBM cli arguments
type Args struct { type Args struct {
Port models.Port Port models.Port
Cert cert.Cert Cert cert.Cert
@@ -15,6 +16,7 @@ type Args struct {
Debug bool Debug bool
} }
// initialte cli arguments
func Init() *Args { func Init() *Args {
a := Args{ a := Args{