Documentation
¶
Overview ¶
Package cli takes user input form cli
Package cli outputs messages to stdout
Index ¶
Constants ¶
View Source
const (
// AppName the application name
AppName = "ObjectMap"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
App *cli.App
URL *url.URL
URLScheme string
Method string
Body io.ReadCloser
RequestFile string
Request *http.Request
RequestRetries int
ConcurrentRequests int
FollowRedirect bool
Timeout int64
UserAgent string
RandomUserAgent bool
Packages bool
PackagesRop bool
Banner bool
Verbosity int
}
Input keeps console input variables and the cli app instance
type Validator ¶
type Validator struct{}
Validator handle
func (Validator) HTTPMethod ¶
HTTPMethod validator
func (Validator) VerboseLevel ¶
VerboseLevel validator
Click to show internal directories.
Click to hide internal directories.