Initial commit
This commit is contained in:
12
models/auth.go
Normal file
12
models/auth.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"oc-auth/conf"
|
||||
)
|
||||
|
||||
func init() {
|
||||
c := conf.GetConfig()
|
||||
// configure storage
|
||||
fmt.Println(c.NatsUrl)
|
||||
}
|
||||
Reference in New Issue
Block a user