Test: onedrive related

This commit is contained in:
HFO4
2020-01-22 14:26:13 +08:00
parent 0d2e3cc717
commit 8672042d61
8 changed files with 1372 additions and 39 deletions

View File

@@ -38,13 +38,6 @@ func WithConflictBehavior(t string) Option {
})
}
// WithExpires 设置过期时间
func WithExpires(t time.Time) Option {
return optionFunc(func(o *options) {
o.expires = t
})
}
func (f optionFunc) apply(o *options) {
f(o)
}