Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CIActionType ¶
type CIActionType int
CIActionType defines supported type for ci/cd
const ( Github CIActionType = iota + 1 Travis Unsupported )
func ToCIActionType ¶
func ToCIActionType(s string) CIActionType
ToCIActionType converts string to ci type
type Project ¶
type Project struct {
Name string
Author string
GitPath string
Description string
Dockerfile string
DockerfileImage string
Makefile string
Type ProjectType
SubDirs []string
EntryFile string
Commands []Command
HostingDescription string
Badges []string
Username string
CI []CIActionType
}
Project provides definition of the project
type ProjectType ¶
type ProjectType int
ProjectType defines type of the project
const ( Binary ProjectType = iota + 1 Library Unknown )
func StrToProjectType ¶
func StrToProjectType(s string) ProjectType
StrToProjectType provides converting of input string to project type
func (ProjectType) String ¶
func (p ProjectType) String() string
Click to show internal directories.
Click to hide internal directories.