Skip to content

Commit

Permalink
delete examples
Browse files Browse the repository at this point in the history
  • Loading branch information
parthban-db committed Jan 17, 2025
1 parent afb53d2 commit 2b18d8e
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 988 deletions.
45 changes: 0 additions & 45 deletions examples/aad-explicit-spn/main.go

This file was deleted.

60 changes: 0 additions & 60 deletions examples/custom-auth/main.go

This file was deleted.

17 changes: 0 additions & 17 deletions examples/default-auth/main.go

This file was deleted.

13 changes: 13 additions & 0 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module github.com/databricks/databricks-sdk-go/examples

go 1.18

replace github.com/databricks/databricks-sdk-go/databricks => ../databricks

replace github.com/databricks/databricks-sdk-go/compute => ../compute

replace github.com/databricks/databricks-sdk-go/jobs => ../jobs

require golang.org/x/net v0.34.0

require golang.org/x/text v0.21.0 // indirect
4 changes: 4 additions & 0 deletions examples/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
60 changes: 0 additions & 60 deletions examples/http-proxy/client/main.go

This file was deleted.

66 changes: 0 additions & 66 deletions examples/long-running/main.go

This file was deleted.

4 changes: 0 additions & 4 deletions examples/mocking/.gitignore

This file was deleted.

62 changes: 0 additions & 62 deletions examples/mocking/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions examples/mocking/dbfs_test.go

This file was deleted.

Loading

0 comments on commit 2b18d8e

Please sign in to comment.