Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arnaucube/goBlockchainDataAnalysis
/ functions
Functions
53 in github.com/arnaucube/goBlockchainDataAnalysis
⨍
Functions
53
◇
Types & classes
24
↓ 59 callers
Function
check
(err error)
errors.go:5
↓ 19 callers
Function
ipFilter
(w http.ResponseWriter, r *http.Request)
ipFilter.go:10
↓ 8 callers
Function
getCollection
(session *mgo.Session, collection string)
mongoOperations.go:25
↓ 4 callers
Function
getStats
()
stats.go:5
↓ 3 callers
Function
decomposeDate
(blockTime int64)
dateAnalysis.go:21
↓ 3 callers
Function
edgeInEdges
(edges []EdgeModel, edge EdgeModel)
mongoOperations.go:104
↓ 3 callers
Function
saveNode
(c *mgo.Collection, node NodeModel)
mongoOperations.go:57
↓ 3 callers
Function
updateStats
(stats StatsModel)
stats.go:13
↓ 2 callers
Function
addressTree
(address string)
addressTree.go:65
↓ 2 callers
Function
explorationContinue
()
continuousTasks.go:12
↓ 2 callers
Function
explore
(client *rpcclient.Client, blockHash string)
exploreBlockchain.go:11
↓ 2 callers
Function
map24hours
()
dateAnalysis.go:14
↓ 2 callers
Function
nodeInNodes
(nodes []NodeModel, node NodeModel)
mongoOperations.go:96
↓ 2 callers
Function
saveAddress
(address AddressModel)
mongoOperations.go:112
↓ 2 callers
Function
saveEdge
(c *mgo.Collection, edge EdgeModel)
mongoOperations.go:80
↓ 2 callers
Function
unixTimeToTime
(blockTime int64)
dateAnalysis.go:33
↓ 1 callers
Function
Logger
(inner http.Handler, name string)
serverConfig.go:18
↓ 1 callers
Function
NewRouter
()
serverConfig.go:33
↓ 1 callers
Function
continuousExploration
()
continuousTasks.go:34
↓ 1 callers
Function
dateBeforeThan
(dateA time.Time, dateB time.Time)
dateAnalysis.go:11
↓ 1 callers
Function
getAllEdges
()
mongoOperations.go:74
↓ 1 callers
Function
getAllNodes
* 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 callers
Function
getSession
()
mongoOperations.go:10
↓ 1 callers
Function
hourAnalysis
(e EdgeModel, blockTime int64)
dateAnalysis.go:48
↓ 1 callers
Function
readConfig
(path string)
readConfig.go:38
↓ 1 callers
Function
saveBlock
(block BlockModel)
mongoOperations.go:138
↓ 1 callers
Function
saveTx
(tx TxModel)
mongoOperations.go:127
↓ 1 callers
Function
savelog
()
log.go:10
↓ 1 callers
Function
timeToDate
(blockTime int64)
dateAnalysis.go:36
↓ 1 callers
Function
upTree
(address string, network NetworkModel)
addressTree.go:12
↓ 1 callers
Function
webserver
()
main.go:101
Function
Address
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:290
Function
AddressNetwork
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:320
Function
AddressSankey
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:471
Function
Addresses
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:230
Function
AllAddresses
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:173
Function
Block
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:248
Function
BlockSankey
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:338
Function
Blocks
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:186
Function
GetAddressTimeChart
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:725
Function
GetLast24HourAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:552
Function
GetLast7DayAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:592
Function
GetLast7DayHourAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:634
Function
GetLastMonthsAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:681
Function
GetTotalHourAnalysis
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:528
Function
Index
ROUTES
serverRoutes.go:143
Function
NetworkMap
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:509
Function
Stats
* 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
Function
Tx
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:272
Function
TxSankey
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:410
Function
Txs
(w http.ResponseWriter, r *http.Request)
serverRoutes.go:212
Function
dateAnalysis
(e EdgeModel, blockTime int64)
dateAnalysis.go:70
Function
main
()
main.go:24