Versions in this module Expand all Collapse all v0 v0.16.0 Dec 11, 2024 Changes in this version + func CreateGroupEndpoint(svc groups.Service) endpoint.Endpoint + func DecodeChangeGroupStatusRequest(_ context.Context, r *http.Request) (interface{}, error) + func DecodeGroupCreate(_ context.Context, r *http.Request) (interface{}, error) + func DecodeGroupRequest(_ context.Context, r *http.Request) (interface{}, error) + func DecodeGroupUpdate(_ context.Context, r *http.Request) (interface{}, error) + func DecodeListGroupsRequest(_ context.Context, r *http.Request) (interface{}, error) + func DeleteGroupEndpoint(svc groups.Service) endpoint.Endpoint + func DisableGroupEndpoint(svc groups.Service) endpoint.Endpoint + func EnableGroupEndpoint(svc groups.Service) endpoint.Endpoint + func ListGroupsEndpoint(svc groups.Service) endpoint.Endpoint + func MakeHandler(svc groups.Service, authn authn.Authentication, mux *chi.Mux, ...) *chi.Mux + func UpdateGroupEndpoint(svc groups.Service) endpoint.Endpoint + func ViewGroupEndpoint(svc groups.Service) endpoint.Endpoint