Versions in this module Expand all Collapse all v1 v1.0.0 Aug 6, 2026 Changes in this version + type Router struct + func NewRouter(opts RouterOptions) *Router + func (r *Router) Handle(ctx context.Context, s *Session, args []string) []byte + type RouterOptions struct + Cache *cache.Memory + Logger *zap.Logger + Password string + Store store.Store + type Session struct + Authed bool + DB int + InMulti bool + Name string + Queued [][]string