()
| 247 | } |
| 248 | |
| 249 | func (s *SiteSeoResp) IsShortLink() bool { |
| 250 | return s.Permalink == constant.PermalinkQuestionIDAndTitleByShortID || |
| 251 | s.Permalink == constant.PermalinkQuestionIDByShortID |
| 252 | } |
| 253 | |
| 254 | // AIPromptConfig AI prompt configuration for different languages |
| 255 | type AIPromptConfig struct { |
no outgoing calls
no test coverage detected