models

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2021 License: MIT Imports: 0 Imported by: 0

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 Command

type Command struct {
	Name string
}

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

Jump to

Keyboard shortcuts

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