12 lines
145 B
Smarty
12 lines
145 B
Smarty
package config
|
|
|
|
import {{.authImport}}
|
|
|
|
type Config struct {
|
|
rest.RestConf
|
|
SourceMysql string
|
|
Auth types.Auth
|
|
{{.auth}}
|
|
{{.jwtTrans}}
|
|
}
|