Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleFunc ¶
func HandleFunc(aq agentquerier.AgentQuerier) http.HandlerFunc
HandleFunc returns the function which can handle API requests to "/ovsflows".
Types ¶
type Response ¶
type Response struct {
Flow string `json:"flow,omitempty"`
}
Response is the response struct of ovsflows command.