MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Driver

Struct Driver

log-driver/loki/loki.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type Driver struct {
36 url string
37 headers map[string]string
38}
39
40func NewDriver(config string) (*Driver, map[string]interface{}, error) {
41 cfg := new(DriverConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected