Djordje Lukic
|
ad72c866cc
|
Add license headers
|
2020-06-18 16:48:03 +02:00 |
Guillaume Tardif
|
01aaec2dbe
|
Fix Azure login : allow getting a backend when no corresponding context already exists with an explicit call from the login command. Will be usefull next for context creation with azure interactive things
|
2020-05-29 11:35:35 +02:00 |
Guillaume Tardif
|
1e19d977e0
|
Initial functional login command : added Cloud API with generic Login()
|
2020-05-15 10:04:22 +02:00 |
Ulysses Souza
|
73529cc264
|
Refactor example/backend
Also promote init function from returning
interface{} to backend.Service to avoid
typecasting
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-05 17:14:26 +02:00 |
Ulysses Souza
|
e075df6f8f
|
Fix linter issues
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-05 16:27:22 +02:00 |
Ulysses Souza
|
ba455916c6
|
Refactor on services
This refactors the interfaces and implementations of
services
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-05 15:37:12 +02:00 |
Djordje Lukic
|
24c035e822
|
Add comments on exported items, remove example command
Also add `make lint` to run the linter
|
2020-05-05 10:27:44 +02:00 |
Djordje Lukic
|
8571cf5a04
|
Create a new client on each request
`docker serve` doesn't need a context any more, the server takes the
current context from the request metadata and creates a new client
|
2020-04-30 12:07:26 +02:00 |
Djordje Lukic
|
f4bde8cb89
|
Multiple backend for the cli
* implement a little azure backend
* implement an example backend
* use the right backend from the context
|
2020-04-30 11:01:04 +02:00 |