Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
stub/api
Package api is a reverse proxy.
|
Package api is a reverse proxy. |
|
cmd
|
|
|
cli
command
|
|
|
cli/commands/client
The following command will run pingmq as a client, subscribing to /ping/failure/+ topic and receiving any failed ping attempts.
|
The following command will run pingmq as a client, subscribing to /ping/failure/+ topic and receiving any failed ping attempts. |
|
cli/commands/server
The following commands will run pingmq as a server, pinging the 8.8.8.0/28 CIDR block, and publishing the results to /ping/success/{ip} and /ping/failure/{ip} topics every 30 seconds.
|
The following commands will run pingmq as a server, pinging the 8.8.8.0/28 CIDR block, and publishing the results to /ping/success/{ip} and /ping/failure/{ip} topics every 30 seconds. |
|
server
command
|
|
|
uuid
Package uuid provides implementation of Universally Unique Identifier (UUID).
|
Package uuid provides implementation of Universally Unique Identifier (UUID). |
|
system
|
|
|
automation
AUTOMATION ┌──────┐ ┌──────┐ ┌──────┐ │ TASK │ │ TASK │ │ TASK │ └──────┘ └──────┘ └──────┘ ...
|
AUTOMATION ┌──────┐ ┌──────┐ ┌──────┐ │ TASK │ │ TASK │ │ TASK │ └──────┘ └──────┘ └──────┘ ... |
|
cache
Package cache provide a Cache interface and some implement engine Usage: import( "github.com/astaxie/beego/cache" ) bm, err := cache.NewCache("memory", `{"interval":60}`) Use it like this: bm.Put("astaxie", 1, 10 * time.Second) bm.Get("astaxie") bm.IsExist("astaxie") bm.Delete("astaxie") more docs http://beego.me/docs/module/cache.md
|
Package cache provide a Cache interface and some implement engine Usage: import( "github.com/astaxie/beego/cache" ) bm, err := cache.NewCache("memory", `{"interval":60}`) Use it like this: bm.Put("astaxie", 1, 10 * time.Second) bm.Get("astaxie") bm.IsExist("astaxie") bm.Delete("astaxie") more docs http://beego.me/docs/module/cache.md |
|
tests
|
|
Click to show internal directories.
Click to hide internal directories.