Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStaticModule ¶ added in v0.0.2
Types ¶
type Channel ¶
type Channel struct { *httpsrv.Controller // contains filtered or unexported fields }
func (Channel) DeleteAction ¶
func (c Channel) DeleteAction()
func (Channel) EntryAction ¶
func (c Channel) EntryAction()
func (Channel) ListAction ¶
func (c Channel) ListAction()
type Group ¶
type Group struct {
*httpsrv.Controller
}
func (Group) ListAction ¶
func (c Group) ListAction()
type Pkg ¶
type Pkg struct {
*httpsrv.Controller
}
func (Pkg) CommitAction ¶
func (c Pkg) CommitAction()
func (Pkg) EntryAction ¶
func (c Pkg) EntryAction()
func (Pkg) ListAction ¶
func (c Pkg) ListAction()
func (Pkg) MultipartCommitAction ¶
func (c Pkg) MultipartCommitAction()
type PkgInfo ¶
type PkgInfo struct {
*httpsrv.Controller
}
func (PkgInfo) EntryAction ¶
func (c PkgInfo) EntryAction()
func (PkgInfo) IconAction ¶
func (c PkgInfo) IconAction()
func (PkgInfo) IconSetAction ¶
func (c PkgInfo) IconSetAction()
func (PkgInfo) ListAction ¶
func (c PkgInfo) ListAction()
type Status ¶
type Status struct {
*httpsrv.Controller
}
func (Status) InfoAction ¶
func (c Status) InfoAction()
Click to show internal directories.
Click to hide internal directories.