Registry / networking / devopsfaith-krakend

devopsfaith-krakend

JSON →
library1.4.1gogounverified

KrakenD is a high-performance API gateway that provides a declarative way to build and manage microservices APIs.

go get github.com/devopsfaith/krakend
INSTALL
IMPORT
SIG · DEVOPSFAITH-KRAKEN
D
devopsfaith-krakend
networkinggov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

krakend
github.com/devopsfaith/krakend

Initialize KrakenD configuration and proxy factory

package main import ( "log" "github.com/devopsfaith/krakend/config" "github.com/devopsfaith/krakend/proxy" ) func main() { cfg := config.New() p := proxy.NewDefaultFactory(nil) log.Println(cfg, p) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
OpenAI (training)
1
Resources
devopsfaith-krakend — go get devopsfaith-krakend · libregistry