Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/songquanpeng/one-api
/ Adaptor
Struct
Adaptor
relay/adaptor/deepl/adaptor.go:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
)
13
14
type
Adaptor
struct
{
15
meta *meta.Meta
16
promptText string
17
}
18
19
func
(a *Adaptor) Init(meta *meta.Meta) {
20
a.meta = meta
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected