Skip to content

contoller

import "github.com/HexmosTech/lama2/controller"

Package controller coordinates all the other components in the `Lama2` project. The high level overview of command execution is easily understood from this package

Index

func GetParsedAPIBlocks

func GetParsedAPIBlocks(parsedAPI *gabs.Container) []*gabs.Container

func HandleParsedFileHelper

func HandleParsedFileHelper(parsedAPI *gabs.Container, args ...interface{}) (httpie.ExResponse, *lama2cmd.Opts, []outputmanager.ResponseTime, []outputmanager.StatusCode, []outputmanager.ContentSize, error)

Generated by gomarkdoc