Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FreepsHttp ¶ added in v1.0.0
type FreepsHttp struct {
// contains filtered or unexported fields
}
func NewFreepsHttp ¶ added in v1.0.0
func NewFreepsHttp(cr *utils.ConfigReader, ge *freepsgraph.GraphEngine) *FreepsHttp
func (*FreepsHttp) ParseRequest ¶ added in v1.2.0
func (r *FreepsHttp) ParseRequest(req *http.Request) (mainArgs map[string]string, mainInput *freepsgraph.OperatorIO, err error)
func (*FreepsHttp) ServeHTTP ¶ added in v1.0.0
func (r *FreepsHttp) ServeHTTP(w http.ResponseWriter, req *http.Request)
func (*FreepsHttp) Shutdown ¶ added in v1.0.0
func (r *FreepsHttp) Shutdown(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.