Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acgsh/acgsh
/ functions
Functions
32 in github.com/acgsh/acgsh
⨍
Functions
32
◇
Types & classes
11
↓ 2 callers
Function
newSyncData
()
db/db.go:119
↓ 1 callers
Method
addUser
(username string, max, since int64)
utils.go:7
↓ 1 callers
Function
min
(a, b int64)
timeline.go:22
↓ 1 callers
Function
retrieveMagnetInfo
(ss string)
timeline.go:183
↓ 1 callers
Function
runSyncTimeLine
()
timeline.go:239
↓ 1 callers
Function
startHttpServer
()
httpserver.go:112
↓ 1 callers
Function
syncTimeLine
()
timeline.go:29
↓ 1 callers
Function
ui64tob
(v uint64)
db/db.go:23
Function
AddPosts
(posts *ShPosts)
db/db.go:210
Function
AddPublishersIfNotExist
(names *[]string)
db/db.go:89
Function
AddPublishersReplyPosts
todo: Check if reply post was reply to acgsh post in DB.
db/db.go:248
Function
Close
()
db/db.go:82
Function
DeletePublishers
(names *[]string)
db/db.go:193
Function
Follow
(name string, followUserNames []string)
rpc/rpc.go:18
Function
GetFollowing
(name string)
rpc/rpc.go:51
Function
GetPosts
(count int64, params []interface{})
rpc/rpc.go:89
Function
GetPosts
(idx, n uint)
db/db.go:293
Function
GetPublishers
()
db/db.go:127
Function
GetPublishersReplyPosts
(name, k string)
db/db.go:327
Function
Init
()
db/db.go:29
Function
ListWalletUsers
()
rpc/rpc.go:76
Function
SetAddress
(newAddress string)
rpc/rpc.go:14
Function
UnFollow
(name string, followUserNames []string)
rpc/rpc.go:37
Function
UpdatePublishers
(publishers *map[string]SyncData)
db/db.go:162
Function
getPostsHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:35
Function
getPubReplyHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:50
Function
getPublishersHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:75
Function
handler
(w http.ResponseWriter, r *http.Request)
httpserver.go:19
Function
homeHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:27
Function
itob
itob returns an 8-byte big endian representation of v.
db/db.go:18
Function
main
()
main.go:24
Function
regPublisherHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:90