mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 21:31:03 +00:00
chore: cleanup before publishing
This commit is contained in:
parent
4b77b81689
commit
d0729e1cb5
7 changed files with 59 additions and 18 deletions
|
|
@ -39,7 +39,7 @@ var (
|
|||
defaultSSHDialTimeout = 1 * time.Minute
|
||||
)
|
||||
|
||||
func New(c *hcloud.Client) Client {
|
||||
func NewClient(c *hcloud.Client) Client {
|
||||
return &client{
|
||||
c: c,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue