Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GormCheck ¶
type GormCheck struct {
// contains filtered or unexported fields
}
func NewGormCheck ¶
type MinioCheck ¶
type MinioCheck struct {
// contains filtered or unexported fields
}
func NewMinioCheck ¶
func NewMinioCheck(client *minio.Client) *MinioCheck
func (*MinioCheck) Name ¶
func (r *MinioCheck) Name() string
func (*MinioCheck) Pass ¶
func (r *MinioCheck) Pass() bool
type RedisCheck ¶
type RedisCheck struct {
// contains filtered or unexported fields
}
func NewRedisCheck ¶
func NewRedisCheck(rdb redis.UniversalClient) *RedisCheck
func (*RedisCheck) Name ¶
func (r *RedisCheck) Name() string
func (*RedisCheck) Pass ¶
func (r *RedisCheck) Pass() bool
Click to show internal directories.
Click to hide internal directories.