vault/api/help.go
Mitchell Hashimoto ce9ed56be6 http: help
2015-04-02 22:26:45 -07:00

7 lines
139 B
Go

package api
// Help reads the help information for the given path.
func (c *Client) Help(path string) (string, error) {
return "", nil
}