MCPcopy Create free account
hub / github.com/SMNETSTUDIO/Groq2API / Headers

TypeAlias Headers

pkg/groq/interface.go:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package groq
2
3type Headers map[string]string
4
5func (h Headers) Set(key string, value string) {
6 h[key] = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected