Documentation
¶
Overview ¶
Package diff provides the global diff command for viewing staged changes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParamClient ¶
type ParamClient interface {
paramapi.GetParameterAPI
paramapi.GetParameterHistoryAPI
paramapi.ListTagsForResourceAPI
}
ParamClient is the interface for SSM Parameter Store operations.
type Runner ¶
type Runner struct {
ParamClient ParamClient
SecretClient SecretClient
Store store.ReadWriteOperator
Stdout io.Writer
Stderr io.Writer
}
Runner executes the diff command.
type SecretClient ¶
type SecretClient interface {
secretapi.GetSecretValueAPI
secretapi.ListSecretVersionIDsAPI
secretapi.DescribeSecretAPI
}
SecretClient is the interface for Secrets Manager operations.
Click to show internal directories.
Click to hide internal directories.