Documentation ¶ Index ¶ type App func NewApp(cfg *config.Config) (*App, error) func (app *App) Start(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } App is the main application of the project. func NewApp ¶ func NewApp(cfg *config.Config) (*App, error) NewApp creates a new main application. func (*App) Start ¶ func (app *App) Start(ctx context.Context) Source Files ¶ View all Source files app.go Directories ¶ Show internal Expand all Path Synopsis api request response clients common cosmos evm tiki common listener processor common cosmos cosmos/staking cosmos/transfer evm/transfer misc misc/account_watch tiki_exchange tiki_exchange/order_watch tiki_exchange/volume_watch store Click to show internal directories. Click to hide internal directories.