MCPcopy Index your code
hub / github.com/devaccuracy/ledgerforge / Fetch

Method Fetch

webhooks_test.go:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (m *MockConfigFetcher) Fetch() (*config.Configuration, error) {
38 args := m.Called()
39 return args.Get(0).(*config.Configuration), args.Error(1)
40}
41
42func TestSendWebhook(t *testing.T) {
43 mr, err := miniredis.Run()

Callers

nothing calls this directly

Calls 2

GetMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected