Documentation ¶
Index ¶
- type LogServer
- func (s *LogServer) LoginLogCreate(ctx context.Context, in *sys.LoginLogCreateReq) (*sys.Response, error)
- func (s *LogServer) LoginLogIndex(ctx context.Context, in *sys.LoginLogIndexReq) (*sys.LoginLogIndexResp, error)
- func (s *LogServer) OperLogCreate(ctx context.Context, in *sys.OperLogCreateReq) (*sys.Response, error)
- func (s *LogServer) OperLogIndex(ctx context.Context, in *sys.OperLogIndexReq) (*sys.OperLogIndexResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogServer ¶
type LogServer struct { sys.UnimplementedLogServer // contains filtered or unexported fields }
func NewLogServer ¶
func NewLogServer(svcCtx *svc.ServiceContext) *LogServer
func (*LogServer) LoginLogCreate ¶
func (*LogServer) LoginLogIndex ¶
func (s *LogServer) LoginLogIndex(ctx context.Context, in *sys.LoginLogIndexReq) (*sys.LoginLogIndexResp, error)
func (*LogServer) OperLogCreate ¶
func (*LogServer) OperLogIndex ¶
func (s *LogServer) OperLogIndex(ctx context.Context, in *sys.OperLogIndexReq) (*sys.OperLogIndexResp, error)
Click to show internal directories.
Click to hide internal directories.