Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router)
RegisterRoutes registers process-related REST handlers to a router
Types ¶
type HashRequest ¶ added in v0.21.0
type HashRequest struct { Name string `json:"name,omitempty"` Nodes []*process.Process_Node `json:"nodes,omitempty"` Edges []*process.Process_Edge `json:"edges,omitempty"` }
HashRequest is the request of the hash endpoint.
Click to show internal directories.
Click to hide internal directories.