providerapi

package
v0.0.76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddProviderRoutes

func AddProviderRoutes(mux *http.ServeMux, providerService providerservice.Service)

Types

type ConfigureRequest

type ConfigureRequest struct {
	APIKey string `json:"apiKey"`
	Upsert bool   `json:"upsert"`
}

type StatusResponse

type StatusResponse struct {
	Configured bool      `json:"configured"`
	UpdatedAt  time.Time `json:"updatedAt"`
	Provider   string    `json:"provider" example:"gemini"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL