Documentation ¶
Index ¶
- Constants
- type Health
- func (h Health) Category() string
- func (h Health) ContractId() string
- func (h Health) GetConfigMap() model.ConfigMap
- func (h Health) Name() string
- func (h Health) New() iface.ICapability
- func (h Health) Serve(ctx context.Context, event *model.Event) (*model.Event, error)
- func (h Health) SetConfigMap(cm model.ConfigMap) error
- func (h Health) Version() string
Constants ¶
View Source
const Category = string(constant.CategoryService)
View Source
const ContractId = "abesh:health"
View Source
const Name = "abesh_health"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Health ¶
type Health struct {
// contains filtered or unexported fields
}
func (Health) ContractId ¶
func (Health) GetConfigMap ¶
func (Health) New ¶
func (h Health) New() iface.ICapability
Click to show internal directories.
Click to hide internal directories.