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

Struct user

plugin/exXiaoGuoFan/example.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type user struct {
15 Name string `flag:"n"`
16 Age int `flag:"a"`
17}
18
19var (
20 limit = ctxext.NewLimiterManager(time.Second*10, 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected