Initial version, empty shell
This commit is contained in:
11
models/workflow.go
Normal file
11
models/workflow.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func init() {
|
||||
c := GetConfig()
|
||||
// configure storage
|
||||
fmt.Println(c.MongoUrl)
|
||||
}
|
||||
Reference in New Issue
Block a user