mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
http: help
This commit is contained in:
6
api/help.go
Normal file
6
api/help.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package api
|
||||
|
||||
// Help reads the help information for the given path.
|
||||
func (c *Client) Help(path string) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user