Documentation
¶
Index ¶
- type ManagerServer
- func (s *ManagerServer) AddPrimaryClipChangedListener(_ context.Context, req *pb.AddPrimaryClipChangedListenerRequest) (*pb.AddPrimaryClipChangedListenerResponse, error)
- func (s *ManagerServer) ClearPrimaryClip(_ context.Context, req *pb.ClearPrimaryClipRequest) (*pb.ClearPrimaryClipResponse, error)
- func (s *ManagerServer) GetPrimaryClip(_ context.Context, req *pb.GetPrimaryClipRequest) (*pb.GetPrimaryClipResponse, error)
- func (s *ManagerServer) GetPrimaryClipDescription(_ context.Context, req *pb.GetPrimaryClipDescriptionRequest) (*pb.GetPrimaryClipDescriptionResponse, error)
- func (s *ManagerServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error)
- func (s *ManagerServer) HasPrimaryClip(_ context.Context, req *pb.HasPrimaryClipRequest) (*pb.HasPrimaryClipResponse, error)
- func (s *ManagerServer) HasText(_ context.Context, req *pb.HasTextRequest) (*pb.HasTextResponse, error)
- func (s *ManagerServer) RemovePrimaryClipChangedListener(_ context.Context, req *pb.RemovePrimaryClipChangedListenerRequest) (*pb.RemovePrimaryClipChangedListenerResponse, error)
- func (s *ManagerServer) SetPrimaryClip(_ context.Context, req *pb.SetPrimaryClipRequest) (*pb.SetPrimaryClipResponse, error)
- func (s *ManagerServer) 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 ManagerServer ¶ added in v0.0.4
type ManagerServer struct {
pb.UnimplementedManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ManagerServer implements pb.ManagerServiceServer.
func (*ManagerServer) AddPrimaryClipChangedListener ¶ added in v0.0.4
func (s *ManagerServer) AddPrimaryClipChangedListener(_ context.Context, req *pb.AddPrimaryClipChangedListenerRequest) (*pb.AddPrimaryClipChangedListenerResponse, error)
func (*ManagerServer) ClearPrimaryClip ¶ added in v0.0.4
func (s *ManagerServer) ClearPrimaryClip(_ context.Context, req *pb.ClearPrimaryClipRequest) (*pb.ClearPrimaryClipResponse, error)
func (*ManagerServer) GetPrimaryClip ¶ added in v0.0.4
func (s *ManagerServer) GetPrimaryClip(_ context.Context, req *pb.GetPrimaryClipRequest) (*pb.GetPrimaryClipResponse, error)
func (*ManagerServer) GetPrimaryClipDescription ¶ added in v0.0.4
func (s *ManagerServer) GetPrimaryClipDescription(_ context.Context, req *pb.GetPrimaryClipDescriptionRequest) (*pb.GetPrimaryClipDescriptionResponse, error)
func (*ManagerServer) GetText ¶ added in v0.0.4
func (s *ManagerServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error)
func (*ManagerServer) HasPrimaryClip ¶ added in v0.0.4
func (s *ManagerServer) HasPrimaryClip(_ context.Context, req *pb.HasPrimaryClipRequest) (*pb.HasPrimaryClipResponse, error)
func (*ManagerServer) HasText ¶ added in v0.0.4
func (s *ManagerServer) HasText(_ context.Context, req *pb.HasTextRequest) (*pb.HasTextResponse, error)
func (*ManagerServer) RemovePrimaryClipChangedListener ¶ added in v0.0.4
func (s *ManagerServer) RemovePrimaryClipChangedListener(_ context.Context, req *pb.RemovePrimaryClipChangedListenerRequest) (*pb.RemovePrimaryClipChangedListenerResponse, error)
func (*ManagerServer) SetPrimaryClip ¶ added in v0.0.4
func (s *ManagerServer) SetPrimaryClip(_ context.Context, req *pb.SetPrimaryClipRequest) (*pb.SetPrimaryClipResponse, error)
func (*ManagerServer) SetText ¶ added in v0.0.4
func (s *ManagerServer) SetText(_ context.Context, req *pb.SetTextRequest) (*pb.SetTextResponse, error)
Click to show internal directories.
Click to hide internal directories.