Documentation
¶
Index ¶
- func HttpRegister(router *gin.RouterGroup, relativePath string, restAPI interface{}, ...)
- func MergeURL(first, second string) string
- type Delete
- type Get
- type HttpDeletePathDescriptor
- type HttpGetPathDescriptor
- type HttpPatchPathDescriptor
- type HttpPostPathDescriptor
- type HttpPutPathDescriptor
- type Patch
- type Post
- type Put
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpRegister ¶
func HttpRegister(router *gin.RouterGroup, relativePath string, restAPI interface{}, handlers ...gin.HandlerFunc)
Types ¶
type HttpDeletePathDescriptor ¶
type HttpDeletePathDescriptor interface {
HttpDeletePath() string
}
type HttpGetPathDescriptor ¶
type HttpGetPathDescriptor interface {
HttpGetPath() string
}
type HttpPatchPathDescriptor ¶
type HttpPatchPathDescriptor interface {
HttpPatchPath() string
}
type HttpPostPathDescriptor ¶
type HttpPostPathDescriptor interface {
HttpPostPath() string
}
type HttpPutPathDescriptor ¶
type HttpPutPathDescriptor interface {
HttpPutPath() string
}
Click to show internal directories.
Click to hide internal directories.