Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExampleSyncCmd = &cobra.Command{ Use: "example-sync", Short: "Run a basic indexer", Long: `This command is a wrapper around the Adder Library Starter Kit: https://github.com/blinklabs-io/adder-library-starter-kit This example is featured in Cardano Go PBL: https://www.andamio.io/course/gpbl2024 `, Run: func(cmd *cobra.Command, args []string) { fmt.Println("Starting sync...") SyncExample() }, }
Functions ¶
func SyncExample ¶
func SyncExample()
Types ¶
Click to show internal directories.
Click to hide internal directories.