Documentation
¶
Index ¶
- type Service
- func (s *Service) ExportChat(ctx context.Context, talker string, talkerName string, ...) ([]byte, error)
- func (s *Service) ExportChatCSV(ctx context.Context, talker string, talkerName string, ...) ([]byte, error)
- func (s *Service) ExportChatDOCX(ctx context.Context, talker string, talkerName string, ...) ([]byte, error)
- func (s *Service) ExportChatPDF(ctx context.Context, talker string, talkerName string, ...) ([]byte, error)
- func (s *Service) ExportChatTxt(ctx context.Context, talker string, talkerName string, ...) ([]byte, error)
- func (s *Service) ExportChatXLSX(ctx context.Context, talker string, talkerName string, ...) ([]byte, error)
- func (s *Service) ExportForensic(ctx context.Context, talker string, talkerName string, ...) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func (*Service) ExportChat ¶
func (*Service) ExportChatCSV ¶ added in v0.1.0
func (s *Service) ExportChatCSV(ctx context.Context, talker string, talkerName string, startTime, endTime time.Time) ([]byte, error)
ExportChatCSV 导出聊天记录为 CSV 格式
func (*Service) ExportChatDOCX ¶ added in v0.1.0
func (s *Service) ExportChatDOCX(ctx context.Context, talker string, talkerName string, startTime, endTime time.Time) ([]byte, error)
ExportChatDOCX 导出聊天记录为 DOCX 格式
func (*Service) ExportChatPDF ¶ added in v0.1.0
func (s *Service) ExportChatPDF(ctx context.Context, talker string, talkerName string, startTime, endTime time.Time) ([]byte, error)
ExportChatPDF exports chat messages as a PDF file.
func (*Service) ExportChatTxt ¶
Click to show internal directories.
Click to hide internal directories.