File tree 23 files changed +20
-20
lines changed
23 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
21
21
"errors"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/iot"
25
24
"github.com/arduino/arduino-cloud-cli/internal/template"
25
+ "github.com/arduino/arduino-cloud-cli/iot"
26
26
)
27
27
28
28
// CreateParams contains the parameters needed to create a new dashboard.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package dashboard
19
19
20
20
import (
21
21
"github.com/arduino/arduino-cloud-cli/config"
22
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
22
+ "github.com/arduino/arduino-cloud-cli/iot"
23
23
)
24
24
25
25
// DeleteParams contains the parameters needed to
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
21
21
"fmt"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/iot"
25
24
"github.com/arduino/arduino-cloud-cli/internal/template"
25
+ "github.com/arduino/arduino-cloud-cli/iot"
26
26
)
27
27
28
28
// ExtractParams contains the parameters needed to
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package dashboard
19
19
20
20
import (
21
21
"github.com/arduino/arduino-cloud-cli/config"
22
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
22
+ "github.com/arduino/arduino-cloud-cli/iot"
23
23
)
24
24
25
25
// List command is used to list
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
24
24
"github.com/arduino/arduino-cloud-cli/arduino/cli"
25
25
"github.com/arduino/arduino-cloud-cli/config"
26
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
26
+ "github.com/arduino/arduino-cloud-cli/iot"
27
27
"github.com/sirupsen/logrus"
28
28
)
29
29
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"fmt"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
)
26
26
27
27
const (
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
25
25
"github.com/arduino/arduino-cloud-cli/arduino/cli"
26
26
"github.com/arduino/arduino-cloud-cli/config"
27
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
27
+ "github.com/arduino/arduino-cloud-cli/iot"
28
28
iotclient "github.com/arduino/iot-client-go"
29
29
"github.com/sirupsen/logrus"
30
30
"go.bug.st/serial"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"errors"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
)
26
26
27
27
// DeleteParams contains the parameters needed to
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"fmt"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
)
26
26
27
27
// ListParams contains the optional parameters needed
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"fmt"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
)
26
26
27
27
// FrequencyPlanInfo describes a LoRa frequency plan.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"path/filepath"
26
26
27
27
"github.com/arduino/arduino-cloud-cli/config"
28
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
28
+ "github.com/arduino/arduino-cloud-cli/iot"
29
29
iotclient "github.com/arduino/iot-client-go"
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"path/filepath"
25
25
26
26
"github.com/arduino/arduino-cloud-cli/config"
27
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
27
+ "github.com/arduino/arduino-cloud-cli/iot"
28
28
)
29
29
30
30
const (
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"errors"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
)
26
26
27
27
// CreateTagsParams contains the parameters needed to create or overwrite
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"errors"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
)
26
26
27
27
// DeleteTagsParams contains the parameters needed to
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package thing
19
19
20
20
import (
21
21
"github.com/arduino/arduino-cloud-cli/config"
22
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
22
+ "github.com/arduino/arduino-cloud-cli/iot"
23
23
iotclient "github.com/arduino/iot-client-go"
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"fmt"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
iotclient "github.com/arduino/iot-client-go"
26
26
)
27
27
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
22
22
"fmt"
23
23
24
24
"github.com/arduino/arduino-cloud-cli/config"
25
- "github.com/arduino/arduino-cloud-cli/internal/iot"
26
25
"github.com/arduino/arduino-cloud-cli/internal/template"
26
+ "github.com/arduino/arduino-cloud-cli/iot"
27
27
)
28
28
29
29
// CreateParams contains the parameters needed to create a new thing.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"errors"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
)
26
26
27
27
// DeleteParams contains the parameters needed to
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
21
21
"fmt"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/iot"
25
24
"github.com/arduino/arduino-cloud-cli/internal/template"
25
+ "github.com/arduino/arduino-cloud-cli/iot"
26
26
)
27
27
28
28
// ExtractParams contains the parameters needed to
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"fmt"
22
22
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
- "github.com/arduino/arduino-cloud-cli/internal/ iot"
24
+ "github.com/arduino/arduino-cloud-cli/iot"
25
25
)
26
26
27
27
// ListParams contains the optional parameters needed
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments