databricks-cli/cmd/sync
Pieter Noordhuis 80a4c47d62
Fix lint error regarding struct with unexported fields (#38)
Unexported fields are skipped during marshalling, so this would be a
nop.

The code in `./cmd/sync/github*.go` is currently unused.

Confirmed that staticcheck passes when run with:

```
staticcheck -checks SA9005 ./...
```
2022-09-07 15:15:07 +02:00
..
github.go Fix lint error regarding struct with unexported fields (#38) 2022-09-07 15:15:07 +02:00
github_test.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
snapshot.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
sync.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
sync_test.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
watchdog.go Experimental sync command 2022-07-07 20:56:59 +02:00