Documentation
¶
Index ¶
Constants ¶
View Source
const ( PathAppModule = "app" PathAppGo = "app/app.go" PathIBCConfigGo = "app/ibc.go" PathAppConfigGo = "app/app_config.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" PlaceholderSgAppKeeperDeclaration = "// this line is used by starport scaffolding # stargate/app/keeperDeclaration" PlaceholderSgAppKeeperDefinition = "// this line is used by starport scaffolding # stargate/app/keeperDefinition" 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" PlaceholderSgAppMaccPerms = "// this line is used by starport scaffolding # stargate/app/maccPerms" PlaceholderSgAppModuleConfig = "// this line is used by starport scaffolding # stargate/app/moduleConfig" // Placeholders IBC PlaceholderIBCImport = "// this line is used by starport scaffolding # ibc/app/import" PlaceholderIBCKeysName = "// this line is used by starport scaffolding # ibc/keys/name" PlaceholderIBCKeysPort = "// this line is used by starport scaffolding # ibc/keys/port" PlaceholderIBCNewModule = "// this line is used by starport scaffolding # ibc/app/module" // 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 ¶
ProtoPackageName creates a protocol buffer package name for an app module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.