Versions in this module Expand all Collapse all v0 v0.0.5 Apr 16, 2024 v0.0.4 Apr 16, 2024 Changes in this version + func New(log *slog.Logger, permProvider PermissionDeleter) http.HandlerFunc + type PermissionDeleter interface + DelAdmin func(ctx context.Context, email string, appid int) (bool, error) + type Request struct + AppID int + Email string + type Response struct