extpostman

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPostmanAction added in v1.5.0

func NewPostmanAction() action_kit_sdk.Action[PostmanState]

Types

type PostmanAction added in v1.5.0

type PostmanAction struct {
}

func (PostmanAction) Describe added in v1.5.0

func (PostmanAction) NewEmptyState added in v1.5.0

func (f PostmanAction) NewEmptyState() PostmanState

func (PostmanAction) Prepare added in v1.5.0

func (PostmanAction) Start added in v1.5.0

func (PostmanAction) Status added in v1.5.0

func (PostmanAction) Stop added in v1.5.0

type PostmanConfig added in v1.5.0

type PostmanConfig struct {
	CollectionId   string
	ApiKey         string
	EnvironmentId  string
	Environment    []map[string]string
	Verbose        bool
	Bail           bool
	Timeout        int
	TimeoutRequest int
	Iterations     int
}

type PostmanState added in v1.5.0

type PostmanState struct {
	Command         []string `json:"command"`
	Pid             int      `json:"pid"`
	CmdStateID      string   `json:"cmdStateId"`
	Timestamp       string   `json:"timestamp"`
	StdOutLineCount int      `json:"stdOutLineCount"`
}

Jump to

Keyboard shortcuts

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