-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Currently NewClient receives credentialsLocation as string. In my opinion, if you put io.Reader it opens a lot more possibilities to this. When we want to create a new client we can choose to load it from a file or we can just create a string reader (ex: strings.NewReader("Hello, Reader!")) and pass it like that.
Metadata
Metadata
Assignees
Labels
No labels