influxdb/notification/rule
Adrian Thurston 30ad7281aa
refactor: replace builtin package with fluxinit/static (#3304) (#19909)
A static initialization is not desirable in the main binaries, as it forces all
paths of code to init, but it is still useful in tests. It allows static
intialization to be performed once for all tests and eliminates the need to
always add the FluxInit call. Added a fluxinit/static package that calls
fluxinit.FluxInit() to replace the builtin package. This hides the nature of
the initialization and makes it clear that it is mandatory initialization code
getting called.
2020-11-05 16:54:28 -08:00
..
service refactor: replace builtin package with fluxinit/static (#3304) (#19909) 2020-11-05 16:54:28 -08:00
http.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
http_test.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00
pagerduty.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
pagerduty_test.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00
rule.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00
rule_test.go feat(notification/telegram): take back telegram notification after being reverted in #19088 2020-08-12 11:28:02 +02:00
slack.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
slack_test.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00
telegram.go feat(notification/telegram): take back telegram notification after being reverted in #19088 2020-08-12 11:28:02 +02:00
telegram_test.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00