Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler[T any] struct { Method string Check func(*Server[T], *gin.Context) bool Handler func(*Server[T], *gin.Context) }
メソッドとハンダラの構造体
Click to show internal directories.
Click to hide internal directories.