Features: - Allow to search for individual resources by their name - Add new resources and their handler: Universities, Restaurants - Added new parameter to reverse output order Reviewed-on: #4 Co-authored-by: bdoerfchen <git@bissendorf.co> Co-committed-by: bdoerfchen <git@bissendorf.co>
9 lines
141 B
Go
9 lines
141 B
Go
package cmd
|
|
|
|
type AppConfig struct {
|
|
OutputVerbose bool
|
|
OutputFormatter string
|
|
OutputOrderReverse bool
|
|
PrintConfig bool
|
|
}
|