Documentation
¶
Index ¶
- type ClipDataServer
- func (s *ClipDataServer) AddItem1(_ context.Context, req *pb.AddItem1Request) (*pb.AddItem1Response, error)
- func (s *ClipDataServer) AddItem2_1(_ context.Context, req *pb.AddItem2_1Request) (*pb.AddItem2_1Response, error)
- func (s *ClipDataServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ClipDataServer) GetDescription(_ context.Context, req *pb.GetDescriptionRequest) (*pb.GetDescriptionResponse, error)
- func (s *ClipDataServer) GetItemAt(_ context.Context, req *pb.GetItemAtRequest) (*pb.GetItemAtResponse, error)
- func (s *ClipDataServer) GetItemCount(_ context.Context, req *pb.GetItemCountRequest) (*pb.GetItemCountResponse, error)
- func (s *ClipDataServer) NewClipData(_ context.Context, req *pb.NewClipDataRequest) (*pb.NewClipDataResponse, error)
- func (s *ClipDataServer) NewHtmlText(_ context.Context, req *pb.NewHtmlTextRequest) (*pb.NewHtmlTextResponse, error)
- func (s *ClipDataServer) NewIntent(_ context.Context, req *pb.NewIntentRequest) (*pb.NewIntentResponse, error)
- func (s *ClipDataServer) NewPlainText(_ context.Context, req *pb.NewPlainTextRequest) (*pb.NewPlainTextResponse, error)
- func (s *ClipDataServer) NewRawUri(_ context.Context, req *pb.NewRawUriRequest) (*pb.NewRawUriResponse, error)
- func (s *ClipDataServer) NewUri(_ context.Context, req *pb.NewUriRequest) (*pb.NewUriResponse, error)
- func (s *ClipDataServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *ClipDataServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- 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 ClipDataServer ¶ added in v0.0.6
type ClipDataServer struct {
pb.UnimplementedClipDataServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ClipDataServer implements pb.ClipDataServiceServer.
func (*ClipDataServer) AddItem1 ¶ added in v0.0.6
func (s *ClipDataServer) AddItem1(_ context.Context, req *pb.AddItem1Request) (*pb.AddItem1Response, error)
func (*ClipDataServer) AddItem2_1 ¶ added in v0.0.6
func (s *ClipDataServer) AddItem2_1(_ context.Context, req *pb.AddItem2_1Request) (*pb.AddItem2_1Response, error)
func (*ClipDataServer) DescribeContents ¶ added in v0.0.6
func (s *ClipDataServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ClipDataServer) GetDescription ¶ added in v0.0.6
func (s *ClipDataServer) GetDescription(_ context.Context, req *pb.GetDescriptionRequest) (*pb.GetDescriptionResponse, error)
func (*ClipDataServer) GetItemAt ¶ added in v0.0.6
func (s *ClipDataServer) GetItemAt(_ context.Context, req *pb.GetItemAtRequest) (*pb.GetItemAtResponse, error)
func (*ClipDataServer) GetItemCount ¶ added in v0.0.6
func (s *ClipDataServer) GetItemCount(_ context.Context, req *pb.GetItemCountRequest) (*pb.GetItemCountResponse, error)
func (*ClipDataServer) NewClipData ¶ added in v0.0.6
func (s *ClipDataServer) NewClipData(_ context.Context, req *pb.NewClipDataRequest) (*pb.NewClipDataResponse, error)
func (*ClipDataServer) NewHtmlText ¶ added in v0.0.6
func (s *ClipDataServer) NewHtmlText(_ context.Context, req *pb.NewHtmlTextRequest) (*pb.NewHtmlTextResponse, error)
func (*ClipDataServer) NewIntent ¶ added in v0.0.6
func (s *ClipDataServer) NewIntent(_ context.Context, req *pb.NewIntentRequest) (*pb.NewIntentResponse, error)
func (*ClipDataServer) NewPlainText ¶ added in v0.0.6
func (s *ClipDataServer) NewPlainText(_ context.Context, req *pb.NewPlainTextRequest) (*pb.NewPlainTextResponse, error)
func (*ClipDataServer) NewRawUri ¶ added in v0.0.6
func (s *ClipDataServer) NewRawUri(_ context.Context, req *pb.NewRawUriRequest) (*pb.NewRawUriResponse, error)
func (*ClipDataServer) NewUri ¶ added in v0.0.6
func (s *ClipDataServer) NewUri(_ context.Context, req *pb.NewUriRequest) (*pb.NewUriResponse, error)
func (*ClipDataServer) ToString ¶ added in v0.0.6
func (s *ClipDataServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*ClipDataServer) WriteToParcel ¶ added in v0.0.6
func (s *ClipDataServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
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.