Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ElementClient struct + func NewElementClient(cc grpc.ClientConnInterface) *ElementClient + func (c *ElementClient) GetChild1(ctx context.Context, arg0 string) (int64, error) + func (c *ElementClient) GetChild2_1(ctx context.Context, arg0 string, arg1 string) (int64, error) + func (c *ElementClient) RequireChild1(ctx context.Context, arg0 string) (int64, error) + func (c *ElementClient) RequireChild2_1(ctx context.Context, arg0 string, arg1 string) (int64, error) + func (c *ElementClient) SetElementListener(ctx context.Context, arg0 int64) error + func (c *ElementClient) SetEndElementListener(ctx context.Context, arg0 int64) error + func (c *ElementClient) SetEndTextElementListener(ctx context.Context, arg0 int64) error + func (c *ElementClient) SetStartElementListener(ctx context.Context, arg0 int64) error + func (c *ElementClient) SetTextElementListener(ctx context.Context, arg0 int64) error + func (c *ElementClient) ToString(ctx context.Context) (string, error) + type EndElementListenerClient struct + func NewEndElementListenerClient(cc grpc.ClientConnInterface) *EndElementListenerClient + func (c *EndElementListenerClient) End(ctx context.Context) error + type EndTextElementListenerClient struct + func NewEndTextElementListenerClient(cc grpc.ClientConnInterface) *EndTextElementListenerClient + func (c *EndTextElementListenerClient) End(ctx context.Context, arg0 string) error + type RootElementClient struct + func NewRootElementClient(cc grpc.ClientConnInterface) *RootElementClient + func (c *RootElementClient) GetContentHandler(ctx context.Context, handle int64) (int64, error) + type StartElementListenerClient struct + func NewStartElementListenerClient(cc grpc.ClientConnInterface) *StartElementListenerClient + func (c *StartElementListenerClient) Start(ctx context.Context, arg0 int64) error