Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HELLO = mongo.NewSchema("hello"). SetIndex(mongo.IndexUnique("name", true))
View Source
var Service = service.NewService("demo"). SetSchema(HELLO). SetHandler(service.Handler{ Method: "GET", Path: "/hello/:name/:value", Func: save_hello, }). SetHandler(service.Handler{ Method: "GET", Path: "/hello/:name/", Func: say_hello, })
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.