Documentation
¶
Index ¶
- func WithSigner(platform *kwilTesting.Platform, signer []byte) *kwilTesting.Platform
- type DescribeTaxonomiesInput
- type GetFirstRecordInput
- type GetIndexChangeInput
- type GetIndexInput
- type GetRecordInput
- type ResultRow
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithSigner ¶
func WithSigner(platform *kwilTesting.Platform, signer []byte) *kwilTesting.Platform
WithSigner returns a new platform with the given signer, but doesn't mutate the original platform
Types ¶
type DescribeTaxonomiesInput ¶
type DescribeTaxonomiesInput struct {
Platform *kwilTesting.Platform
DBID string
LatestVersion bool
}
type GetFirstRecordInput ¶
type GetIndexChangeInput ¶
type GetIndexInput ¶
type GetRecordInput ¶
type ResultRow ¶
type ResultRow []string
func DescribeTaxonomies ¶
func DescribeTaxonomies(ctx context.Context, input DescribeTaxonomiesInput) ([]ResultRow, error)
DescribeTaxonomies is a helper function to describe taxonomies of a composed stream
func GetFirstRecord ¶
func GetFirstRecord(ctx context.Context, input GetFirstRecordInput) ([]ResultRow, error)
func GetIndexChange ¶
func GetIndexChange(ctx context.Context, input GetIndexChangeInput) ([]ResultRow, error)
Click to show internal directories.
Click to hide internal directories.