controllers

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2020 License: GPL-3.0 Imports: 10 Imported by: 0

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
}

ControllerCommon ...

func NewControllerCommon

func NewControllerCommon(adaptors *adaptors.Adaptors,
	core *core.Core) *ControllerCommon

NewControllerCommon ...

type ControllerIndex

type ControllerIndex struct {
	*ControllerCommon
}

ControllerIndex ...

func NewControllerIndex

func NewControllerIndex(common *ControllerCommon) *ControllerIndex

NewControllerIndex ...

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
}

ControllerSwagger ...

func NewControllerSwagger

func NewControllerSwagger(common *ControllerCommon) *ControllerSwagger

NewControllerSwagger ...

func (ControllerSwagger) WrapHandler

func (c ControllerSwagger) WrapHandler(h *webdav.Handler) gin.HandlerFunc

WrapHandler ...

type ControllersV2

type ControllersV2 struct {
	Index   *ControllerIndex
	Swagger *ControllerSwagger
}

ControllersV2 ...

func NewControllersV2

func NewControllersV2(adaptors *adaptors.Adaptors,
	core *core.Core) *ControllersV2

NewControllersV2 ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL