io.joern.gosrc2cpg.model

Members list

Type members

Classlikes

object CirceEnDe

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
CirceEnDe.type
case class GoMod(fileFullPath: String, module: GoModModule, dependencies: List[GoModDependency])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GoModDependency(module: String, version: String, indirect: Boolean, var beingUsed: Boolean, lineNo: Option[Int], colNo: Option[Int], endLineNo: Option[Int], endColNo: Option[Int], usedPackages: Set[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class GoModHelper(config: Option[Config], meta: Option[GoMod])

Attributes

Supertypes
class Object
trait Matchable
class Any
case class GoModModule(name: String, lineNo: Option[Int], colNo: Option[Int], endLineNo: Option[Int], endColNo: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all