new

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Files = make([]*FileContent, 0)
)

Functions

func BeegoInit

func BeegoInit()

func GinInit

func GinInit()

func GrpcInit

func GrpcInit()

Types

type FileContent

type FileContent struct {
	FileName string `json:"file_name"`
	Dir      string `json:"dir"`
	Content  string `json:"context"`
}

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
}

func NewProject added in v0.0.5

func NewProject(logger logger.Logger) *Project

func (*Project) Run added in v0.0.5

func (pj *Project) Run(v *viper.Viper)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL