oc-peers/models/workflow.go
2024-07-11 11:40:11 +02:00

12 lines
116 B
Go

package models
import (
"fmt"
)
func init() {
c := GetConfig()
// configure storage
fmt.Println(c.MongoUrl)
}