execs

package
v0.0.0-...-e1452ac Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DisplayBodyResponseExec

type DisplayBodyResponseExec struct {
	// contains filtered or unexported fields
}

func NewDisplayBodyResponseExec

func NewDisplayBodyResponseExec(logger logger.Logger, output func(string)) DisplayBodyResponseExec

func (DisplayBodyResponseExec) Display

func (d DisplayBodyResponseExec) Display(in []string, itemResponse *postman.CollectionHistoryItem)

Display displays the body response of the collection item.

type DisplayCollectionExec

type DisplayCollectionExec struct {
	// contains filtered or unexported fields
}

func NewDisplayCollectionExec

func NewDisplayCollectionExec(output func(string)) DisplayCollectionExec

func (DisplayCollectionExec) Display

func (u DisplayCollectionExec) Display(collection postman.Collection, filterBy string)

Display builds and displays collection using the {out} provided function.

type SecureModeExec

type SecureModeExec struct {
	// contains filtered or unexported fields
}

func NewSecureModeExec

func NewSecureModeExec(c internal.Context, logger logger.Logger) SecureModeExec

func (SecureModeExec) Decrypt

func (s SecureModeExec) Decrypt() bool

Decrypt decrypts data on disk.

func (SecureModeExec) Encrypt

func (s SecureModeExec) Encrypt(secret string) bool

Encrypt (re)encrypts data on disk with the new {secret}.

type UpdateReadmeExec

type UpdateReadmeExec struct {
	// contains filtered or unexported fields
}

func NewUpdateReadmeExec

func NewUpdateReadmeExec(c internal.Context, logger logger.Logger) UpdateReadmeExec

func (UpdateReadmeExec) Update

func (u UpdateReadmeExec) Update(documentation string)

Update updates the README.md using the documentation helper.

Jump to

Keyboard shortcuts

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