Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthStore ¶
type HealthStore struct { GetHealthShouldFail bool // contains filtered or unexported fields }
func (*HealthStore) GetHealth ¶
func (hb *HealthStore) GetHealth(context.Context, *emptypb.Empty, ...grpc.CallOption) (*v1.Health, error)
func (*HealthStore) SetHealth ¶
func (hb *HealthStore) SetHealth(health *v1.Health)
Click to show internal directories.
Click to hide internal directories.