io.joern.gosrc2cpg.model

Members list

Type members

Classlikes

object CirceEnDe

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
CirceEnDe.type
object GoMod

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GoModDependency(module: String, version: 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
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