package
Version:
v2.3.0-beta28
Opens a new window with list of versions in this module.
Published: Oct 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package export contains the implementation of the export service which exports the curl commands from the YAML testcases to a Postman collection.
type PostmanCollection struct {
Info struct {
PostmanID string `json:"_postman_id"`
Name string `json:"name"`
Schema string `json:"schema"`
} `json:"info"`
Items []interface{} `json:"item"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.