counts
v0.Treecounts maps an address (as string) -> number of kudos received.
- OID
- 049745…db39:4
counts details
feed
[]v0.kudofeed holds recent kudos, newest first, capped at feedCap entries.
Value
<zero>
feedCap
untyped bigintValue
(50 <untyped> bigint)
kudo
typeValue
v0.kudo
Give
func(to .uverse.address, reason string)Give records a kudos from the caller to \`to\` with a reason. A caller cannot give kudos to themselves.
- OID
- 049745…db39:6
Give details
entry
typeentry is a leaderboard row used for deterministic sorting.
Value
v0.entry
byScore
typebyScore sorts by count desc, then address asc for stable ties.
Value
v0.byScore
leaderboard
func() []v0.entry- OID
- 049745…db39:8
leaderboard details
Render
func(path string) stringRender shows a leaderboard of most-received addresses and a recent feed.
- OID
- 049745…db39:9
Render details
counts : v0.Tree Inspect
feed
:
[]v0.kudo
=<zero>
feedCap
:
untyped bigint
=(50 <untyped> bigint)
kudo
:
type
=v0.kudo
Give : func(to .uverse.address, reason string) Inspect
entry
:
type
=v0.entry
byScore
:
type
=v0.byScore