Documentation
¶
Index ¶
- func DataSourceHaproxyGroup() *schema.Resource
- func ResourceHaproxyGroup() *schema.Resource
- type ConfigGroup
- func (c *ConfigGroup) AddGroupsConfiguration(payload []byte, TransactionID string, UserList string) (*http.Response, []byte, error)
- func (c *ConfigGroup) DeleteGroupsConfiguration(GroupName string, TransactionID string, UserList string) (*http.Response, []byte, error)
- func (c *ConfigGroup) GetAGroupsConfiguration(GroupName string, TransactionID string, UserList string) (*http.Response, []byte, error)
- func (c *ConfigGroup) UpdateGroupsConfiguration(GroupName string, payload []byte, TransactionID string, UserList string) (*http.Response, []byte, error)
- type GroupPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceHaproxyGroup ¶
func ResourceHaproxyGroup ¶
Types ¶
type ConfigGroup ¶
Config defines variable for haproxy configuration
func (*ConfigGroup) AddGroupsConfiguration ¶
func (c *ConfigGroup) AddGroupsConfiguration(payload []byte, TransactionID string, UserList string) (*http.Response, []byte, error)
AddGroupsConfiguration adds a Groups configuration.
func (*ConfigGroup) DeleteGroupsConfiguration ¶
func (c *ConfigGroup) DeleteGroupsConfiguration(GroupName string, TransactionID string, UserList string) (*http.Response, []byte, error)
DeleteGroupsConfiguration deletes a Groups configuration.
func (*ConfigGroup) GetAGroupsConfiguration ¶
func (c *ConfigGroup) GetAGroupsConfiguration(GroupName string, TransactionID string, UserList string) (*http.Response, []byte, error)
GetAGroupsConfiguration returns the configuration of a Groups.
type GroupPayload ¶
Click to show internal directories.
Click to hide internal directories.