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.
func (Response) GetTableHeader ¶
func (Response) GetTableRow ¶
Click to show internal directories.
Click to hide internal directories.