Documentation ¶ Index ¶ type SkaCreate func NewSkaCreate(templateURI, destinationPath string, variables map[string]string) *SkaCreate func (s *SkaCreate) Create() error type SkaUpdate func NewSkaUpdate(baseURI string, variables map[string]string) *SkaUpdate func (s *SkaUpdate) Update() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SkaCreate ¶ type SkaCreate struct { TemplateURI string DestinationPath string Variables map[string]string Log *log.Entry } func NewSkaCreate ¶ func NewSkaCreate(templateURI, destinationPath string, variables map[string]string) *SkaCreate func (*SkaCreate) Create ¶ func (s *SkaCreate) Create() error type SkaUpdate ¶ type SkaUpdate struct { BaseURI string Variables map[string]string Log *log.Entry } func NewSkaUpdate ¶ func NewSkaUpdate(baseURI string, variables map[string]string) *SkaUpdate func (*SkaUpdate) Update ¶ func (s *SkaUpdate) Update() error Source Files ¶ View all Source files create.go update.go util.go Click to show internal directories. Click to hide internal directories.