Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainScope ¶
type DomainScope struct {
// contains filtered or unexported fields
}
type Scope ¶
type Scope struct {
ScopeItems []DomainScope
}
Scope groups different scope items
func (*Scope) AddScopeItem ¶
func (s *Scope) AddScopeItem(domain string, scope string) []DomainScope
AddScopeItem allows to add a new item to the scope
func (*Scope) CreateScopeItemsFromUrls ¶
CreateScopeItemsFromUrls allow to create multiple scope items from multiple urls
Click to show internal directories.
Click to hide internal directories.