Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conversion ¶
Conversion is a concurrent safe map with key of link index and value of pointer of the converted string slice
type Converted ¶
type Converted struct {
// contains filtered or unexported fields
}
Converted consist of basic information about converted body
type DBody ¶
DBody consist of index in the DLink
type DLink ¶
type DLink []string
DLink save all the links
func (DLink) Convert ¶
func (d DLink) Convert(h HandlerFunc) (Conversion, error)
Convert order go-routines to get the http body the concurrently and convert using handler func
Click to show internal directories.
Click to hide internal directories.