-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: reorient packages for easier library use (#6)
refactor: reorient packages for easier library use (#6) --------- Signed-off-by: Christopher Phillips <[email protected]>
- Loading branch information
Showing
20 changed files
with
518 additions
and
789 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 |
---|---|---|
@@ -1 +1,37 @@ | ||
## Developing | ||
## Developing | ||
|
||
### Today | ||
``` | ||
cmd/grant/ | ||
command/ | ||
check | ||
list | ||
grant/ | ||
license | ||
package | ||
policy | ||
report/ | ||
... | ||
``` | ||
|
||
### Future | ||
``` | ||
cmd/grant/ | ||
command/ | ||
check | ||
list | ||
grant/ | ||
license | ||
package | ||
policy | ||
report/ | ||
... | ||
``` |
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
2 changes: 1 addition & 1 deletion
2
grant/report/format.go → cmd/grant/cli/internal/check/format.go
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package report | ||
package check | ||
|
||
type Format string | ||
|
||
|
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
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.