Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Control ¶
Control action
func (*Control) Handler ¶ added in v0.2.7
func (e *Control) Handler() gin.HandlersChain
type Delete ¶
Delete action
func (*Delete) Handler ¶ added in v0.2.7
func (e *Delete) Handler() gin.HandlersChain
type Get ¶
Get action
func (*Get) Handler ¶ added in v0.2.7
func (e *Get) Handler() gin.HandlersChain
type LinkConfig ¶
type LinkConfig struct { // FieldName field name FieldName string // CollectionName collection name CollectionName string // LocalField local field LocalField string // ForeignField foreign field ForeignField string }
LinkConfig link config
Click to show internal directories.
Click to hide internal directories.