add comments
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
"github.com/tecamino/tecamino-dbm/models"
|
||||
)
|
||||
|
||||
// DBM cli arguments
|
||||
type Args struct {
|
||||
Port models.Port
|
||||
Cert cert.Cert
|
||||
@@ -15,6 +16,7 @@ type Args struct {
|
||||
Debug bool
|
||||
}
|
||||
|
||||
// initialte cli arguments
|
||||
func Init() *Args {
|
||||
|
||||
a := Args{
|
||||
|
Reference in New Issue
Block a user