delivery

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	INTERFACE_ABSTRACT_METHOD = []byte(`{{verb}}{{model}}(c *gin.Context) error`)
	INTERFACE                 = []byte(`/*
Auto Create By Moduler
{{package}} 模組的 Handler Interface
*/
package {{package}}
import "github.com/gin-gonic/gin"

//HttpHandler http流量 handler
type HttpHandler interface {
	    /*
        寫入封裝方法
    */
{{implement}}
}`)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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