Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type RestrictionsManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *RestrictionsManagerServer) CreateLocalApprovalIntent(_ context.Context, req *pb.CreateLocalApprovalIntentRequest) (*pb.CreateLocalApprovalIntentResponse, error) + func (s *RestrictionsManagerServer) GetApplicationRestrictions(_ context.Context, req *pb.GetApplicationRestrictionsRequest) (*pb.GetApplicationRestrictionsResponse, error) + func (s *RestrictionsManagerServer) GetApplicationRestrictionsPerAdmin(_ context.Context, req *pb.GetApplicationRestrictionsPerAdminRequest) (*pb.GetApplicationRestrictionsPerAdminResponse, error) + func (s *RestrictionsManagerServer) GetManifestRestrictions(_ context.Context, req *pb.GetManifestRestrictionsRequest) (*pb.GetManifestRestrictionsResponse, error) + func (s *RestrictionsManagerServer) HasRestrictionsProvider(_ context.Context, req *pb.HasRestrictionsProviderRequest) (*pb.HasRestrictionsProviderResponse, error) + func (s *RestrictionsManagerServer) NotifyPermissionResponse(_ context.Context, req *pb.NotifyPermissionResponseRequest) (*pb.NotifyPermissionResponseResponse, error) + func (s *RestrictionsManagerServer) RequestPermission(_ context.Context, req *pb.RequestPermissionRequest) (*pb.RequestPermissionResponse, error)