Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultKey = "id"
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct { }
func (*Base) Handlers ¶
func (e *Base) Handlers() gin.HandlersChain
func (*Base) Other ¶
func (e *Base) Other(_ *gin.RouterGroup)
type Option ¶
type Option func(*Options)
Option set options
func WithModelProvider ¶ added in v0.1.1
func WithModelProvider(provider actions.ModelProvider) Option
WithModelProvider set model provider
Click to show internal directories.
Click to hide internal directories.