Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gemini ¶
func NewGeminiClient ¶
func (*Gemini) ProcessImage ¶
func (g *Gemini) ProcessImage(request dto.ProcessImageRequest, ctx context.Context) (dto.ProcessImageResponse, error)
type GeminiInterface ¶
type GeminiInterface interface {
ProcessImage(request dto.ProcessImageRequest, ctx context.Context) (dto.ProcessImageResponse, error)
}
Click to show internal directories.
Click to hide internal directories.