micro-cli parser helper.
How to use
prefix := "example"
topic := "example/value"
result, err := ParseTopic(prefix, topic)
if err != nil || result == "" {
t.Fatal("parse topic error")
}
Request handler requires Go v1.11+ to run.
Install the package.
$ go get github.com/onskycloud/micro-cliSee KUBERNETES.md
- Write MORE Tests
- Add Night Mode
MIT