Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateMockResponse ¶
func GenerateMockResponse(d *types.DynamicMockResponse, request types.Request) (*types.MockResponse, error)
func StructToMSI ¶
Types ¶
type TemplateEngine ¶
type TemplateEngine interface {
Execute(request types.Request, script string) (*types.MockResponse, error)
}
func NewGoTemplateJsonEngine ¶
func NewGoTemplateJsonEngine() TemplateEngine
func NewGoTemplateYamlEngine ¶
func NewGoTemplateYamlEngine() TemplateEngine
func NewLuaEngine ¶
func NewLuaEngine() TemplateEngine
Click to show internal directories.
Click to hide internal directories.