Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGoRestfulServerFilter ¶
func AddGoRestfulServerFilter(filterFuc restful.FilterFunction)
Let user addFilter addFilter should before config.Load()
func GetNewGoRestfulServer ¶
func GetNewGoRestfulServer() server.RestServer
Types ¶
type GoRestfulServer ¶
type GoRestfulServer struct {
// contains filtered or unexported fields
}
func NewGoRestfulServer ¶
func NewGoRestfulServer() *GoRestfulServer
func (*GoRestfulServer) Deploy ¶
func (grs *GoRestfulServer) Deploy(invoker protocol.Invoker, restMethodConfig map[string]*config.RestMethodConfig)
func (*GoRestfulServer) Destroy ¶
func (grs *GoRestfulServer) Destroy()
func (*GoRestfulServer) Start ¶
func (grs *GoRestfulServer) Start(url common.URL)
func (*GoRestfulServer) UnDeploy ¶
func (grs *GoRestfulServer) UnDeploy(restMethodConfig map[string]*config.RestMethodConfig)
Click to show internal directories.
Click to hide internal directories.