| 10 | type SessionMode string |
| 11 | type VisionDetail string |
| 12 | type SessionService struct { |
| 13 | cache *cache.Cache |
| 14 | } |
| 15 | type PicSetting struct { |
| 16 | resolution Resolution |
| 17 | style PicStyle |
nothing calls this directly
no outgoing calls
no test coverage detected