export

package
v2.3.0-beta28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package export contains the implementation of the export service which exports the curl commands from the YAML testcases to a Postman collection.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Export

func Export(_ context.Context, logger *zap.Logger) error

Types

type PostmanCollection

type PostmanCollection struct {
	Info struct {
		PostmanID string `json:"_postman_id"`
		Name      string `json:"name"`
		Schema    string `json:"schema"`
	} `json:"info"`
	Items []interface{} `json:"item"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL