Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceProvider ¶
type ServiceProvider interface {
//Boot Bootstrap any application services after register.
Boot()
//Register Register any application services.
Register()
}
Click to show internal directories.
Click to hide internal directories.