Versions in this module Expand all Collapse all v1 v1.1.0 Mar 27, 2025 v1.0.0 Mar 9, 2025 Changes in this version + func GetPathTree(path string) []string + func InitializeEvaluationRoute(router *mux.HyperMux) + func InitializeStaticRoute(router *mux.HyperMux) + func IsDir(path string) bool + func Start() + func StaticHandler(path string) func(writer http.ResponseWriter, request *http.Request) + type EvaluateRequest struct + GrlText string + Input []*JSONData + type FileData struct + Bytes []byte + ContentType string + func GetFile(path string) (*FileData, error) + type JSONData struct + JSONData string + Name string