Versions in this module Expand all Collapse all v0 v0.0.8 Jun 5, 2024 Changes in this version + func DataSourceHaproxyAcl() *schema.Resource + func ResourceHaproxyAcl() *schema.Resource + func TestHaproxyAcl(t *testing.T) + type AclPayload struct + AclName string + Criterion string + Index int + Value string + type ConfigAcl struct + BaseURL string + Password string + SSL bool + Username string + func (c *ConfigAcl) AddAclConfiguration(payload []byte, TransactionID string, parentName string, parentType string) (*http.Response, error) + func (c *ConfigAcl) DeleteAclConfiguration(AclIndexName int, TransactionID string, parentName string, parentType string) (*http.Response, error) + func (c *ConfigAcl) GetAAclConfiguration(AclIndexName int, TransactionID string, parentName string, parentType string) (*http.Response, error) + func (c *ConfigAcl) UpdateAclConfiguration(AclIndexName int, payload []byte, TransactionID string, parentName string, ...) (*http.Response, error)