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 HandlerCheck[T] Handler HandlerFunc[T] }
メソッドとハンダラの構造体
type Server ¶
type Server[T any] struct { sync.Mutex PageTree *Page[T] NoRoute []gin.HandlerFunc NoMethod []gin.HandlerFunc Client T // contains filtered or unexported fields }
APIサーバーの構造体
Click to show internal directories.
Click to hide internal directories.