delivery

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpHandler

type HttpHandler interface {
	CreateDepartment(c *gin.Context) error
	CreateUser(c *gin.Context) error
	GetDepartment(c *gin.Context) error
	GetUser(c *gin.Context) error
	ModifyDepartment(c *gin.Context) error
	ModifyUser(c *gin.Context) error
	DeleteDepartment(c *gin.Context) error
	DeleteUser(c *gin.Context) error
}

HttpHandler http流量 handler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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