Documentation ¶
Index ¶
- Variables
- func ConvertToUSD(r lib.Rate, sum int64) float64
- func FollowingFeedPosts(username string) []lib.Post
- func GetNumFollowers(pub58, username string) int64
- func GetRate() lib.Rate
- func GlobalPosts() []lib.Post
- func ImportFromBadgerToSqlite(dir string) error
- func LoopThruAllFollowing(pub58, username string, limit int) []lib.ProfileEntryResponse
- func MessageInbox(username string) lib.MessageList
- func PrintAllPostsFromBadger(dir string) error
- func Pub58ToUser(key string) lib.User
- func QuerySqliteFollow(tab, s, degrees string)
- func QuerySqliteNodeConnections(f *os.File)
- func QuerySqliteNodesInOrder(f *os.File)
- func QuerySqlitePosts(term string)
- func QuerySqliteUsers(s string)
- func SearchSqlitePub58(s string) string
- func SearchSqliteUsername(s string) string
- func SendMessage(words, to, body string) string
- func SimplePost(words, body string) string
- func SubmitSellTransaction(words, theirPub58 string, amount int64) string
- func UsernameToPub58(s string) string
- type TopUser
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPublicKey = "BC1YLgw3KMdQav8w5juVRc3Ko5gzNJ7NzBHE1FfyYWGwpBEQEmnKG2v"
View Source
var Tables string
View Source
var Testing bool
Functions ¶
func FollowingFeedPosts ¶
func GetNumFollowers ¶ added in v0.0.6
func GlobalPosts ¶
func ImportFromBadgerToSqlite ¶ added in v0.0.2
func LoopThruAllFollowing ¶ added in v0.0.6
func LoopThruAllFollowing(pub58, username string, limit int) []lib.ProfileEntryResponse
func MessageInbox ¶ added in v0.0.5
func MessageInbox(username string) lib.MessageList
func PrintAllPostsFromBadger ¶
func Pub58ToUser ¶ added in v0.0.6
func QuerySqliteFollow ¶ added in v0.0.5
func QuerySqliteFollow(tab, s, degrees string)
func QuerySqliteNodeConnections ¶ added in v0.0.7
func QuerySqliteNodesInOrder ¶ added in v0.0.7
func QuerySqlitePosts ¶ added in v0.0.2
func QuerySqlitePosts(term string)
func QuerySqliteUsers ¶ added in v0.0.5
func QuerySqliteUsers(s string)
func SearchSqlitePub58 ¶ added in v0.0.5
func SearchSqliteUsername ¶ added in v0.0.5
func SendMessage ¶ added in v0.0.6
func SimplePost ¶ added in v0.0.4
func SubmitSellTransaction ¶ added in v0.0.6
func UsernameToPub58 ¶
Types ¶
type TopUser ¶ added in v0.0.7
func QuerySqliteTopDiamondGivers ¶ added in v0.0.7
func QuerySqliteTopLikers ¶ added in v0.0.7
func QuerySqliteTopReclouters ¶ added in v0.0.7
Source Files ¶
Click to show internal directories.
Click to hide internal directories.