燕归来
燕归来
### Describe what this PR does / why we need it 1. Create a new specialized `apolloClient` interface to replace `*agollo.Client`, enabling apolloDataSource to be compatible with all current versions...
## Issue Description Type: *feature request* 1. Starting from [agollo v4.0.10](https://github.com/apolloconfig/agollo/blob/v4.0.10/client.go), the [`agollo.Client`](https://github.com/apolloconfig/agollo/blob/v4.0.10/client.go#L62) has transitioned from a struct to an interface type, and `agollo.StartWithConfig` now returns this interface. Consequently, the...