Documentation ¶
Index ¶
- type AutoCodeExampleService
- func (autoCodeExampleService *AutoCodeExampleService) CreateAutoCodeExample(autoCodeExample autocode.AutoCodeExample) (err error)
- func (autoCodeExampleService *AutoCodeExampleService) DeleteAutoCodeExample(autoCodeExample autocode.AutoCodeExample) (err error)
- func (autoCodeExampleService *AutoCodeExampleService) GetAutoCodeExample(id uint) (err error, autoCodeExample autocode.AutoCodeExample)
- func (autoCodeExampleService *AutoCodeExampleService) GetAutoCodeExampleInfoList(info request.AutoCodeExampleSearch) (err error, list interface{}, total int64)
- func (autoCodeExampleService *AutoCodeExampleService) UpdateAutoCodeExample(autoCodeExample *autocode.AutoCodeExample) (err error)
- type ServiceGroup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoCodeExampleService ¶
type AutoCodeExampleService struct { }
func (*AutoCodeExampleService) CreateAutoCodeExample ¶
func (autoCodeExampleService *AutoCodeExampleService) CreateAutoCodeExample(autoCodeExample autocode.AutoCodeExample) (err error)
func (*AutoCodeExampleService) DeleteAutoCodeExample ¶
func (autoCodeExampleService *AutoCodeExampleService) DeleteAutoCodeExample(autoCodeExample autocode.AutoCodeExample) (err error)
func (*AutoCodeExampleService) GetAutoCodeExample ¶
func (autoCodeExampleService *AutoCodeExampleService) GetAutoCodeExample(id uint) (err error, autoCodeExample autocode.AutoCodeExample)
func (*AutoCodeExampleService) GetAutoCodeExampleInfoList ¶
func (autoCodeExampleService *AutoCodeExampleService) GetAutoCodeExampleInfoList(info request.AutoCodeExampleSearch) (err error, list interface{}, total int64)
func (*AutoCodeExampleService) UpdateAutoCodeExample ¶
func (autoCodeExampleService *AutoCodeExampleService) UpdateAutoCodeExample(autoCodeExample *autocode.AutoCodeExample) (err error)
type ServiceGroup ¶
type ServiceGroup struct { // Code generated by github.com/lujing-jlu/jing-project/server Begin; DO NOT EDIT. AutoCodeExampleService }
Click to show internal directories.
Click to hide internal directories.