Documentation
¶
Index ¶
- type ClipboardManagerServer
- func (s *ClipboardManagerServer) AddPrimaryClipChangedListener(_ context.Context, req *pb.AddPrimaryClipChangedListenerRequest) (*pb.AddPrimaryClipChangedListenerResponse, error)
- func (s *ClipboardManagerServer) ClearPrimaryClip(_ context.Context, req *pb.ClearPrimaryClipRequest) (*pb.ClearPrimaryClipResponse, error)
- func (s *ClipboardManagerServer) GetPrimaryClip(_ context.Context, req *pb.GetPrimaryClipRequest) (*pb.GetPrimaryClipResponse, error)
- func (s *ClipboardManagerServer) GetPrimaryClipDescription(_ context.Context, req *pb.GetPrimaryClipDescriptionRequest) (*pb.GetPrimaryClipDescriptionResponse, error)
- func (s *ClipboardManagerServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error)
- func (s *ClipboardManagerServer) HasPrimaryClip(_ context.Context, req *pb.HasPrimaryClipRequest) (*pb.HasPrimaryClipResponse, error)
- func (s *ClipboardManagerServer) HasText(_ context.Context, req *pb.HasTextRequest) (*pb.HasTextResponse, error)
- func (s *ClipboardManagerServer) RemovePrimaryClipChangedListener(_ context.Context, req *pb.RemovePrimaryClipChangedListenerRequest) (*pb.RemovePrimaryClipChangedListenerResponse, error)
- func (s *ClipboardManagerServer) SetPrimaryClip(_ context.Context, req *pb.SetPrimaryClipRequest) (*pb.SetPrimaryClipResponse, error)
- func (s *ClipboardManagerServer) SetText(_ context.Context, req *pb.SetTextRequest) (*pb.SetTextResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClipboardManagerServer ¶
type ClipboardManagerServer struct {
pb.UnimplementedClipboardManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ClipboardManagerServer implements pb.ClipboardManagerServiceServer.
func (*ClipboardManagerServer) AddPrimaryClipChangedListener ¶
func (s *ClipboardManagerServer) AddPrimaryClipChangedListener(_ context.Context, req *pb.AddPrimaryClipChangedListenerRequest) (*pb.AddPrimaryClipChangedListenerResponse, error)
func (*ClipboardManagerServer) ClearPrimaryClip ¶
func (s *ClipboardManagerServer) ClearPrimaryClip(_ context.Context, req *pb.ClearPrimaryClipRequest) (*pb.ClearPrimaryClipResponse, error)
func (*ClipboardManagerServer) GetPrimaryClip ¶
func (s *ClipboardManagerServer) GetPrimaryClip(_ context.Context, req *pb.GetPrimaryClipRequest) (*pb.GetPrimaryClipResponse, error)
func (*ClipboardManagerServer) GetPrimaryClipDescription ¶
func (s *ClipboardManagerServer) GetPrimaryClipDescription(_ context.Context, req *pb.GetPrimaryClipDescriptionRequest) (*pb.GetPrimaryClipDescriptionResponse, error)
func (*ClipboardManagerServer) GetText ¶
func (s *ClipboardManagerServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error)
func (*ClipboardManagerServer) HasPrimaryClip ¶
func (s *ClipboardManagerServer) HasPrimaryClip(_ context.Context, req *pb.HasPrimaryClipRequest) (*pb.HasPrimaryClipResponse, error)
func (*ClipboardManagerServer) HasText ¶
func (s *ClipboardManagerServer) HasText(_ context.Context, req *pb.HasTextRequest) (*pb.HasTextResponse, error)
func (*ClipboardManagerServer) RemovePrimaryClipChangedListener ¶
func (s *ClipboardManagerServer) RemovePrimaryClipChangedListener(_ context.Context, req *pb.RemovePrimaryClipChangedListenerRequest) (*pb.RemovePrimaryClipChangedListenerResponse, error)
func (*ClipboardManagerServer) SetPrimaryClip ¶
func (s *ClipboardManagerServer) SetPrimaryClip(_ context.Context, req *pb.SetPrimaryClipRequest) (*pb.SetPrimaryClipResponse, error)
func (*ClipboardManagerServer) SetText ¶
func (s *ClipboardManagerServer) SetText(_ context.Context, req *pb.SetTextRequest) (*pb.SetTextResponse, error)
Click to show internal directories.
Click to hide internal directories.