Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SMNETSTUDIO/Groq2API
/ Set
Method
Set
pkg/groq/interface.go:5–7 ·
view source on GitHub ↗
(key string, value string)
Source
from the content-addressed store, hash-verified
3
type
Headers
map
[string]string
4
5
func
(h Headers) Set(key string, value string) {
6
h[key] = value
7
}
8
9
func
NewHeader() Headers {
10
return
make(Headers)
Callers
10
handlerHeaders
Function · 0.80
baseHeader
Function · 0.80
GerOrganizationId
Function · 0.80
GetSessionToken
Function · 0.80
ChatCompletions
Function · 0.80
GetModels
Function · 0.80
setResponseHeader
Method · 0.80
Cors
Function · 0.80
authSessionHandler
Function · 0.80
authRefreshHandler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected