Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGimModule ¶
func CreateGimModule(config GimModuleConfig) *gim.Module
Types ¶
type CreateModuleConfig ¶
type CreateModuleConfig struct { Input interface{} OperationConfig }
type DeleteModuleConfig ¶
type DeleteModuleConfig struct {
OperationModuleConfig
}
type GimModuleConfig ¶
type GimModuleConfig struct { gim.Module Assembler core.Assembler QueryService core.QueryService Endpoint string Entity interface{} Output interface{} Read OperationModuleConfig Create CreateModuleConfig Update UpdateModuleConfig Delete DeleteModuleConfig }
type OperationConfig ¶
type OperationModuleConfig ¶
type OperationModuleConfig struct { Disabled bool gim.Module Many OperationConfig One OperationConfig }
type UpdateModuleConfig ¶
type UpdateModuleConfig struct { Input interface{} OperationModuleConfig }
Click to show internal directories.
Click to hide internal directories.