Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleWithTransaction ¶ added in v0.2.2
func HandleWithTransaction(http *httpserver.HttpServer, trxItf transaction.TransactionInterface, handler WrappedHandlerFunc) gin.HandlerFunc
Types ¶
type BaseService ¶
type BaseService struct {
Config *config.Config
Probe *health.Probe
Validator *validator.Validate
Environment env.Environment
// contains filtered or unexported fields
}
func (*BaseService) GetDatabase ¶ added in v0.2.2
func (bs *BaseService) GetDatabase() (*database.Database, error)
func (*BaseService) GetHttpServer ¶ added in v0.2.2
func (bs *BaseService) GetHttpServer() (*httpserver.HttpServer, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.