boulder/web
Joel Sing 9990d14654 Convert the probs functions to be formatters. (#3708)
Many of the probs.XYZ calls are of the form probs.XYZ(fmt.Sprintf(...)).
Convert these functions to take a format string and optional arguments,
following the same pattern used in the errors package. Convert the
various call sites to remove the now redundant fmt.Sprintf calls.
2018-05-11 11:51:16 -07:00
..
context.go Provide formatting logger functions. (#3699) 2018-05-10 11:06:29 -07:00
context_test.go Add latency logging to WFE and WFE2. (#3617) 2018-04-04 21:02:49 +01:00
docs.go Factor out context.go from wfe and wfe2. (#3086) 2017-09-26 13:54:14 -04:00
probs.go Convert the probs functions to be formatters. (#3708) 2018-05-11 11:51:16 -07:00
probs_test.go Add documentation link to rate limit errors. (#3286) 2017-12-19 15:46:18 -08:00
relative.go Remove BaseURL from WFE config. (#3540) 2018-03-09 11:04:02 +00:00
send_error.go Provide formatting logger functions. (#3699) 2018-05-10 11:06:29 -07:00