mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 05:51:33 -05:00
9 lines
98 B
Go
9 lines
98 B
Go
package constants
|
|
|
|
type contextKey int
|
|
|
|
const (
|
|
ContextKeyID contextKey = iota
|
|
ContextKeyPath
|
|
)
|