Documentation
¶
Index ¶
- type RestrictionsManagerServer
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestrictionsManagerServer ¶
type RestrictionsManagerServer struct {
pb.UnimplementedRestrictionsManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
RestrictionsManagerServer implements pb.RestrictionsManagerServiceServer.
func (*RestrictionsManagerServer) CreateLocalApprovalIntent ¶
func (s *RestrictionsManagerServer) CreateLocalApprovalIntent(_ context.Context, req *pb.CreateLocalApprovalIntentRequest) (*pb.CreateLocalApprovalIntentResponse, error)
func (*RestrictionsManagerServer) GetApplicationRestrictions ¶
func (s *RestrictionsManagerServer) GetApplicationRestrictions(_ context.Context, req *pb.GetApplicationRestrictionsRequest) (*pb.GetApplicationRestrictionsResponse, error)
func (*RestrictionsManagerServer) GetApplicationRestrictionsPerAdmin ¶
func (s *RestrictionsManagerServer) GetApplicationRestrictionsPerAdmin(_ context.Context, req *pb.GetApplicationRestrictionsPerAdminRequest) (*pb.GetApplicationRestrictionsPerAdminResponse, error)
func (*RestrictionsManagerServer) GetManifestRestrictions ¶
func (s *RestrictionsManagerServer) GetManifestRestrictions(_ context.Context, req *pb.GetManifestRestrictionsRequest) (*pb.GetManifestRestrictionsResponse, error)
func (*RestrictionsManagerServer) HasRestrictionsProvider ¶
func (s *RestrictionsManagerServer) HasRestrictionsProvider(_ context.Context, req *pb.HasRestrictionsProviderRequest) (*pb.HasRestrictionsProviderResponse, error)
func (*RestrictionsManagerServer) NotifyPermissionResponse ¶
func (s *RestrictionsManagerServer) NotifyPermissionResponse(_ context.Context, req *pb.NotifyPermissionResponseRequest) (*pb.NotifyPermissionResponseResponse, error)
func (*RestrictionsManagerServer) RequestPermission ¶
func (s *RestrictionsManagerServer) RequestPermission(_ context.Context, req *pb.RequestPermissionRequest) (*pb.RequestPermissionResponse, error)
Click to show internal directories.
Click to hide internal directories.