Skip to content

Commit

Permalink
godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Nov 22, 2024
1 parent 2c1f3a4 commit f2b6fff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/v2/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ func ProvideEnvironment(
}
}

// ServiceBuilder builds the msg router and query router service during app initialization.
// RouterServiceBuilder builds the msg router and query router service during app initialization.
// this is mainly use for testing to override message router service in the environment and not in stf.
type RouterServiceBuilder interface {
// BuildMsgRouter return a msg router service.
// - actor is the module store key.
Expand Down

0 comments on commit f2b6fff

Please sign in to comment.