Documentation ¶
Index ¶
Constants ¶
View Source
const (
Reputation = 1000
)
Variables ¶
This section is empty.
Functions ¶
func InitScoreboard ¶
Types ¶
type ActionData ¶
type Cache ¶
type Cache struct {
Client *redis.Client
}
func (*Cache) CurrentRound ¶
func (*Cache) Get ¶
func (c *Cache) Get(teamID, service, checker, action string) *ActionData
func (*Cache) IncrementRound ¶
func (c *Cache) IncrementRound()
func (*Cache) Save ¶
func (c *Cache) Save(data *ActionData)
Click to show internal directories.
Click to hide internal directories.