add comments
This commit is contained in:
@@ -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{
|
||||||
|
Reference in New Issue
Block a user