project

package
v0.0.0-...-ba7cdbd Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2014 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package project contains functions for managing Gondola projects.

This package contains exported types because they're shared by both the gondola command and the gondola website. Users should no use any types nor functions from this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Template

type Template struct {
	Name        string `json:"name"`
	Description string `json:"desc"`
	URL         string `json:"url"`
	Version     int    `json:"v"`
	// contains filtered or unexported fields
}

func LoadTemplates

func LoadTemplates(dir string) ([]*Template, error)

func (*Template) Data

func (t *Template) Data(gae bool) ([]byte, error)

Jump to

Keyboard shortcuts

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