templater

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CURLFromRequest added in v0.1.5

func CURLFromRequest(req *http.Request) (s string, err error)

Types

type ConfigSimple

type ConfigSimple struct{}

type Simple

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

func (*Simple) Apply

func (e *Simple) Apply(ctx context.Context, coll postman.Collection) (doc []byte, err error)

type Templater

type Templater interface {
	Apply(ctx context.Context, coll postman.Collection) (doc []byte, err error)
}

Templater is defines collection template objects

func NewSimple

func NewSimple(cfg ConfigSimple) (t Templater, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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