mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
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:
@ -75,3 +75,6 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
`GoFrame apollo` is licensed under the [MIT License](../../../LICENSE), 100% free and open-source, forever.
|
||||
@ -151,3 +151,6 @@ func main() {
|
||||
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
`GoFrame kubecm` is licensed under the [MIT License](../../../LICENSE), 100% free and open-source, forever.
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user