mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 13:58:12 -05:00
10 lines
138 B
Go
10 lines
138 B
Go
package icapclient
|
|
|
|
var (
|
|
registeredMethods = map[string]bool{
|
|
MethodOPTIONS: true,
|
|
MethodRESPMOD: true,
|
|
MethodREQMOD: true,
|
|
}
|
|
)
|