Documentation
¶
Index ¶
- Variables
- func NewLogApi(logService services.LogService) pb.LogServiceServer
- type LogApi
- func (s *LogApi) CreateLog(ctx context.Context, req *pb.Log) (*pb.RetInfo, error)
- func (s *LogApi) DeleteLog(ctx context.Context, req *pb.DeleteIds) (*pb.RetInfo, error)
- func (s *LogApi) ListLog(ctx context.Context, req *pb.QueryRequest) (*pb.QueryLogResp, error)
- func (s *LogApi) UpdateLog(ctx context.Context, req *pb.Log) (*pb.RetInfo, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var APISet = wire.NewSet(NewLogApi)
Functions ¶
func NewLogApi ¶
func NewLogApi(logService services.LogService) pb.LogServiceServer
Types ¶
Click to show internal directories.
Click to hide internal directories.