Documentation ¶
Overview ¶
Package phylum provides a simple way to interact with shiroclient.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { GetLogMetadata func(context.Context) logrus.Fields // contains filtered or unexported fields }
Client is a phylum client.
func NewMockFrom ¶
NewMockFrom returns a mock phylum client restored from a DB snapshot.
func (*Client) GetHealthCheck ¶
func (s *Client) GetHealthCheck(ctx context.Context, services []string, config ...Config) (*healthcheck.GetHealthCheckResponse, error)
HealthCheck performs health check on phylum.
Click to show internal directories.
Click to hide internal directories.