Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application interface { app.Application }
Application main application interface
func InitApp ¶
func InitApp(ctx context.Context) (Application, error)
InitApp load configuration and initialise the app
func InitAppWithOptions ¶
func InitAppWithOptions(ctx context.Context, logOptions mw.LogOptions) (Application, error)
InitAppWithOptions load configuration and initialise the app with interceptor configuration
Click to show internal directories.
Click to hide internal directories.