k3s/vendor/github.com/bronze1man/goStrongswanVici/stats.go

8 lines
204 B
Go
Raw Normal View History

2019-09-06 18:20:31 +00:00
package goStrongswanVici
// Stats returns IKE daemon statistics and load information.
func (c *ClientConn) Stats() (msg map[string]interface{}, err error) {
msg, err = c.Request("stats", nil)
return
}