module

package
v0.27.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PathAppModule = "app"
	PathAppGo     = "app/app.go"
)
View Source
const (
	Placeholder  = "// this line is used by starport scaffolding # 1"
	Placeholder2 = "// this line is used by starport scaffolding # 2"
	Placeholder3 = "// this line is used by starport scaffolding # 3"

	// Placeholders in app.go
	PlaceholderSgAppModuleImport        = "// this line is used by starport scaffolding # stargate/app/moduleImport"
	PlaceholderSgAppModuleBasic         = "// this line is used by starport scaffolding # stargate/app/moduleBasic"
	PlaceholderSgAppKeeperDeclaration   = "// this line is used by starport scaffolding # stargate/app/keeperDeclaration"
	PlaceholderSgAppStoreKey            = "// this line is used by starport scaffolding # stargate/app/storeKey"
	PlaceholderSgAppKeeperDefinition    = "// this line is used by starport scaffolding # stargate/app/keeperDefinition"
	PlaceholderSgAppAppModule           = "// this line is used by starport scaffolding # stargate/app/appModule"
	PlaceholderSgAppInitGenesis         = "// this line is used by starport scaffolding # stargate/app/initGenesis"
	PlaceholderSgAppBeginBlockers       = "// this line is used by starport scaffolding # stargate/app/beginBlockers"
	PlaceholderSgAppEndBlockers         = "// this line is used by starport scaffolding # stargate/app/endBlockers"
	PlaceholderSgAppParamSubspace       = "// this line is used by starport scaffolding # stargate/app/paramSubspace"
	PlaceholderSgAppGovProposalHandlers = "// this line is used by starport scaffolding # stargate/app/govProposalHandlers"
	PlaceholderSgAppScopedKeeper        = "// this line is used by starport scaffolding # stargate/app/scopedKeeper"
	PlaceholderSgAppBeforeInitReturn    = "// this line is used by starport scaffolding # stargate/app/beforeInitReturn"
	PlaceholderSgAppMaccPerms           = "// this line is used by starport scaffolding # stargate/app/maccPerms"

	// Placeholders in app.go for wasm
	PlaceholderSgWasmAppEnabledProposals = "// this line is used by starport scaffolding # stargate/wasm/app/enabledProposals"

	// Placeholders in cmd/appd/cmd/root.go
	PlaceholderSgRootModuleImport = "// this line is used by starport scaffolding # root/moduleImport"
	PlaceholderSgRootCommands     = "// this line is used by starport scaffolding # root/commands"
	PlaceholderSgRootArgument     = "// this line is used by starport scaffolding # root/arguments"

	// Placeholders IBC
	PlaceholderIBCKeysName                   = "// this line is used by starport scaffolding # ibc/keys/name"
	PlaceholderIBCKeysPort                   = "// this line is used by starport scaffolding # ibc/keys/port"
	PlaceholderIBCAppScopedKeeperDeclaration = "// this line is used by starport scaffolding # ibc/app/scopedKeeper/declaration"
	PlaceholderIBCAppScopedKeeperDefinition  = "// this line is used by starport scaffolding # ibc/app/scopedKeeper/definition"
	PlaceholderIBCAppKeeperArgument          = "// this line is used by starport scaffolding # ibc/app/keeper/argument"
	PlaceholderIBCAppRouter                  = "// this line is used by starport scaffolding # ibc/app/router"

	// Genesis test
	PlaceholderTypesGenesisTestcase   = "// this line is used by starport scaffolding # types/genesis/testcase"
	PlaceholderTypesGenesisValidField = "// this line is used by starport scaffolding # types/genesis/validField"
	PlaceholderGenesisTestState       = "// this line is used by starport scaffolding # genesis/test/state"
	PlaceholderGenesisTestAssert      = "// this line is used by starport scaffolding # genesis/test/assert"
)

Variables

This section is empty.

Functions

func ProtoPackageName

func ProtoPackageName(appModulePath, moduleName string) string

ProtoPackageName creates a protocol buffer package name for an app module.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL