mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-09-02 06:06:41 +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
|