Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebdavPerm ¶
func ParseGlobalForm ¶
func ParseGlobalForm(v url.Values) []*WebdavPerm
func (*WebdavPerm) SetReadable ¶
func (w *WebdavPerm) SetReadable(r string)
func (*WebdavPerm) SetWriteable ¶
func (w *WebdavPerm) SetWriteable(v string)
func (*WebdavPerm) String ¶
func (w *WebdavPerm) String() string
type WebdavUser ¶
type WebdavUser struct { User string Password string Root string Writeable sql.NullBool Perms []*WebdavPerm }
func ParseUserForm ¶
func ParseUserForm(v url.Values) []*WebdavUser
func (*WebdavUser) SetWriteable ¶
func (w *WebdavUser) SetWriteable(v string)
Click to show internal directories.
Click to hide internal directories.