docs: runtime docs (#22816)

This commit is contained in:
Julien Robert
2024-12-11 08:10:45 +00:00
committed by GitHub
parent c08ab17de6
commit aa8266e702
10 changed files with 174 additions and 40 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
//
// App can be used to create a hybrid app.go setup where some configuration is
// done declaratively with an app config and the rest of it is done the old way.
// See simapp/app_v2.go for an example of this setup.
// See simapp/v2/app.go for an example of this setup.
type App[T transaction.Tx] struct {
appmanager.AppManager[T]