Documentation
¶
Index ¶
- type PolicyRestfulApiHandler
- func (h *PolicyRestfulApiHandler) CreateMapping(r *restful.Request, w *restful.Response)
- func (h *PolicyRestfulApiHandler) CreateRoutingPolicy(r *restful.Request, w *restful.Response)
- func (h *PolicyRestfulApiHandler) DeleteMapping(r *restful.Request, w *restful.Response)
- func (h *PolicyRestfulApiHandler) GetMapping(r *restful.Request, w *restful.Response)
- func (h *PolicyRestfulApiHandler) GetRoutingPolicy(r *restful.Request, w *restful.Response)
- func (h *PolicyRestfulApiHandler) Init() error
- func (h *PolicyRestfulApiHandler) Name() string
- func (h *PolicyRestfulApiHandler) ResolveRoute(r *restful.Request, w *restful.Response)
- func (h *PolicyRestfulApiHandler) SearchMapping(r *restful.Request, w *restful.Response)
- func (h *PolicyRestfulApiHandler) UpdateMapping(r *restful.Request, w *restful.Response)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyRestfulApiHandler ¶
type PolicyRestfulApiHandler struct {
ioc.ObjectImpl
// contains filtered or unexported fields
}
func (*PolicyRestfulApiHandler) CreateMapping ¶
func (h *PolicyRestfulApiHandler) CreateMapping(r *restful.Request, w *restful.Response)
func (*PolicyRestfulApiHandler) CreateRoutingPolicy ¶
func (h *PolicyRestfulApiHandler) CreateRoutingPolicy(r *restful.Request, w *restful.Response)
func (*PolicyRestfulApiHandler) DeleteMapping ¶
func (h *PolicyRestfulApiHandler) DeleteMapping(r *restful.Request, w *restful.Response)
func (*PolicyRestfulApiHandler) GetMapping ¶
func (h *PolicyRestfulApiHandler) GetMapping(r *restful.Request, w *restful.Response)
func (*PolicyRestfulApiHandler) GetRoutingPolicy ¶
func (h *PolicyRestfulApiHandler) GetRoutingPolicy(r *restful.Request, w *restful.Response)
func (*PolicyRestfulApiHandler) Init ¶
func (h *PolicyRestfulApiHandler) Init() error
func (*PolicyRestfulApiHandler) Name ¶
func (h *PolicyRestfulApiHandler) Name() string
func (*PolicyRestfulApiHandler) ResolveRoute ¶
func (h *PolicyRestfulApiHandler) ResolveRoute(r *restful.Request, w *restful.Response)
func (*PolicyRestfulApiHandler) SearchMapping ¶
func (h *PolicyRestfulApiHandler) SearchMapping(r *restful.Request, w *restful.Response)
func (*PolicyRestfulApiHandler) UpdateMapping ¶
func (h *PolicyRestfulApiHandler) UpdateMapping(r *restful.Request, w *restful.Response)
Click to show internal directories.
Click to hide internal directories.