package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 9, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type DAG struct {
Nodes []Node `json:"nodes"`
}
type Node struct {
Name string `json:"name"`
Action string `json:"action" default:"GET"`
URL string `json:"url"`
Dependencies []string `json:"dependencies,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.