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.
Click to show internal directories.
Click to hide internal directories.