vendoring and caldav
This commit is contained in:
parent
a06aa900b7
commit
fd9092e5ab
96 changed files with 14832 additions and 5 deletions
14
vendor/github.com/samedi/caldav-go/config.go
generated
vendored
Normal file
14
vendor/github.com/samedi/caldav-go/config.go
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
package caldav
|
||||
|
||||
import (
|
||||
"github.com/samedi/caldav-go/data"
|
||||
"github.com/samedi/caldav-go/global"
|
||||
)
|
||||
|
||||
func SetupStorage(stg data.Storage) {
|
||||
global.Storage = stg
|
||||
}
|
||||
|
||||
func SetupUser(username string) {
|
||||
global.User = &data.CalUser{username}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue