package
Version:
v0.0.0-...-5c5d7b1
Opens a new window with list of versions in this module.
Published: Jun 16, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request[T any] struct {
Body T
}
type Response[T any] struct {
Code int
Data *T
}
type Service interface {
Register(r gin.IRouter)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.