Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewController), fx.Provide(NewService), )
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Service *Service
}
func NewController ¶
func NewController(service *Service) *Controller
func (*Controller) HealthCheck ¶
func (hc *Controller) HealthCheck(ctx context.Context) (ogent.HealthCheckRes, error)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService() *Service
func (*Service) HealthCheck ¶
Click to show internal directories.
Click to hide internal directories.