|
|
|
|
@ -13,7 +13,7 @@ import (
|
|
|
|
|
"github.com/olekukonko/tablewriter"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
//StepValidateTemplate : struct for Validation a tempalte
|
|
|
|
|
//StepValidateTemplate : struct for Validation a template
|
|
|
|
|
type StepValidateTemplate struct {
|
|
|
|
|
Conn *ncloud.Conn
|
|
|
|
|
Validate func() error
|
|
|
|
|
@ -25,7 +25,7 @@ type StepValidateTemplate struct {
|
|
|
|
|
FeeSystemTypeCode string
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// NewStepValidateTemplate : function for Validation a tempalte
|
|
|
|
|
// NewStepValidateTemplate : function for Validation a template
|
|
|
|
|
func NewStepValidateTemplate(conn *ncloud.Conn, ui packer.Ui, config *Config) *StepValidateTemplate {
|
|
|
|
|
var step = &StepValidateTemplate{
|
|
|
|
|
Conn: conn,
|
|
|
|
|
|