MCPcopy Create free account
hub / github.com/dagger/dagger / Notify

Method Notify

toolchains/engine-dev/internal/dagger/notify.gen.go:214–220  ·  view source on GitHub ↗

Send notifications Supports Discord & Slack.

()

Source from the content-addressed store, hash-verified

212//
213// Supports Discord & Slack.
214func (r *Query) Notify() *Notify { // notify (../../../../toolchains/engine-dev/notify/main.go:18:6)
215 q := r.query.Select("notify")
216
217 return &Notify{
218 query: q,
219 }
220}

Callers 1

notifyOnFailureMethod · 0.45

Calls 1

SelectMethod · 0.65

Tested by

no test coverage detected