Documentation
¶
Index ¶
- type ConverterServer
- func (s *ConverterServer) AddMslAltitudeToLocation(_ context.Context, req *pb.AddMslAltitudeToLocationRequest) (*pb.AddMslAltitudeToLocationResponse, error)
- func (s *ConverterServer) NewConverter(_ context.Context, req *pb.NewConverterRequest) (*pb.NewConverterResponse, error)
- func (s *ConverterServer) TryAddMslAltitudeToLocation(_ context.Context, req *pb.TryAddMslAltitudeToLocationRequest) (*pb.TryAddMslAltitudeToLocationResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConverterServer ¶
type ConverterServer struct {
pb.UnimplementedConverterServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ConverterServer implements pb.ConverterServiceServer.
func (*ConverterServer) AddMslAltitudeToLocation ¶
func (s *ConverterServer) AddMslAltitudeToLocation(_ context.Context, req *pb.AddMslAltitudeToLocationRequest) (*pb.AddMslAltitudeToLocationResponse, error)
func (*ConverterServer) NewConverter ¶
func (s *ConverterServer) NewConverter(_ context.Context, req *pb.NewConverterRequest) (*pb.NewConverterResponse, error)
func (*ConverterServer) TryAddMslAltitudeToLocation ¶
func (s *ConverterServer) TryAddMslAltitudeToLocation(_ context.Context, req *pb.TryAddMslAltitudeToLocationRequest) (*pb.TryAddMslAltitudeToLocationResponse, error)
Click to show internal directories.
Click to hide internal directories.