project

package
v0.0.0-...-848a451 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package project provides types and functions to represent project data in various ways

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDE

type IDE struct {
	Exec      string
	Workspace string
}

IDE represents the information necessary to open an IDE.

type Project

type Project struct {
	Name   string
	IDE    IDE
	Repos  []string
	Server Server
}

Project holds all data relevant to boot or add a project and can be represented as JSON

func (Project) String

func (p Project) String() string

type Server

type Server struct {
	Path string
	Cmd  []string // cmd + args
}

Server contains the data necessary to boot a local server

Jump to

Keyboard shortcuts

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