go-plugins-helpers
go-plugins-helpers copied to clipboard
h.ServeUnix("root", "test_volume") can't compile
in the readme, the sample code is
h.ServeUnix("root", "test_volume")
but the ServeUnix takes int as the second parameter now? https://github.com/docker/go-plugins-helpers/blob/master/sdk/handler.go
@reachlin , the second parameter is the gid now, usually the gid for root. For usage please refer to: https://github.com/casbin/casbin-authz-plugin/blob/master/main.go