keps

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct{}

func (*Parser) Parse

func (p *Parser) Parse(in io.Reader) *Proposal

type Proposal

type Proposal struct {
	Title             string   `yaml:"title"`
	Authors           []string `yaml:,flow`
	OwningSIG         string   `yaml:"owning-sig"`
	ParticipatingSIGs []string `yaml:"participating-sigs",flow,omitempty`
	Reviewers         []string `yaml:,flow`
	Approvers         []string `yaml:,flow`
	Editor            string   `yaml:"editor,omitempty"`
	CreationDate      string   `yaml:"creation-date"`
	LastUpdated       string   `yaml:"last-updated"`
	Status            string   `yaml:"status"`
	SeeAlso           []string `yaml:"see-also,omitempty"`
	Replaces          []string `yaml:"replaces,omitempty"`
	SupersededBy      []string `yaml:"superseded-by,omitempty"`

	Filename string `yaml:"-"`
	Error    error  `yaml:"-"`
}

type Proposals

type Proposals []*Proposal

func (*Proposals) AddProposal

func (p *Proposals) AddProposal(proposal *Proposal)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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