p

io.shiftleft

cpgserver

package cpgserver

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CpgServerController extends HttpServlet with ScalatraServlet with NativeJsonSupport with SwaggerSupport with FutureSupport
  2. class CpgServerSwagger extends Swagger
  3. case class CreateCpgRequest(filenames: List[String]) extends Product with Serializable
  4. case class QueryRequest(query: String) extends Product with Serializable
  5. case class QueryResponse(response: String, isQueryCompleted: Boolean) extends Product with Serializable
  6. class ResourcesApp extends HttpServlet with ScalatraServlet with NativeSwaggerBase
  7. trait ServerImpl extends AnyRef
  8. case class StatusResponse(isCpgLoaded: Boolean) extends Product with Serializable
  9. class TestServerImpl extends ServerImpl

Value Members

  1. object CpgServerApiInfo extends ApiInfo
  2. object JettyLauncher
  3. object TestServerMain extends App

Ungrouped