Documentation
¶
Index ¶
- func DataSourceHaproxyCache() *schema.Resource
- func ResourceHaproxyCache() *schema.Resource
- func TestHaproxyCache(t *testing.T)
- type CachePayload
- type ConfigCache
- func (c *ConfigCache) AddCacheConfiguration(payload []byte, TransactionID string) (*http.Response, error)
- func (c *ConfigCache) DeleteCacheConfiguration(CacheName string, TransactionID string) (*http.Response, error)
- func (c *ConfigCache) GetACacheConfiguration(CacheName string, TransactionID string) (*http.Response, error)
- func (c *ConfigCache) UpdateCacheConfiguration(CacheName string, payload []byte, TransactionID string) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceHaproxyCache ¶
func ResourceHaproxyCache ¶
func TestHaproxyCache ¶
Types ¶
type CachePayload ¶
type ConfigCache ¶
Config defines variable for haproxy configuration
func (*ConfigCache) AddCacheConfiguration ¶
func (c *ConfigCache) AddCacheConfiguration(payload []byte, TransactionID string) (*http.Response, error)
AddCacheConfiguration adds a Cache configuration.
func (*ConfigCache) DeleteCacheConfiguration ¶
func (c *ConfigCache) DeleteCacheConfiguration(CacheName string, TransactionID string) (*http.Response, error)
DeleteCacheConfiguration deletes a Cache configuration.
func (*ConfigCache) GetACacheConfiguration ¶
func (c *ConfigCache) GetACacheConfiguration(CacheName string, TransactionID string) (*http.Response, error)
GetACacheConfiguration returns the configuration of a Cache.
func (*ConfigCache) UpdateCacheConfiguration ¶
func (c *ConfigCache) UpdateCacheConfiguration(CacheName string, payload []byte, TransactionID string) (*http.Response, error)
UpdateCacheConfiguration updates a Cache configuration.
Click to show internal directories.
Click to hide internal directories.