Documentation
¶
Index ¶
Constants ¶
View Source
const LogoASCII = `` /* 251-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func SetupNewInstanceCmd ¶ added in v1.10.0
Types ¶
type BlockContext ¶ added in v1.1.1
type Config ¶ added in v1.1.21
type Config struct { ManifestPath string Pkg *pbsubstreams.Package SkipPackageValidation bool Graph *manifest.ModuleGraph ReadFromModule bool ProdMode bool DebugModulesOutput []string DebugModulesInitialSnapshot []string Endpoint string StartBlock string StopBlock string FinalBlocksOnly bool Headers map[string]string OutputModule string OverrideNetwork string SubstreamsClientConfig *client.SubstreamsClientConfig HomeDir string Vcr bool Cursor string Params string DefaultParams string }
func (*Config) NewInstance ¶ added in v1.1.21
type Instance ¶ added in v1.1.21
type Instance struct { StartStream bool Stream *streamui.Stream MsgDescs map[string]*manifest.ModuleDescriptor ReplayLog *replaylog.File RequestSummary *Summary Modules *pbsubstreams.Modules Graph *manifest.ModuleGraph }
type NewRequestInstance ¶ added in v1.1.1
type NewRequestInstance *Instance
type Request ¶
type SetupNewInstanceMsg ¶ added in v1.10.0
type SetupNewInstanceMsg struct {
StartStream bool
}
type Summary ¶
type Summary struct { Manifest string Endpoint string ProductionMode bool InitialSnapshot []string Docs []*pbsubstreams.PackageMetadata ModuleDocs []*pbsubstreams.ModuleMetadata Params map[string]string }
Click to show internal directories.
Click to hide internal directories.