Versions in this module Expand all Collapse all v0 v0.0.8 Feb 1, 2022 Changes in this version + var Contenttypes = map[string]string + func BasicRequestWithBody(c *cli.Context, method string) (string, error) + func GenerateDocs(c *cli.Context) error + func Getbasic(c *cli.Context) (string, error) + func ProcessCollection(jsonArr []Collection) (string, error) + type BodyParams struct + Key string + Value string + type Collection struct + Folders []Folders + Name string + Requests []Requests + func ReadCollection(filename string) ([]Collection, error) + type FileTrunk struct + func (f *FileTrunk) IsDir() bool + func (f *FileTrunk) ModTime() time.Time + func (f *FileTrunk) Mode() os.FileMode + func (f *FileTrunk) Name() string + func (f *FileTrunk) Size() int64 + func (f *FileTrunk) Sys() interface{} + type Folders struct + Name string + Requests []Requests + type Headers struct + Key string + Value string + type Requests struct + Auth string + Bparams []interface{} + Collection int + Ctype string + Headers []Headers + Label string + Method string + Name string + Params []interface{} + Pass string + PasswordFieldType string + Path string + PreRequestScript string + RawInput bool + RawParams string + RequestType string + TestScript string + Token string + URL string + User string