Versions in this module Expand all Collapse all v1 v1.2.2 Mar 4, 2025 Changes in this version + func CheckComposePermissions(ctx context.Context, input CheckComposePermissionsInput) (bool, error) + func CheckReadPermissions(ctx context.Context, input CheckReadPermissionsInput) (bool, error) + func CheckWritePermissions(ctx context.Context, input CheckWritePermissionsInput) (bool, error) + func DisableMetadata(ctx context.Context, input DisableMetadataInput) error + func GetMetadata(ctx context.Context, input GetMetadataInput) ([]any, error) + func InsertMetadata(ctx context.Context, input InsertMetadataInput) error + func SetMetadata(ctx context.Context, input SetMetadataInput) error + func SetTaxonomy(ctx context.Context, input SetTaxonomyInput) error + func TransferStreamOwnership(ctx context.Context, input TransferStreamOwnershipInput) error + type CheckComposePermissionsInput struct + DBID string + ForeignCaller string + Platform *kwilTesting.Platform + type CheckReadPermissionsInput struct + DBID string + Deployer util.EthereumAddress + Platform *kwilTesting.Platform + Wallet string + type CheckWritePermissionsInput struct + DBID string + Deployer util.EthereumAddress + Platform *kwilTesting.Platform + Wallet string + type DisableMetadataInput struct + DBID string + Deployer util.EthereumAddress + Platform *kwilTesting.Platform + RowID *types.UUID + type GetMetadataInput struct + DBID string + Deployer util.EthereumAddress + Key string + Platform *kwilTesting.Platform + type InsertMetadataInput struct + DBID string + Deployer util.EthereumAddress + Key string + Platform *kwilTesting.Platform + ValType string + Value string + type SetMetadataInput struct + DBID string + Height int64 + Key string + Platform *kwilTesting.Platform + ValType string + Value string + type SetTaxonomyInput struct + DBID string + DataProviders []string + Platform *kwilTesting.Platform + StartDate string + StreamIds []string + Weights []string + type TransferStreamOwnershipInput struct + DBID string + Deployer util.EthereumAddress + NewOwner string + Platform *kwilTesting.Platform v1.2.1 Feb 25, 2025 Changes in this version + func WithSigner(platform *kwilTesting.Platform, signer []byte) *kwilTesting.Platform + type DescribeTaxonomiesInput struct + DBID string + LatestVersion bool + Platform *kwilTesting.Platform + type GetFirstRecordInput struct + AfterDate *string + DBID string + FrozenAt int64 + Height int64 + Platform *kwilTesting.Platform + type GetIndexChangeInput struct + BaseDate string + DBID string + DateFrom string + DateTo string + FrozenAt int64 + Height int64 + Interval int + Platform *kwilTesting.Platform + type GetIndexInput struct + BaseDate string + DBID string + DateFrom string + DateTo string + FrozenAt int64 + Height int64 + Platform *kwilTesting.Platform + type GetRecordInput struct + DBID string + DateFrom string + DateTo string + FrozenAt int64 + Height int64 + Platform *kwilTesting.Platform + type ResultRow []string + func DescribeTaxonomies(ctx context.Context, input DescribeTaxonomiesInput) ([]ResultRow, error) + func GetFirstRecord(ctx context.Context, input GetFirstRecordInput) ([]ResultRow, error) + func GetIndex(ctx context.Context, input GetIndexInput) ([]ResultRow, error) + func GetIndexChange(ctx context.Context, input GetIndexChangeInput) ([]ResultRow, error) + func GetRecord(ctx context.Context, input GetRecordInput) ([]ResultRow, error)