Implement health check for deploy. Make version endpoint to return revision if not set
This commit is contained in:
@@ -31,6 +31,7 @@ type Service interface {
|
||||
CreatePayout(payoutModel *orm.Payout, opts ...Optional) error
|
||||
UpdatePayoutById(id uint, updateModel orm.Payout, opts ...Optional) (int, error)
|
||||
UpdatePayoutByPayoutID(payoutId string, updateModel orm.Payout, opts ...Optional) (int, error)
|
||||
HealthCheck() error
|
||||
}
|
||||
|
||||
// Params represents the module input params
|
||||
|
||||
Reference in New Issue
Block a user