MCPcopy Create free account
hub / github.com/NextDotID/proof_server / init_db

Function init_db

cmd/lambda/main.go:35–37  ·  view source on GitHub ↗
(cfg aws.Config)

Source from the content-addressed store, hash-verified

33)
34
35func init_db(cfg aws.Config) {
36 model.Init()
37}
38
39func init_sqs(cfg aws.Config) {
40 sqs.Init(cfg)

Callers 1

initFunction · 0.70

Calls 1

InitFunction · 0.92

Tested by

no test coverage detected