Documentation
¶
Index ¶
- func CreateFeedbackAzureStorageTable(id string, planBinary string, spaceId string, server string, lockFile string, ...) error
- func CreateTable(service *aztables.ServiceClient, ctx context.Context) error
- func DeleteTerraformPlan(tableEntity TableEntityId) error
- func GetBoolProperty(name string, entity aztables.EDMEntity, defaultValue bool) bool
- func GetStorageConnectionString() string
- func GetStringProperty(name string, entity aztables.EDMEntity, defaultValue string) string
- func GetTimeProperty(name string, entity aztables.EDMEntity, defaultValue time.Time) time.Time
- func ReadFeedbackAzureStorageTable(terraformApply model.TerraformApply) (string, string, string, string, error)
- type TableEntityId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFeedbackAzureStorageTable ¶
func CreateFeedbackAzureStorageTable(id string, planBinary string, spaceId string, server string, lockFile string, configuration string) error
https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/data/aztables
func CreateTable ¶
func CreateTable(service *aztables.ServiceClient, ctx context.Context) error
func DeleteTerraformPlan ¶ added in v0.1.56
func DeleteTerraformPlan(tableEntity TableEntityId) error
func GetBoolProperty ¶
func GetStorageConnectionString ¶
func GetStorageConnectionString() string
func GetStringProperty ¶
func GetTimeProperty ¶
Types ¶
type TableEntityId ¶ added in v0.1.56
func ListTerraformPlan ¶ added in v0.1.56
func ListTerraformPlan(olderThanMinutes int) ([]TableEntityId, error)
Click to show internal directories.
Click to hide internal directories.