We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d53d3 commit 91e7c63Copy full SHA for 91e7c63
pkg/epp/requestcontrol/request_control_config.go
@@ -45,8 +45,8 @@ func (c *Config) WithPreRequestPlugins(plugins ...PreRequest) *Config {
45
return c
46
}
47
48
-// WithResponseReceivedPlugins sets the given plugins as the Response plugins.
49
-// If the Config has Response plugins already, this call replaces the existing plugins with the given ones.
+// WithResponseReceivedPlugins sets the given plugins as the ResponseReceived plugins.
+// If the Config has ResponseReceived plugins already, this call replaces the existing plugins with the given ones.
50
func (c *Config) WithResponseReceivedPlugins(plugins ...ResponseReceived) *Config {
51
c.responseReceivedPlugins = plugins
52
0 commit comments