Registry / utility / go-kit-kit

go-kit-kit

JSON →
library0.13.0gogounverified

Package kit provides a toolkit for microservices in Go.

go get github.com/go-kit/kit
INSTALL
IMPORT
SIG · GO-KIT-KIT
G
go-kit-kit
utilitygov0.13.0
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.

kit
github.com/go-kit/kit

Define a basic endpoint

package main import ( "github.com/go-kit/kit/endpoint" "context" ) func main() { var e endpoint.Endpoint = func(ctx context.Context, request interface{}) (interface{}, error) { return nil, nil } _ = e }
Debug
Known issues
gotchaGo kit v0.13 is the last release; consider using kit/log or kit/transport directly
fix
Use individual subpackages like github.com/go-kit/log instead of the umbrella module
affects: >=0.13.0
Upgrade
Version history
0.13.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-kit-kit — go get go-kit-kit · libregistry