Documentation ¶
Index ¶
- Constants
- type Config
- type Store
- func (s *Store) DeleteParameters(names []string) error
- func (s *Store) DescribeParameters(options ps.Options) ([]ps.Parameter, error)
- func (s *Store) GetParameters(names []string) ([]ps.ParameterWithValue, error)
- func (s *Store) Init(c ps.ConfigLoader) error
- func (s *Store) PutParameters(params []ps.ParameterWithValue) error
Constants ¶
View Source
const GET_PARAMETERS_MAX_NAMES = 10
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) DeleteParameters ¶
func (*Store) DescribeParameters ¶
func (*Store) GetParameters ¶
func (s *Store) GetParameters(names []string) ([]ps.ParameterWithValue, error)
func (*Store) PutParameters ¶
func (s *Store) PutParameters(params []ps.ParameterWithValue) error
Click to show internal directories.
Click to hide internal directories.