mirror of
https://github.com/xpzouying/xiaohongshu-mcp.git
synced 2026-09-19 09:53:17 +08:00
7 lines
163 B
Go
7 lines
163 B
Go
package errors
|
|
|
|
import "errors"
|
|
|
|
var ErrNoFeeds = errors.New("没有捕获到 feeds 数据")
|
|
var ErrNoFeedDetail = errors.New("没有捕获到 feed 详情数据")
|