Documentation
¶
Index ¶
- func InsertMarkdownPrimitiveData(ctx context.Context, input InsertMarkdownDataInput) error
- func SetupComposedFromMarkdown(ctx context.Context, input MarkdownComposedSetupInput) error
- func SetupPrimitiveFromMarkdown(ctx context.Context, input MarkdownPrimitiveSetupInput) error
- type ComposedStreamDefinition
- type InitializeContractInput
- type InsertMarkdownDataInput
- type InsertPrimitiveDataInput
- type InsertRecordInput
- type MarkdownComposedSetupInput
- type MarkdownPrimitiveSetupInput
- type PrimitiveStreamDefinition
- type PrimitiveStreamWithData
- type SetTaxonomyInput
- type SetupComposedAndPrimitivesInput
- type SetupPrimitiveInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertMarkdownPrimitiveData ¶
func InsertMarkdownPrimitiveData(ctx context.Context, input InsertMarkdownDataInput) error
InsertMarkdownPrimitiveData inserts data from a markdown table into a primitive stream
func SetupComposedFromMarkdown ¶
func SetupComposedFromMarkdown(ctx context.Context, input MarkdownComposedSetupInput) error
func SetupPrimitiveFromMarkdown ¶
func SetupPrimitiveFromMarkdown(ctx context.Context, input MarkdownPrimitiveSetupInput) error
Types ¶
type ComposedStreamDefinition ¶
type ComposedStreamDefinition struct {
StreamLocator types.StreamLocator
TaxonomyDefinitions types.Taxonomy
}
type InitializeContractInput ¶
type InitializeContractInput struct {
Platform *kwilTesting.Platform
Deployer util.EthereumAddress
Dbid string
Height int64
}
type InsertMarkdownDataInput ¶
type InsertMarkdownDataInput struct {
Platform *kwilTesting.Platform
Height int64
// we use locator instead because it could be a third party data provider
StreamLocator types.StreamLocator
MarkdownData string
}
type InsertPrimitiveDataInput ¶
type InsertPrimitiveDataInput struct {
Platform *kwilTesting.Platform
// contains filtered or unexported fields
}
type InsertRecordInput ¶
type PrimitiveStreamDefinition ¶
type PrimitiveStreamDefinition struct {
StreamLocator types.StreamLocator
}
type PrimitiveStreamWithData ¶
type PrimitiveStreamWithData struct {
PrimitiveStreamDefinition
Data []InsertRecordInput
}
type SetTaxonomyInput ¶
type SetTaxonomyInput struct {
Platform *kwilTesting.Platform
// contains filtered or unexported fields
}
type SetupComposedAndPrimitivesInput ¶
type SetupComposedAndPrimitivesInput struct {
ComposedStreamDefinition ComposedStreamDefinition
PrimitiveStreamsWithData []PrimitiveStreamWithData
Platform *kwilTesting.Platform
Height int64
}
type SetupPrimitiveInput ¶
type SetupPrimitiveInput struct {
Platform *kwilTesting.Platform
Height int64
PrimitiveStreamWithData PrimitiveStreamWithData
}
Click to show internal directories.
Click to hide internal directories.