oc-peers/models/workflow.go

12 lines
116 B
Go
Raw Normal View History

2024-07-11 11:40:11 +02:00
package models
import (
"fmt"
)
func init() {
c := GetConfig()
// configure storage
fmt.Println(c.MongoUrl)
}