Versions in this module Expand all Collapse all v0 v0.0.6 Mar 22, 2026 v0.0.5 Mar 22, 2026 Changes in this version + const DescriptorITestService + const MethodITestServiceRepeatData + const TransactionITestServiceRepeatData + type ITestService interface + AsBinder func() binder.IBinder + RepeatData func(ctx context.Context, token bool) (bool, error) + func NewTestServiceStub(impl ITestServiceServer) ITestService + type ITestServiceServer interface + RepeatData func(ctx context.Context, token bool) (bool, error) + type TestServiceProxy struct + Remote binder.IBinder + func NewTestServiceProxy(remote binder.IBinder) *TestServiceProxy + func (p *TestServiceProxy) AsBinder() binder.IBinder + func (p *TestServiceProxy) RepeatData(ctx context.Context, token bool) (bool, error) + type TestServiceStub struct + Impl ITestService + Transport binder.VersionAwareTransport + func (s *TestServiceStub) Descriptor() string + func (s *TestServiceStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error)