Documentation
¶
Index ¶
- type ServiceServer
- func (s *ServiceServer) IsAlwaysOn(_ context.Context, req *pb.IsAlwaysOnRequest) (*pb.IsAlwaysOnResponse, error)
- func (s *ServiceServer) IsLockdownEnabled(_ context.Context, req *pb.IsLockdownEnabledRequest) (*pb.IsLockdownEnabledResponse, error)
- func (s *ServiceServer) NewService(_ context.Context, req *pb.NewServiceRequest) (*pb.NewServiceResponse, error)
- func (s *ServiceServer) OnBind(_ context.Context, req *pb.OnBindRequest) (*pb.OnBindResponse, error)
- func (s *ServiceServer) OnRevoke(_ context.Context, req *pb.OnRevokeRequest) (*pb.OnRevokeResponse, error)
- func (s *ServiceServer) Prepare(_ context.Context, req *pb.PrepareRequest) (*pb.PrepareResponse, error)
- func (s *ServiceServer) Protect1(_ context.Context, req *pb.Protect1Request) (*pb.Protect1Response, error)
- func (s *ServiceServer) Protect1_1(_ context.Context, req *pb.Protect1_1Request) (*pb.Protect1_1Response, error)
- func (s *ServiceServer) Protect1_2(_ context.Context, req *pb.Protect1_2Request) (*pb.Protect1_2Response, error)
- func (s *ServiceServer) SetUnderlyingNetworks(_ context.Context, req *pb.SetUnderlyingNetworksRequest) (*pb.SetUnderlyingNetworksResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceServer ¶
type ServiceServer struct {
pb.UnimplementedServiceServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ServiceServer implements pb.ServiceServiceServer.
func (*ServiceServer) IsAlwaysOn ¶
func (s *ServiceServer) IsAlwaysOn(_ context.Context, req *pb.IsAlwaysOnRequest) (*pb.IsAlwaysOnResponse, error)
func (*ServiceServer) IsLockdownEnabled ¶
func (s *ServiceServer) IsLockdownEnabled(_ context.Context, req *pb.IsLockdownEnabledRequest) (*pb.IsLockdownEnabledResponse, error)
func (*ServiceServer) NewService ¶
func (s *ServiceServer) NewService(_ context.Context, req *pb.NewServiceRequest) (*pb.NewServiceResponse, error)
func (*ServiceServer) OnBind ¶
func (s *ServiceServer) OnBind(_ context.Context, req *pb.OnBindRequest) (*pb.OnBindResponse, error)
func (*ServiceServer) OnRevoke ¶
func (s *ServiceServer) OnRevoke(_ context.Context, req *pb.OnRevokeRequest) (*pb.OnRevokeResponse, error)
func (*ServiceServer) Prepare ¶
func (s *ServiceServer) Prepare(_ context.Context, req *pb.PrepareRequest) (*pb.PrepareResponse, error)
func (*ServiceServer) Protect1 ¶
func (s *ServiceServer) Protect1(_ context.Context, req *pb.Protect1Request) (*pb.Protect1Response, error)
func (*ServiceServer) Protect1_1 ¶
func (s *ServiceServer) Protect1_1(_ context.Context, req *pb.Protect1_1Request) (*pb.Protect1_1Response, error)
func (*ServiceServer) Protect1_2 ¶
func (s *ServiceServer) Protect1_2(_ context.Context, req *pb.Protect1_2Request) (*pb.Protect1_2Response, error)
func (*ServiceServer) SetUnderlyingNetworks ¶
func (s *ServiceServer) SetUnderlyingNetworks(_ context.Context, req *pb.SetUnderlyingNetworksRequest) (*pb.SetUnderlyingNetworksResponse, error)
Click to show internal directories.
Click to hide internal directories.