Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestServer ¶
type RestServer struct {
// contains filtered or unexported fields
}
func NewRestServer ¶
func NewRestServer(url string, ctx runtime.ContextIFace) *RestServer
func (*RestServer) RunFlowByName ¶
func (rs *RestServer) RunFlowByName(w http.ResponseWriter, r *http.Request)
func (*RestServer) Serve ¶
func (rs *RestServer) Serve()
func (*RestServer) Shutdown ¶
func (rs *RestServer) Shutdown()
func (*RestServer) UpdateFlowConfigByName ¶
func (rs *RestServer) UpdateFlowConfigByName(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.