Versions in this module Expand all Collapse all v0 v0.9.0 Oct 8, 2020 Changes in this version + type Dataplane struct + func New(addr, userName, password string, client *http.Client) *Dataplane + func (c *Dataplane) Backends() ([]models.Backend, error) + func (c *Dataplane) Binds(feName string) ([]models.Bind, error) + func (c *Dataplane) ConfigVersion() (int, error) + func (c *Dataplane) Filters(parentType, parentName string) ([]models.Filter, error) + func (c *Dataplane) Frontends() ([]models.Frontend, error) + func (c *Dataplane) HTTPRequestRules(parentType, parentName string) ([]models.HTTPRequestRule, error) + func (c *Dataplane) Info() (*models.ProcessInfo, error) + func (c *Dataplane) LogTargets(parentType, parentName string) ([]models.LogTarget, error) + func (c *Dataplane) Ping() error + func (c *Dataplane) ReplaceServer(beName string, srv models.Server) error + func (c *Dataplane) Servers(beName string) ([]models.Server, error) + func (c *Dataplane) Stats() (models.NativeStats, error) + func (c *Dataplane) TCPRequestRules(parentType, parentName string) ([]models.TCPRequestRule, error) + func (c *Dataplane) Tnx() *tnx