MCPcopy
hub / github.com/kenn-io/msgvault / Client

Struct Client

internal/gmail/client.go:31–37  ·  view source on GitHub ↗

Client implements the Gmail API interface.

Source from the content-addressed store, hash-verified

29
30// Client implements the Gmail API interface.
31type Client struct {
32 httpClient *http.Client
33 rateLimiter *RateLimiter
34 logger *slog.Logger
35 userID string // "me" for authenticated user
36 concurrency int // Max parallel requests for batch operations
37}
38
39// ClientOption configures a Client.
40type ClientOption func(*Client)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected