Documentation ¶
Overview ¶
Package commonHealth ヘルスチェック
Package commonHealth ヘルスチェック
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommonHealthMysqlDao ¶
func NewCommonHealthMysqlDao(conn *mysql.MysqlHandler) commonHealth.CommonHealthMysqlRepository
Types ¶
type CommonHealth ¶
type CommonHealth struct { HealthId int64 Name string CommonHealthEnum commonHealth.CommonHealthEnum }
func NewCommonHealth ¶
func NewCommonHealth() *CommonHealth
func SetCommonHealth ¶
func SetCommonHealth(healthId int64, name string, commonHealthEnum commonHealth.CommonHealthEnum) *CommonHealth
func (*CommonHealth) TableName ¶
func (t *CommonHealth) TableName() string
type CommonHealths ¶
type CommonHealths []*CommonHealth
func NewCommonHealths ¶
func NewCommonHealths() CommonHealths
Click to show internal directories.
Click to hide internal directories.