Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Files = make([]*FileContent, 0)
)
Functions ¶
This section is empty.
Types ¶
type FileContent ¶
type Project ¶ added in v0.0.5
type Project struct { ServerName string PackageName string RunTrans []string ProPath string ImportServer []string SingleMark string // "true" or "false" Monitoring string // contains filtered or unexported fields }
Project
func InitProject ¶ added in v0.0.9
func InitProject(options ...ProjectOption) *Project
type ProjectOption ¶ added in v0.0.7
type ProjectOption func(*Project)
func WithProjectLogger ¶ added in v0.0.7
func WithProjectLogger(logger log.Logger) ProjectOption
func WithProjectTpl ¶ added in v0.0.7
func WithProjectTpl(tpl templates.Tpl) ProjectOption
func WithProjectWriter ¶ added in v0.0.7
func WithProjectWriter(writer filedir.IfaceWriter) ProjectOption
Click to show internal directories.
Click to hide internal directories.