Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sado0823 committed Oct 13, 2023
1 parent ef9868f commit 39c17a3
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Some practical tools、 algorithms written in Go


- [x] [**p2c grpc balancer**](https://github.com/sado0823/go-kitx/tree/master/grpc/balancer/p2c)
## [**p2c grpc balancer**](https://github.com/sado0823/go-kitx/tree/master/grpc/balancer/p2c)
```go
// example
func test() {
Expand All @@ -18,7 +18,7 @@ func test() {
}
```

- [x] [**ast rule engine**](https://github.com/sado0823/go-kitx/tree/master/kit/rule)
## [**ast rule engine**](https://github.com/sado0823/go-kitx/tree/master/kit/rule)

__supported operator__

Expand Down Expand Up @@ -70,7 +70,7 @@ func main(){
```


- [x] [**start app with http and grpc**](https://github.com/sado0823/go-kitx/tree/master)
## [**start app with http and grpc**](https://github.com/sado0823/go-kitx/tree/master)

![img.png](docs/image/img.png)

Expand Down Expand Up @@ -126,7 +126,7 @@ func Test_NewApp(t *testing.T) {
}
```

- [x] [**kit**](https://github.com/sado0823/go-kitx/tree/master/grpc/balancer/p2c)
## [**kit**]
```go
1) consistent hash
2) bbr、token、period ratelimit
Expand All @@ -135,3 +135,28 @@ func Test_NewApp(t *testing.T) {
5) log plugin
6) go ast rule engine
```

## [**CMD**](https://github.com/sado0823/go-kitx/tree/master/cmd)
```shell
❯ ./kitx -h

NAME:
kitx - ⭐️ cli command for go-kitx

USAGE:
kitx [global options] command [command options] [arguments...]

VERSION:
v0.0.1

COMMANDS:
upgrade, u upgrade kitx tools
new, n generate project from template
complete, c complete a task on the list
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)

```

0 comments on commit 39c17a3

Please sign in to comment.