func()

in pkg/plugin/cloudlogging/client.go [159:162]


func (c *Client) Close() error {
	c.configClient.Close()
	return c.lClient.Close()
}