vault/helper/consts/agent.go
2019-02-21 14:53:34 -08:00

6 lines
159 B
Go

package consts
// AgentPathCacheClear is the path that the agent will use as its cache-clear
// endpoint.
const AgentPathCacheClear = "/agent/v1/cache-clear"