Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DstObj ¶
type DstObj struct {
Srcs []string `bson:"srcs" json:"srcs"`
SrcCt int `bson:"source_count" json:"source_count"`
Lengths [][]int `bson:"lengths" json:"lengths"`
Longest []int `bson:"longest" json:"longest"`
Url string `bson:"url" json:"url"`
Hits int `bson:"connection_count" json:"connection_count"`
}
type LenObj ¶
type LenObj struct {
Length int `bson:"_id" json:"_id"`
Src []string `bson:"src" json:"src"`
Url []string `bson:"url" json:"url"`
Uri []string `bson:"uri" json:"uri"`
}
** Graphing Structures **
type PartObj ¶
type PartObj struct {
Url string `bson:"url" json:"url"`
Uri string `bson:"uri" json:"uri"`
Length int `bson:"length" json:"length"`
Conn datatype_Data.ConnObj `bson:"conn_join" json:"conn_join"`
}
type SumObj ¶
type SumObj struct {
SrcCt int `bson:"unique_src_count" json:"unique_src_count"`
DstCt int `bson:"unique_dst_count" json:"unique_dst_count"`
LengthCt int `bson:"unique_length_count" json:"unique_length_count"`
Longest int `bson:"longest" json:"longest"`
Hits int `bson:"connection_count" json:"connection_count"`
}
** TBD Summary Object **
Click to show internal directories.
Click to hide internal directories.