Files
opencloud/services/webdav/pkg/constants/constants.go
Christian Richter 78064e6bab rename folder extensions -> services
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-27 14:05:36 +02:00

9 lines
98 B
Go

package constants
type contextKey int
const (
ContextKeyID contextKey = iota
ContextKeyPath
)