Documentation
¶
Index ¶
- func HandleBanRecords(db *pgxpool.Pool) http.HandlerFunc
- func HandleBanUser(db *pgxpool.Pool) http.HandlerFunc
- func HandleChannelActivity(db *pgxpool.Pool) http.HandlerFunc
- func HandleChannels(db *pgxpool.Pool) http.HandlerFunc
- func HandleDiscovery(identity db.ServerIdentity) http.HandlerFunc
- func HandleMessages(db *pgxpool.Pool, cache *cache.MessageCache) http.HandlerFunc
- func HandleRateLimiter(db *pgxpool.Pool, cache *cache.MessageCache) http.HandlerFunc
- func HandleRecentActivity(db *pgxpool.Pool) http.HandlerFunc
- func HandleUsers(db *pgxpool.Pool) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleBanRecords ¶
func HandleBanRecords(db *pgxpool.Pool) http.HandlerFunc
func HandleBanUser ¶
func HandleBanUser(db *pgxpool.Pool) http.HandlerFunc
func HandleChannelActivity ¶
func HandleChannelActivity(db *pgxpool.Pool) http.HandlerFunc
func HandleChannels ¶
func HandleChannels(db *pgxpool.Pool) http.HandlerFunc
HandleChannels handles creating and fetching channels.
func HandleDiscovery ¶
func HandleDiscovery(identity db.ServerIdentity) http.HandlerFunc
func HandleMessages ¶
func HandleMessages(db *pgxpool.Pool, cache *cache.MessageCache) http.HandlerFunc
func HandleRateLimiter ¶
func HandleRateLimiter(db *pgxpool.Pool, cache *cache.MessageCache) http.HandlerFunc
func HandleRecentActivity ¶
func HandleRecentActivity(db *pgxpool.Pool) http.HandlerFunc
func HandleUsers ¶
func HandleUsers(db *pgxpool.Pool) http.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.