MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / Application

Struct Application

internal/app/bootstrap.go:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Application struct {
22 runtime *botdiscord.Runtime
23}
24
25func New(projectRoot string) (*Application, error) {
26 settings := config.Load(projectRoot)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected