Documentation
¶
Index ¶
- type CellLocationServer
- func (s *CellLocationServer) ConvertQuartSecToDecDegrees(_ context.Context, req *pb.ConvertQuartSecToDecDegreesRequest) (*pb.ConvertQuartSecToDecDegreesResponse, error)
- func (s *CellLocationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *CellLocationServer) FillInNotifierBundle(_ context.Context, req *pb.FillInNotifierBundleRequest) (*pb.FillInNotifierBundleResponse, error)
- func (s *CellLocationServer) GetBaseStationId(_ context.Context, req *pb.GetBaseStationIdRequest) (*pb.GetBaseStationIdResponse, error)
- func (s *CellLocationServer) GetBaseStationLatitude(_ context.Context, req *pb.GetBaseStationLatitudeRequest) (*pb.GetBaseStationLatitudeResponse, error)
- func (s *CellLocationServer) GetBaseStationLongitude(_ context.Context, req *pb.GetBaseStationLongitudeRequest) (*pb.GetBaseStationLongitudeResponse, error)
- func (s *CellLocationServer) GetNetworkId(_ context.Context, req *pb.GetNetworkIdRequest) (*pb.GetNetworkIdResponse, error)
- func (s *CellLocationServer) GetSystemId(_ context.Context, req *pb.GetSystemIdRequest) (*pb.GetSystemIdResponse, error)
- func (s *CellLocationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *CellLocationServer) NewCellLocation(_ context.Context, req *pb.NewCellLocationRequest) (*pb.NewCellLocationResponse, error)
- func (s *CellLocationServer) SetCellLocationData3(_ context.Context, req *pb.SetCellLocationData3Request) (*pb.SetCellLocationData3Response, error)
- func (s *CellLocationServer) SetCellLocationData5_1(_ context.Context, req *pb.SetCellLocationData5_1Request) (*pb.SetCellLocationData5_1Response, error)
- func (s *CellLocationServer) SetStateInvalid(_ context.Context, req *pb.SetStateInvalidRequest) (*pb.SetStateInvalidResponse, error)
- func (s *CellLocationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellLocationServer ¶
type CellLocationServer struct {
pb.UnimplementedCellLocationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CellLocationServer implements pb.CellLocationServiceServer.
func (*CellLocationServer) ConvertQuartSecToDecDegrees ¶
func (s *CellLocationServer) ConvertQuartSecToDecDegrees(_ context.Context, req *pb.ConvertQuartSecToDecDegreesRequest) (*pb.ConvertQuartSecToDecDegreesResponse, error)
func (*CellLocationServer) Equals ¶
func (s *CellLocationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*CellLocationServer) FillInNotifierBundle ¶
func (s *CellLocationServer) FillInNotifierBundle(_ context.Context, req *pb.FillInNotifierBundleRequest) (*pb.FillInNotifierBundleResponse, error)
func (*CellLocationServer) GetBaseStationId ¶
func (s *CellLocationServer) GetBaseStationId(_ context.Context, req *pb.GetBaseStationIdRequest) (*pb.GetBaseStationIdResponse, error)
func (*CellLocationServer) GetBaseStationLatitude ¶
func (s *CellLocationServer) GetBaseStationLatitude(_ context.Context, req *pb.GetBaseStationLatitudeRequest) (*pb.GetBaseStationLatitudeResponse, error)
func (*CellLocationServer) GetBaseStationLongitude ¶
func (s *CellLocationServer) GetBaseStationLongitude(_ context.Context, req *pb.GetBaseStationLongitudeRequest) (*pb.GetBaseStationLongitudeResponse, error)
func (*CellLocationServer) GetNetworkId ¶
func (s *CellLocationServer) GetNetworkId(_ context.Context, req *pb.GetNetworkIdRequest) (*pb.GetNetworkIdResponse, error)
func (*CellLocationServer) GetSystemId ¶
func (s *CellLocationServer) GetSystemId(_ context.Context, req *pb.GetSystemIdRequest) (*pb.GetSystemIdResponse, error)
func (*CellLocationServer) HashCode ¶
func (s *CellLocationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*CellLocationServer) NewCellLocation ¶
func (s *CellLocationServer) NewCellLocation(_ context.Context, req *pb.NewCellLocationRequest) (*pb.NewCellLocationResponse, error)
func (*CellLocationServer) SetCellLocationData3 ¶
func (s *CellLocationServer) SetCellLocationData3(_ context.Context, req *pb.SetCellLocationData3Request) (*pb.SetCellLocationData3Response, error)
func (*CellLocationServer) SetCellLocationData5_1 ¶
func (s *CellLocationServer) SetCellLocationData5_1(_ context.Context, req *pb.SetCellLocationData5_1Request) (*pb.SetCellLocationData5_1Response, error)
func (*CellLocationServer) SetStateInvalid ¶
func (s *CellLocationServer) SetStateInvalid(_ context.Context, req *pb.SetStateInvalidRequest) (*pb.SetStateInvalidResponse, error)
func (*CellLocationServer) ToString ¶
func (s *CellLocationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
Click to show internal directories.
Click to hide internal directories.