Documentation
¶
Index ¶
- Constants
- type ParametersClient
- func (c *ParametersClient) ReadConfig(param string) (*string, error)
- func (c *ParametersClient) ReadConfigByStack(param, stack string) (*string, error)
- func (c *ParametersClient) ReadIntConfig(param string) (*int, error)
- func (c *ParametersClient) ReadIntConfigByStack(param, stack string) (*int, error)
- func (c *ParametersClient) ResolveParameter(param, stack string) string
Constants ¶
View Source
const StackName = "<stack-name>"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParametersClient ¶
type ParametersClient struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*ParametersClient, error)
func (*ParametersClient) ReadConfig ¶
func (c *ParametersClient) ReadConfig(param string) (*string, error)
func (*ParametersClient) ReadConfigByStack ¶
func (c *ParametersClient) ReadConfigByStack(param, stack string) (*string, error)
func (*ParametersClient) ReadIntConfig ¶
func (c *ParametersClient) ReadIntConfig(param string) (*int, error)
func (*ParametersClient) ReadIntConfigByStack ¶
func (c *ParametersClient) ReadIntConfigByStack(param, stack string) (*int, error)
func (*ParametersClient) ResolveParameter ¶
func (c *ParametersClient) ResolveParameter(param, stack string) string
Click to show internal directories.
Click to hide internal directories.