Documentation ¶
Overview ¶
Package rotationproxy contains the logic to query for the on-call arborists from the Chrome Ops Rotation Proxy
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MockedRotationProxyClientKey = "mocked chrome-ops-rotation-proxy client"
Functions ¶
func GetOnCallEmails ¶
GetOnCallEmails returns the emails of the on-call arborists for the given project.
Types ¶
type Client ¶
type Client interface {
// contains filtered or unexported methods
}
Client interface is needed for testing purposes
type RotationProxyClient ¶
type RotationProxyClient struct{}
Click to show internal directories.
Click to hide internal directories.