Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MainFlow ¶
func MainFlow(conf object.SharedConfig)
func PanicIfErr ¶
func PanicIfErr(err error)
Types ¶
type GraphMarker ¶
type GraphMarker struct { }
func (*GraphMarker) MarkGreen ¶
func (g *GraphMarker) MarkGreen(n *cgraph.Node)
func (*GraphMarker) MarkRed ¶
func (g *GraphMarker) MarkRed(n *cgraph.Node)
func (*GraphMarker) MarkYellow ¶
func (g *GraphMarker) MarkYellow(n *cgraph.Node)
type Output ¶
type Output struct { DiffMap object.DiffFuncMap `json:"diff"` Cases []*openapi.ObjectFunctionWithSignature `json:"cases"` }
Click to show internal directories.
Click to hide internal directories.