project

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: May 30, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create added in v0.0.4

func Create(client *occlient.Client, projectName string) error

func Exists added in v0.0.4

func Exists(client *occlient.Client, projectName string) (bool, error)

Checks whether a project with the given name exists or not projectName is the project name to perform check for The first returned parameter is a bool indicating if a project with the given name already exists or not The second returned parameter is the error that might occurs while execution

func GetCurrent

func GetCurrent(client *occlient.Client) string

func SetCurrent

func SetCurrent(client *occlient.Client, project string) error

Types

type ProjectInfo added in v0.0.4

type ProjectInfo struct {
	// Name of the project
	Name string
	// is this project active?
	Active bool
}

ApplicationInfo holds information about one project

func List added in v0.0.4

func List(client *occlient.Client) ([]ProjectInfo, error)

Jump to

Keyboard shortcuts

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