mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-22 00:30:36 +08:00
7 lines
152 B
Go
7 lines
152 B
Go
package ctxkey
|
|
|
|
// ENUM(content-length, overwrite-existing)
|
|
//
|
|
//go:generate go-enum --values --names --flag --nocase --noprefix
|
|
type ContextKey string
|