Documentation
¶
Index ¶
Constants ¶
View Source
const ( Version = "0.0.2" DefaultConfigFile = "jerm.json" ArchiveFile = "jerm.zip" )
Variables ¶
View Source
var ( ReadConfig = config.ReadConfig ParseConfig = config.ParseConfig )
Functions ¶
This section is empty.
Types ¶
type CloudMonitor ¶
type CloudMonitor interface { Monitor() DeleteLog() }
type CloudPlatform ¶
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
Project holds details of a Jerm project
func (*Project) SetPlatform ¶
func (p *Project) SetPlatform(cloud CloudPlatform)
SetPlatform sets the cloud platform
Click to show internal directories.
Click to hide internal directories.