Skip to content

Commit

Permalink
fix: go template
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Feb 15, 2024
1 parent b76450d commit c7087a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/kystrap/templates/go/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ type Config struct {
type {{ .name | ToPascal }}ItemValue struct {
// TODO: Define data properties here
// Example:
// Block string `json:"block"`
// Block interface{} `json:"block"`
}

type {{ .name | ToPascal }}TransformedItemValue struct {
// TODO: Define data properties here
// Example:
// Block string `json:"block"`
// Block interface{} `json:"block"`
}

// GetRuntimeName returns the name of the runtime. Example "@kyvejs/tendermint"
Expand Down

0 comments on commit c7087a0

Please sign in to comment.