Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager ...
func NewManager ¶
func NewManager(e TemplateEngine, ra ProjectResourceAccess) *Manager
NewManager ...
func (*Manager) CreateByName ¶
Create ...
type Project ¶
type Project struct {
ID string `json:"id"`
Contents map[string]string `json:"contents"`
Module string `json:"module"`
Name string `json:"name"`
Templates map[string]string `json:"templates"`
}
Project ...
type ProjectResourceAccess ¶ added in v0.0.11
ProjectResourceAccess ...
type TemplateEngine ¶
TemplateEngine ...
Click to show internal directories.
Click to hide internal directories.