Documentation
¶
Index ¶
- type AdvancedProtectionManagerServer
- func (s *AdvancedProtectionManagerServer) IsAdvancedProtectionEnabled(_ context.Context, req *pb.IsAdvancedProtectionEnabledRequest) (*pb.IsAdvancedProtectionEnabledResponse, error)
- func (s *AdvancedProtectionManagerServer) RegisterAdvancedProtectionCallback(_ context.Context, req *pb.RegisterAdvancedProtectionCallbackRequest) (*pb.RegisterAdvancedProtectionCallbackResponse, error)
- func (s *AdvancedProtectionManagerServer) UnregisterAdvancedProtectionCallback(_ context.Context, req *pb.UnregisterAdvancedProtectionCallbackRequest) (*pb.UnregisterAdvancedProtectionCallbackResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdvancedProtectionManagerServer ¶
type AdvancedProtectionManagerServer struct {
pb.UnimplementedAdvancedProtectionManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AdvancedProtectionManagerServer implements pb.AdvancedProtectionManagerServiceServer.
func (*AdvancedProtectionManagerServer) IsAdvancedProtectionEnabled ¶
func (s *AdvancedProtectionManagerServer) IsAdvancedProtectionEnabled(_ context.Context, req *pb.IsAdvancedProtectionEnabledRequest) (*pb.IsAdvancedProtectionEnabledResponse, error)
func (*AdvancedProtectionManagerServer) RegisterAdvancedProtectionCallback ¶
func (s *AdvancedProtectionManagerServer) RegisterAdvancedProtectionCallback(_ context.Context, req *pb.RegisterAdvancedProtectionCallbackRequest) (*pb.RegisterAdvancedProtectionCallbackResponse, error)
func (*AdvancedProtectionManagerServer) UnregisterAdvancedProtectionCallback ¶
func (s *AdvancedProtectionManagerServer) UnregisterAdvancedProtectionCallback(_ context.Context, req *pb.UnregisterAdvancedProtectionCallbackRequest) (*pb.UnregisterAdvancedProtectionCallbackResponse, error)
Click to show internal directories.
Click to hide internal directories.