health

package
v1.16.109 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2023 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMaterializerRequest

func NewMaterializerRequest(srvReq structs.ServiceSpecificRequest) func(index uint64) *pbsubscribe.SubscribeRequest

Types

type Client

type Client struct {
	rpcclient.Client
}

Client provides access to service health data.

func (*Client) IsReadyForStreaming

func (c *Client) IsReadyForStreaming() bool

IsReadyForStreaming will indicate if the underlying gRPC connection is ready.

func (*Client) Notify

func (c *Client) Notify(
	ctx context.Context,
	req structs.ServiceSpecificRequest,
	correlationID string,
	cb cache.Callback,
) error

type HealthView

type HealthView struct {
	// contains filtered or unexported fields
}

HealthView implements submatview.View for storing the view state of a service health result. We store it as a map to make updates and deletions a little easier but we could just store a result type (IndexedCheckServiceNodes) and update it in place for each event - that involves re-sorting each time etc. though.

func NewHealthView

func NewHealthView(req structs.ServiceSpecificRequest) (*HealthView, error)

func (*HealthView) Reset

func (s *HealthView) Reset()

func (*HealthView) Result

func (s *HealthView) Result(index uint64) interface{}

Result returns the structs.IndexedCheckServiceNodes stored by this view.

func (*HealthView) Update

func (s *HealthView) Update(events []*pbsubscribe.Event) error

Update implements View

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL