Versions in this module Expand all Collapse all v0 v0.0.7 Mar 28, 2026 Changes in this version + const DescriptorIPingService + const MethodIPingServiceEcho + const MethodIPingServicePing + const TransactionIPingServiceEcho + const TransactionIPingServicePing + type IPingService interface + AsBinder func() binder.IBinder + Echo func(ctx context.Context, message string) (string, error) + Ping func(ctx context.Context) (string, error) + func NewPingServiceStub(impl IPingServiceServer) IPingService + type IPingServiceServer interface + Echo func(ctx context.Context, message string) (string, error) + Ping func(ctx context.Context) (string, error) + type PingServiceProxy struct + Remote binder.IBinder + func NewPingServiceProxy(remote binder.IBinder) *PingServiceProxy + func (p *PingServiceProxy) AsBinder() binder.IBinder + func (p *PingServiceProxy) Echo(ctx context.Context, message string) (string, error) + func (p *PingServiceProxy) Ping(ctx context.Context) (string, error) + type PingServiceStub struct + Impl IPingService + Transport binder.VersionAwareTransport + func (s *PingServiceStub) Descriptor() string + func (s *PingServiceStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error)