Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type CallbackClient struct + func NewCallbackClient(cc grpc.ClientConnInterface) *CallbackClient + func (c *CallbackClient) OnDocumentChanged(ctx context.Context, arg0 int64) error + func (c *CallbackClient) OnSchemaChanged(ctx context.Context, arg0 int64) error + type DocumentChangeInfoClient struct + func NewDocumentChangeInfoClient(cc grpc.ClientConnInterface) *DocumentChangeInfoClient + func (c *DocumentChangeInfoClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DocumentChangeInfoClient) GetChangedDocumentIds(ctx context.Context, handle int64) (int64, error) + func (c *DocumentChangeInfoClient) GetDatabaseName(ctx context.Context, handle int64) (string, error) + func (c *DocumentChangeInfoClient) GetNamespace(ctx context.Context, handle int64) (string, error) + func (c *DocumentChangeInfoClient) GetPackageName(ctx context.Context, handle int64) (string, error) + func (c *DocumentChangeInfoClient) GetSchemaName(ctx context.Context, handle int64) (string, error) + func (c *DocumentChangeInfoClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *DocumentChangeInfoClient) ToString(ctx context.Context, handle int64) (string, error) + type SchemaChangeInfoClient struct + func NewSchemaChangeInfoClient(cc grpc.ClientConnInterface) *SchemaChangeInfoClient + func (c *SchemaChangeInfoClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *SchemaChangeInfoClient) GetChangedSchemaNames(ctx context.Context, handle int64) (int64, error) + func (c *SchemaChangeInfoClient) GetDatabaseName(ctx context.Context, handle int64) (string, error) + func (c *SchemaChangeInfoClient) GetPackageName(ctx context.Context, handle int64) (string, error) + func (c *SchemaChangeInfoClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *SchemaChangeInfoClient) ToString(ctx context.Context, handle int64) (string, error) + type SpecBuilderClient struct + func NewSpecBuilderClient(cc grpc.ClientConnInterface) *SpecBuilderClient + func (c *SpecBuilderClient) AddFilterSchemas(ctx context.Context, arg0 int64) (int64, error) + func (c *SpecBuilderClient) Build(ctx context.Context) (int64, error) + type SpecClient struct + func NewSpecClient(cc grpc.ClientConnInterface) *SpecClient + func (c *SpecClient) DescribeContents(ctx context.Context) (int32, error) + func (c *SpecClient) GetFilterSchemas(ctx context.Context) (int64, error) + func (c *SpecClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error