Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerCommon ¶
type ControllerCommon struct {
// contains filtered or unexported fields
}
func NewControllerCommon ¶
func NewControllerCommon(adaptors *adaptors.Adaptors, core *core.Core) *ControllerCommon
type ControllerIndex ¶
type ControllerIndex struct {
*ControllerCommon
}
func NewControllerIndex ¶
func NewControllerIndex(common *ControllerCommon) *ControllerIndex
func (ControllerIndex) Index ¶
func (i ControllerIndex) Index(c *gin.Context)
swagger:operation GET / index --- summary: index page description: consumes: - text/plain produces: - text/plain tags: - index responses:
"200": description: Success response
type ControllerSwagger ¶
type ControllerSwagger struct {
*ControllerCommon
}
func NewControllerSwagger ¶
func NewControllerSwagger(common *ControllerCommon) *ControllerSwagger
func (ControllerSwagger) WrapHandler ¶
func (c ControllerSwagger) WrapHandler(h *webdav.Handler) gin.HandlerFunc
type ControllersV2 ¶
type ControllersV2 struct { Index *ControllerIndex Swagger *ControllerSwagger }
func NewControllersV2 ¶
func NewControllersV2(adaptors *adaptors.Adaptors, core *core.Core) *ControllersV2
Click to show internal directories.
Click to hide internal directories.