Documentation ¶
Index ¶
- type LogTraceAnnotationsService
- func (logTraceAnnotationsService *LogTraceAnnotationsService) DeleteLogTraceAnnotationss(ctx iris.Context) result.ResultDto
- func (logTraceAnnotationsService *LogTraceAnnotationsService) GetLogTraceAnnotationsAll(LogTraceAnnotationsDto log.LogTraceAnnotationsDto) ([]*log.LogTraceAnnotationsDto, error)
- func (logTraceAnnotationsService *LogTraceAnnotationsService) GetLogTraceAnnotationss(ctx iris.Context) result.ResultDto
- func (logTraceAnnotationsService *LogTraceAnnotationsService) SaveLogTraceAnnotationss(ctx iris.Context) result.ResultDto
- func (logTraceAnnotationsService *LogTraceAnnotationsService) UpdateLogTraceAnnotationss(ctx iris.Context) result.ResultDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogTraceAnnotationsService ¶
type LogTraceAnnotationsService struct {
// contains filtered or unexported fields
}
func (*LogTraceAnnotationsService) DeleteLogTraceAnnotationss ¶
func (logTraceAnnotationsService *LogTraceAnnotationsService) DeleteLogTraceAnnotationss(ctx iris.Context) result.ResultDto
* 删除 系统信息
func (*LogTraceAnnotationsService) GetLogTraceAnnotationsAll ¶
func (logTraceAnnotationsService *LogTraceAnnotationsService) GetLogTraceAnnotationsAll(LogTraceAnnotationsDto log.LogTraceAnnotationsDto) ([]*log.LogTraceAnnotationsDto, error)
get db link all db by this user
func (*LogTraceAnnotationsService) GetLogTraceAnnotationss ¶
func (logTraceAnnotationsService *LogTraceAnnotationsService) GetLogTraceAnnotationss(ctx iris.Context) result.ResultDto
* 查询 系统信息
func (*LogTraceAnnotationsService) SaveLogTraceAnnotationss ¶
func (logTraceAnnotationsService *LogTraceAnnotationsService) SaveLogTraceAnnotationss(ctx iris.Context) result.ResultDto
* 保存 系统信息
func (*LogTraceAnnotationsService) UpdateLogTraceAnnotationss ¶
func (logTraceAnnotationsService *LogTraceAnnotationsService) UpdateLogTraceAnnotationss(ctx iris.Context) result.ResultDto
* 修改 系统信息
Click to show internal directories.
Click to hide internal directories.