You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
221 B
221 B
Basic keycloak client in go
This repo provides a basic keycloak client in go.
Compile from sources
GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.4
cd toolbox
go generate
cd ..
go test ./...