Documentation
¶
Index ¶
- type TileServiceServer
- func (s *TileServiceServer) GetQsTile(_ context.Context, req *pb.GetQsTileRequest) (*pb.GetQsTileResponse, error)
- func (s *TileServiceServer) IsLocked(_ context.Context, req *pb.IsLockedRequest) (*pb.IsLockedResponse, error)
- func (s *TileServiceServer) IsSecure(_ context.Context, req *pb.IsSecureRequest) (*pb.IsSecureResponse, error)
- func (s *TileServiceServer) NewTileService(_ context.Context, req *pb.NewTileServiceRequest) (*pb.NewTileServiceResponse, error)
- func (s *TileServiceServer) OnBind(_ context.Context, req *pb.OnBindRequest) (*pb.OnBindResponse, error)
- func (s *TileServiceServer) OnClick(_ context.Context, req *pb.OnClickRequest) (*pb.OnClickResponse, error)
- func (s *TileServiceServer) OnDestroy(_ context.Context, req *pb.OnDestroyRequest) (*pb.OnDestroyResponse, error)
- func (s *TileServiceServer) OnStartListening(_ context.Context, req *pb.OnStartListeningRequest) (*pb.OnStartListeningResponse, error)
- func (s *TileServiceServer) OnStopListening(_ context.Context, req *pb.OnStopListeningRequest) (*pb.OnStopListeningResponse, error)
- func (s *TileServiceServer) OnTileAdded(_ context.Context, req *pb.OnTileAddedRequest) (*pb.OnTileAddedResponse, error)
- func (s *TileServiceServer) OnTileRemoved(_ context.Context, req *pb.OnTileRemovedRequest) (*pb.OnTileRemovedResponse, error)
- func (s *TileServiceServer) RequestListeningState(_ context.Context, req *pb.RequestListeningStateRequest) (*pb.RequestListeningStateResponse, error)
- func (s *TileServiceServer) ShowDialog(_ context.Context, req *pb.ShowDialogRequest) (*pb.ShowDialogResponse, error)
- func (s *TileServiceServer) StartActivityAndCollapse1(_ context.Context, req *pb.StartActivityAndCollapse1Request) (*pb.StartActivityAndCollapse1Response, error)
- func (s *TileServiceServer) StartActivityAndCollapse1_1(_ context.Context, req *pb.StartActivityAndCollapse1_1Request) (*pb.StartActivityAndCollapse1_1Response, error)
- func (s *TileServiceServer) UnlockAndRun(_ context.Context, req *pb.UnlockAndRunRequest) (*pb.UnlockAndRunResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TileServiceServer ¶
type TileServiceServer struct {
pb.UnimplementedTileServiceServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TileServiceServer implements pb.TileServiceServiceServer.
func (*TileServiceServer) GetQsTile ¶
func (s *TileServiceServer) GetQsTile(_ context.Context, req *pb.GetQsTileRequest) (*pb.GetQsTileResponse, error)
func (*TileServiceServer) IsLocked ¶
func (s *TileServiceServer) IsLocked(_ context.Context, req *pb.IsLockedRequest) (*pb.IsLockedResponse, error)
func (*TileServiceServer) IsSecure ¶
func (s *TileServiceServer) IsSecure(_ context.Context, req *pb.IsSecureRequest) (*pb.IsSecureResponse, error)
func (*TileServiceServer) NewTileService ¶
func (s *TileServiceServer) NewTileService(_ context.Context, req *pb.NewTileServiceRequest) (*pb.NewTileServiceResponse, error)
func (*TileServiceServer) OnBind ¶
func (s *TileServiceServer) OnBind(_ context.Context, req *pb.OnBindRequest) (*pb.OnBindResponse, error)
func (*TileServiceServer) OnClick ¶
func (s *TileServiceServer) OnClick(_ context.Context, req *pb.OnClickRequest) (*pb.OnClickResponse, error)
func (*TileServiceServer) OnDestroy ¶
func (s *TileServiceServer) OnDestroy(_ context.Context, req *pb.OnDestroyRequest) (*pb.OnDestroyResponse, error)
func (*TileServiceServer) OnStartListening ¶
func (s *TileServiceServer) OnStartListening(_ context.Context, req *pb.OnStartListeningRequest) (*pb.OnStartListeningResponse, error)
func (*TileServiceServer) OnStopListening ¶
func (s *TileServiceServer) OnStopListening(_ context.Context, req *pb.OnStopListeningRequest) (*pb.OnStopListeningResponse, error)
func (*TileServiceServer) OnTileAdded ¶
func (s *TileServiceServer) OnTileAdded(_ context.Context, req *pb.OnTileAddedRequest) (*pb.OnTileAddedResponse, error)
func (*TileServiceServer) OnTileRemoved ¶
func (s *TileServiceServer) OnTileRemoved(_ context.Context, req *pb.OnTileRemovedRequest) (*pb.OnTileRemovedResponse, error)
func (*TileServiceServer) RequestListeningState ¶
func (s *TileServiceServer) RequestListeningState(_ context.Context, req *pb.RequestListeningStateRequest) (*pb.RequestListeningStateResponse, error)
func (*TileServiceServer) ShowDialog ¶
func (s *TileServiceServer) ShowDialog(_ context.Context, req *pb.ShowDialogRequest) (*pb.ShowDialogResponse, error)
func (*TileServiceServer) StartActivityAndCollapse1 ¶
func (s *TileServiceServer) StartActivityAndCollapse1(_ context.Context, req *pb.StartActivityAndCollapse1Request) (*pb.StartActivityAndCollapse1Response, error)
func (*TileServiceServer) StartActivityAndCollapse1_1 ¶
func (s *TileServiceServer) StartActivityAndCollapse1_1(_ context.Context, req *pb.StartActivityAndCollapse1_1Request) (*pb.StartActivityAndCollapse1_1Response, error)
func (*TileServiceServer) UnlockAndRun ¶
func (s *TileServiceServer) UnlockAndRun(_ context.Context, req *pb.UnlockAndRunRequest) (*pb.UnlockAndRunResponse, error)
Click to show internal directories.
Click to hide internal directories.