Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶ added in v0.2.1
type App interface {
Options() Options
Command() *cli.Command
AfterStops(...func())
BeforeStops(...func())
AfterStarts(...func())
BeforeStarts(...func())
Provide(constructors ...interface{})
Invoke(funcs ...interface{})
Flags(flags ...cli.Flag)
Middleware(middleware.Middleware)
RegApp(prefix string, r *fiber.App)
}
type Desc ¶
type Desc struct {
grpc.ServiceDesc
Handler interface{}
}
Click to show internal directories.
Click to hide internal directories.