-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
quickstarts list
[CLI-90] (#254)
* Add `quickstarts list` * Fix test * Fix linter error * Address review feedback
- Loading branch information
Showing
8 changed files
with
569 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package auth0 | ||
|
||
type Quickstart struct { | ||
Name string `json:"name"` | ||
Path string `json:"path"` | ||
Samples []string `json:"samples"` | ||
Org string `json:"org"` | ||
Repo string `json:"repo"` | ||
Branch string `json:"branch,omitempty"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.