mochengqian commented on code in PR #1477:
URL: https://github.com/apache/dubbo-admin/pull/1477#discussion_r3427019377
##########
pkg/config/app/admin.go:
##########
@@ -51,6 +52,8 @@ type AdminConfig struct {
Engine *engine.Config `json:"engine" yaml:"engine"`
// EventBus configuration
EventBus *eventbus.Config `json:"eventBus,omitempty"
yaml:"eventBus,omitempty"`
+ // Versioning configuration for governor-managed traffic rules.
+ Versioning *versioning.Config `json:"versioning,omitempty"
yaml:"versioning,omitempty"`
Review Comment:
已改成RuleVersioning
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]