MCPcopy Create free account

hub / github.com/arnaucube/goBlockchainDataAnalysis / functions

Functions53 in github.com/arnaucube/goBlockchainDataAnalysis

↓ 59 callersFunctioncheck
(err error)
errors.go:5
↓ 19 callersFunctionipFilter
(w http.ResponseWriter, r *http.Request)
ipFilter.go:10
↓ 8 callersFunctiongetCollection
(session *mgo.Session, collection string)
mongoOperations.go:25
↓ 4 callersFunctiongetStats
()
stats.go:5
↓ 3 callersFunctiondecomposeDate
(blockTime int64)
dateAnalysis.go:21
↓ 3 callersFunctionedgeInEdges
(edges []EdgeModel, edge EdgeModel)
mongoOperations.go:104
↓ 3 callersFunctionsaveNode
(c *mgo.Collection, node NodeModel)
mongoOperations.go:57
↓ 3 callersFunctionupdateStats
(stats StatsModel)
stats.go:13
↓ 2 callersFunctionaddressTree
(address string)
addressTree.go:65
↓ 2 callersFunctionexplorationContinue
()
continuousTasks.go:12
↓ 2 callersFunctionexplore
(client *rpcclient.Client, blockHash string)
exploreBlockchain.go:11
↓ 2 callersFunctionmap24hours
()
dateAnalysis.go:14
↓ 2 callersFunctionnodeInNodes
(nodes []NodeModel, node NodeModel)
mongoOperations.go:96
↓ 2 callersFunctionsaveAddress
(address AddressModel)
mongoOperations.go:112
↓ 2 callersFunctionsaveEdge
(c *mgo.Collection, edge EdgeModel)
mongoOperations.go:80
↓ 2 callersFunctionunixTimeToTime
(blockTime int64)
dateAnalysis.go:33
↓ 1 callersFunctionLogger
(inner http.Handler, name string)
serverConfig.go:18
↓ 1 callersFunctionNewRouter
()
serverConfig.go:33
↓ 1 callersFunctioncontinuousExploration
()
continuousTasks.go:34
↓ 1 callersFunctiondateBeforeThan
(dateA time.Time, dateB time.Time)
dateAnalysis.go:11
↓ 1 callersFunctiongetAllEdges
()
mongoOperations.go:74
↓ 1 callersFunctiongetAllNodes
* func saveBlock(c *mgo.Collection, block BlockModel) { //first, check if the item already exists result := BlockModel{} err := c.Find(bson.M{"hash
mongoOperations.go:50
↓ 1 callersFunctiongetSession
()
mongoOperations.go:10
↓ 1 callersFunctionhourAnalysis
(e EdgeModel, blockTime int64)
dateAnalysis.go:48
↓ 1 callersFunctionreadConfig
(path string)
readConfig.go:38
↓ 1 callersFunctionsaveBlock
(block BlockModel)
mongoOperations.go:138
↓ 1 callersFunctionsaveTx
(tx TxModel)
mongoOperations.go:127
↓ 1 callersFunctionsavelog
()
log.go:10
↓ 1 callersFunctiontimeToDate
(blockTime int64)
dateAnalysis.go:36
↓ 1 callersFunctionupTree
(address string, network NetworkModel)
addressTree.go:12
↓ 1 callersFunctionwebserver
()
main.go:101
FunctionAddress
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:290
FunctionAddressNetwork
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:320
FunctionAddressSankey
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:471
FunctionAddresses
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:230
FunctionAllAddresses
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:173
FunctionBlock
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:248
FunctionBlockSankey
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:338
FunctionBlocks
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:186
FunctionGetAddressTimeChart
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:725
FunctionGetLast24HourAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:552
FunctionGetLast7DayAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:592
FunctionGetLast7DayHourAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:634
FunctionGetLastMonthsAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:681
FunctionGetTotalHourAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:528
FunctionIndex
ROUTES
serverRoutes.go:143
FunctionNetworkMap
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:509
FunctionStats
* func NewUser(w http.ResponseWriter, r *http.Request) { ipFilter(w, r) decoder := json.NewDecoder(r.Body) var newUser UserModel err := decoder.De
serverRoutes.go:163
FunctionTx
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:272
FunctionTxSankey
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:410
FunctionTxs
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:212
FunctiondateAnalysis
(e EdgeModel, blockTime int64)
dateAnalysis.go:70
Functionmain
()
main.go:24