vendoring and caldav
This commit is contained in:
parent
a06aa900b7
commit
fd9092e5ab
96 changed files with 14832 additions and 5 deletions
13
vendor/github.com/samedi/caldav-go/handlers/not_implemented.go
generated
vendored
Normal file
13
vendor/github.com/samedi/caldav-go/handlers/not_implemented.go
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
package handlers
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
type notImplementedHandler struct {
|
||||
response *Response
|
||||
}
|
||||
|
||||
func (h notImplementedHandler) Handle() *Response {
|
||||
return h.response.Set(http.StatusNotImplemented, "")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue