MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / sessionKey

Struct sessionKey

plugin/chatgpt/main.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type sessionKey struct {
19 group int64
20 user int64
21}
22
23var (
24 cache = ttl.NewCache[sessionKey, []chatMessage](time.Minute * 15)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected