MCPcopy
hub / github.com/target/goalert / Source

Interface Source

config/source.go:6–8  ·  view source on GitHub ↗

A Source will provide a snapshot of a Config struct.

Source from the content-addressed store, hash-verified

4
5// A Source will provide a snapshot of a Config struct.
6type Source interface {
7 Config() Config
8}
9
10// Static implements a config.Source that never changes it's values.
11type Static Config

Callers 8

cycleMethod · 0.65
sendMessageMethod · 0.65
processSubscriptionMethod · 0.65
ServeHTTPMethod · 0.65
cmd.goFile · 0.65
initRiverMethod · 0.65
_RunMethod · 0.65
startupMethod · 0.65

Implementers 4

ThrottleConfigBuilderengine/message/throttleconfigbuilder.g
Harnesstest/smoke/harness/harness.go
Storeintegrationkey/store.go
Storeconfig/store.go

Calls

no outgoing calls

Tested by

no test coverage detected