rugwirobaker / platypus

a routing library but for ussd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codebeat badge codecov

Platypus

platypus is a router but for ussd input. It follows the style of http routers in go.

Roadmap

  1. support subrouting.
  2. improve godoc.
  3. improve test coverage.
  4. add a queueing server?
  5. Suggestions are welcome(open an issue) ....

Usage

Note that to endicate that a submenu is the last on it's chain you must register it #.

....
 mux := platypus.New(prefix, platypus.HandlerFunc(notFoundHandler))

Note

It's still work in progress but PRs are so welcome.

About

a routing library but for ussd

License:MIT License


Languages

Language:Go 100.0%