fix: modify Polaris config readme.md (#2186)

* fix: modify polaris config readme.md

* modify readme.md ,add License

* feat: add License
This commit is contained in:
houseme
2022-10-11 19:27:26 +08:00
committed by GitHub
parent b617d399b6
commit 35623b5abe
3 changed files with 11 additions and 2 deletions

View File

@ -75,3 +75,6 @@ func main() {
}
```
## License
`GoFrame apollo` is licensed under the [MIT License](../../../LICENSE), 100% free and open-source, forever.

View File

@ -151,3 +151,6 @@ func main() {
```
## License
`GoFrame kubecm` is licensed under the [MIT License](../../../LICENSE), 100% free and open-source, forever.

View File

@ -1,4 +1,4 @@
# polaris
# Polaris
Package `polaris` implements GoFrame `gcfg.Adapter` using polaris service.
@ -34,7 +34,7 @@ func init() {
path = "testdata/polaris.yaml"
logDir = "/tmp/polaris/log"
)
// Create apollo Client that implements gcfg.Adapter.
// Create polaris Client that implements gcfg.Adapter.
adapter, err := polaris.New(ctx, polaris.Config{
Namespace: namespace,
FileGroup: fileGroup,
@ -81,3 +81,6 @@ func main() {
}
```
## License
`GoFrame Polaris` is licensed under the [MIT License](../../../LICENSE), 100% free and open-source, forever.