controllers

package
v0.0.0-...-16bba25 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2020 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageControllerInterface

type ImageControllerInterface interface {
	Upload(c *gin.Context)
	GetByName(c *gin.Context)
}

ImageControllerInterface interface

var (
	// ImageController exported
	ImageController ImageControllerInterface = &imageController{}
)

type ImageControllerV2Interface

type ImageControllerV2Interface interface {
	Upload(c *gin.Context)
	GetByName(c *gin.Context)
	Delete(c *gin.Context)
	UploadMultiple(c *gin.Context)
}

ImageControllerV2Interface interface

var (
	// ImageControllerV2 exported
	ImageControllerV2 ImageControllerV2Interface = &imageControllerV2{}
)

type PingControllerInterface

type PingControllerInterface interface {
	Ping(c *gin.Context)
}

PingControllerInterface interface

var (
	// PingController export controller
	PingController PingControllerInterface = &pingController{}
)

Jump to

Keyboard shortcuts

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