Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthUsecase ¶
type HealthUsecase interface {
Check(ctx context.Context, req *healthProto.HealthCheckRequest) (*healthProto.HealthCheckResponse, error)
}
func NewHealthUsecase ¶
func NewHealthUsecase( healthService healthService.HealthService, ) HealthUsecase
Click to show internal directories.
Click to hide internal directories.