Rename userMap to user_map for consistency
This commit is contained in:
parent
6d6ed30227
commit
4f7a8f0b04
@ -44,7 +44,7 @@ type proxySettings struct {
|
|||||||
Server string `cty:"server"`
|
Server string `cty:"server"`
|
||||||
User *string `cty:"user"`
|
User *string `cty:"user"`
|
||||||
PrivkeyPath *string `cty:"privkey"`
|
PrivkeyPath *string `cty:"privkey"`
|
||||||
UserMap *cty.Value `cty:"userMap"`
|
UserMap *cty.Value `cty:"user_map"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Proxy is the proxy backend. It returns a handler that establishes a proxy
|
// Proxy is the proxy backend. It returns a handler that establishes a proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user