Documentation
¶
Index ¶
- func DataSourceHaproxyUser() *schema.Resource
- func ResourceHaproxyUser() *schema.Resource
- type ConfigUser
- func (c *ConfigUser) AddUsersConfiguration(payload []byte, TransactionID string, UserList string) (*http.Response, []byte, error)
- func (c *ConfigUser) DeleteUsersConfiguration(UsersName string, TransactionID string, UserList string) (*http.Response, []byte, error)
- func (c *ConfigUser) GetAUsersConfiguration(UsersName string, TransactionID string, UserList string) (*http.Response, []byte, error)
- func (c *ConfigUser) UpdateUsersConfiguration(UsersName string, payload []byte, TransactionID string, UserList string) (*http.Response, []byte, error)
- type UserPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceHaproxyUser ¶
func ResourceHaproxyUser ¶
Types ¶
type ConfigUser ¶
Config defines variable for haproxy configuration
func (*ConfigUser) AddUsersConfiguration ¶
func (c *ConfigUser) AddUsersConfiguration(payload []byte, TransactionID string, UserList string) (*http.Response, []byte, error)
AddUsersConfiguration adds a Users configuration.
func (*ConfigUser) DeleteUsersConfiguration ¶
func (c *ConfigUser) DeleteUsersConfiguration(UsersName string, TransactionID string, UserList string) (*http.Response, []byte, error)
DeleteUsersConfiguration deletes a Users configuration.
func (*ConfigUser) GetAUsersConfiguration ¶
func (c *ConfigUser) GetAUsersConfiguration(UsersName string, TransactionID string, UserList string) (*http.Response, []byte, error)
GetAUsersConfiguration returns the configuration of a Users.
Click to show internal directories.
Click to hide internal directories.