Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddUserEvent ¶
type FinishedCrawlWithItsUser ¶
type FinishedCrawlWithItsUser struct { CrawlingStatus common.CrawlingStatus `json:"crawlingstatus"` User common.UserDocument `json:"user"` }
type GetFinishedCrawlsDTO ¶
type GetFinishedCrawlsDTO struct { Status string `json:"status"` AllFinishedCrawlsWithUsers []FinishedCrawlWithItsUser `json:"crawls"` }
type GetFinishedShortestDistanceCrawlsDTO ¶
type GetFinishedShortestDistanceCrawlsDTO struct { Status string `json:"status"` CrawlingStatus []ShortestDistanceInfo `json:"crawlingstatus"` }
type GetProcessedGraphDataDTO ¶
type GetProcessedGraphDataDTO struct { Status string `json:"status"` UserGraphData common.UsersGraphData `json:"usergraphdata"` }
type GetShortestDistanceInfoDataInputDTO ¶
type GetShortestDistanceInfoDataInputDTO struct {
CrawlIDs []string `json:"crawlids"`
}
type ShortestDistanceInfo ¶
type ShortestDistanceInfo struct { CrawlIDs []string `json:"crawlids"` FirstUser common.UserDocument `json:"firstuser"` SecondUser common.UserDocument `json:"seconduser"` ShortestDistance []common.UserDocument `json:"shortestdistance"` TotalNetworkSpan int `json:"totalnetworkspan"` TimeStarted int64 `json:"timestarted"` }
Click to show internal directories.
Click to hide internal directories.