Documentation
¶
Index ¶
- type OperateLogServiceServer
- func (s *OperateLogServiceServer) AddOperateLog(ctx context.Context, in *sysclient.AddOperateLogReq) (*sysclient.AddOperateLogResp, error)
- func (s *OperateLogServiceServer) DeleteOperateLog(ctx context.Context, in *sysclient.DeleteOperateLogReq) (*sysclient.DeleteOperateLogResp, error)
- func (s *OperateLogServiceServer) QueryOperateLogDetail(ctx context.Context, in *sysclient.QueryOperateLogDetailReq) (*sysclient.QueryOperateLogDetailResp, error)
- func (s *OperateLogServiceServer) QueryOperateLogList(ctx context.Context, in *sysclient.QueryOperateLogListReq) (*sysclient.QueryOperateLogListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperateLogServiceServer ¶
type OperateLogServiceServer struct { sysclient.UnimplementedOperateLogServiceServer // contains filtered or unexported fields }
func NewOperateLogServiceServer ¶
func NewOperateLogServiceServer(svcCtx *svc.ServiceContext) *OperateLogServiceServer
func (*OperateLogServiceServer) AddOperateLog ¶
func (s *OperateLogServiceServer) AddOperateLog(ctx context.Context, in *sysclient.AddOperateLogReq) (*sysclient.AddOperateLogResp, error)
添加系统操作日志表
func (*OperateLogServiceServer) DeleteOperateLog ¶
func (s *OperateLogServiceServer) DeleteOperateLog(ctx context.Context, in *sysclient.DeleteOperateLogReq) (*sysclient.DeleteOperateLogResp, error)
删除系统操作日志表
func (*OperateLogServiceServer) QueryOperateLogDetail ¶
func (s *OperateLogServiceServer) QueryOperateLogDetail(ctx context.Context, in *sysclient.QueryOperateLogDetailReq) (*sysclient.QueryOperateLogDetailResp, error)
查询系统操作日志表详情
func (*OperateLogServiceServer) QueryOperateLogList ¶
func (s *OperateLogServiceServer) QueryOperateLogList(ctx context.Context, in *sysclient.QueryOperateLogListReq) (*sysclient.QueryOperateLogListResp, error)
查询系统操作日志表列表
Click to show internal directories.
Click to hide internal directories.