Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ServiceServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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)