Documentation ¶
Index ¶
- Constants
- func NewMultiplexer(p *param.Param, users user.List, theme tpl.Theme, logger log.Logger, ...) http.Handler
- func TryEnableWSL1Fix() bool
- type SortState
- func (info SortState) CurrentSort() string
- func (info SortState) DirSort() dirSort
- func (info SortState) Key() string
- func (info SortState) NextDirSort() string
- func (info SortState) NextNameSort() string
- func (info SortState) NextSizeSort() string
- func (info SortState) NextTimeSort() string
- func (info SortState) NextTypeSort() string
Constants ¶
View Source
const TypeDir = template.HTML("dir")
View Source
const TypeFile = template.HTML("file")
Variables ¶
This section is empty.
Functions ¶
func NewMultiplexer ¶
func TryEnableWSL1Fix ¶
func TryEnableWSL1Fix() bool
Types ¶
type SortState ¶
type SortState struct {
// contains filtered or unexported fields
}
func (SortState) CurrentSort ¶
func (SortState) NextDirSort ¶
func (SortState) NextNameSort ¶
func (SortState) NextSizeSort ¶
func (SortState) NextTimeSort ¶
func (SortState) NextTypeSort ¶
Source Files ¶
- alias.go
- alias_accurate.go
- alias_no_case.go
- archive.go
- archive_tar.go
- archive_zip.go
- asset.go
- auth.go
- content.go
- cors.go
- delete.go
- filter.go
- handler.go
- header.go
- hsts.go
- json.go
- log.go
- mkdir.go
- multiplexer.go
- mutate.go
- page.go
- path_context.go
- perm.go
- placeholder_file_info.go
- renamed_file_info.go
- response_data.go
- sort.go
- sort_state.go
- upload.go
- util.go
- wsl1.go
Click to show internal directories.
Click to hide internal directories.