mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Changed interface func from GetClient() to GetInternalClient()
This commit is contained in:
parent
abd83454ad
commit
5d811f31ab
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func (c SmdClient) RootEndpoint(endpoint string) string {
|
|||
return fmt.Sprintf("%s/hsm/v2%s", c.URI, endpoint)
|
||||
}
|
||||
|
||||
func (c SmdClient) GetClient() *http.Client {
|
||||
func (c SmdClient) GetInternalClient() *http.Client {
|
||||
return c.Client
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue