Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSite ¶
func CreateSite(user User, repository *github.Repository, template, domain string) error
func RegisterUser ¶
Types ¶
type Template ¶
type Template struct { ID int64 `json:"-"` Path string `json:"-",orm:"unique"` BasePath string `json:"-",orm:"unique"` Name string `json:"name",orm:"unique"` Home string `json:"home"` Description string `json:"description"` }
func AllTemplates ¶
func AllTemplates() []*Template
func GetTemplate ¶
Click to show internal directories.
Click to hide internal directories.