fix repocard issues (#2)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-11-02 13:25:29 +03:00
committed by GitHub
parent 416fe5e4c8
commit a9eff06976
11 changed files with 21 additions and 16 deletions

View File

@@ -8,8 +8,10 @@ import (
"github.com/unistack-org/micro/v3/api/server/acme"
)
// Option func
type Option func(o *Options)
// Options for api server
type Options struct {
EnableACME bool
EnableCORS bool