feat: add request timeout
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
package cmd
|
||||
|
||||
const DefaultRequestTimeout uint = 30
|
||||
|
||||
type AppConfig struct {
|
||||
OutputVerbose bool
|
||||
OutputFormatter string
|
||||
OutputOrderReverse bool
|
||||
PrintConfig bool
|
||||
OutputVerbose bool
|
||||
OutputFormatter string
|
||||
OutputOrderReverse bool
|
||||
PrintConfig bool
|
||||
RequestTimeoutSeconds uint
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user