metadata

package
v0.0.0-...-1c4df2c Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type New

type New struct {
	AuthorsField           []string  `yaml:"authors,omitempty"`
	TitleField             string    `yaml:"title,omitempty"`
	ShortIDField           *int      `yaml:"kep_number,omitempty"`
	ReviewersField         []string  `yaml:"reviewers,omitempty"`
	ApproversField         []string  `yaml:"approvers,omitempty"`
	EditorsField           []string  `yaml:"editors,omitempty"`
	StateField             string    `yaml:"state,omitempty"`
	ReplacesField          []string  `yaml:"replaces,omitempty"`
	SupersededByField      []string  `yaml:"superseded_by,omitempty"`
	DevelopmentThemesField []string  `yaml:"development_themes,omitempty"`
	LastUpdatedField       time.Time `yaml:"last_updated,omitempty"`
	CreatedField           time.Time `yaml:"created,omitempty"`
	UniqueIDField          string    `yaml:"uuid,omitempty"`
	SectionsField          []string  `yaml:"sections,omitempty"`

	OwningSIGField           string   `yaml:"owning_sig,omitempty"`
	AffectedSubprojectsField []string `yaml:"affected_subprojects,omitempty"`
	ParticipatingSIGsField   []string `yaml:"participating_sigs,omitempty"`
	KubernetesWideField      bool     `yaml:"kubernetes_wide,omitempty"`
	SIGWideField             bool     `yaml:"sig_wide,omitempty"`
}

func (*New) Authors

func (n *New) Authors() []string

func (*New) Created

func (n *New) Created() time.Time

func (*New) LastUpdated

func (n *New) LastUpdated() time.Time

func (*New) OwningSIG

func (n *New) OwningSIG() string

func (*New) State

func (n *New) State() string

func (*New) Title

func (n *New) Title() string

type Old

type Old struct {
	KepNumber         string    `yaml:"kep_number,omitempty"`
	Title             string    `yaml:"title,omitempty"`
	Status            string    `yaml:"status,omitempty"`
	Authors           []string  `yaml:"authors"`
	OwningSIG         string    `yaml:"owning-sig,omitempty"`
	ParticipatingSIGs []string  `yaml:"participating-sigs,omitempty"`
	Reviewers         []string  `yaml:"reviewers,omitempty"`
	Approvers         []string  `yaml:"approvers,omitempty"`
	Editor            string    `yaml:"editor,omitempty"`
	CreationDate      time.Time `yaml:"creation-date,omitempty"`
	LastUpdated       time.Time `yaml:"last-updated,omitempty"`
	SeeAlso           []string  `yaml:"see-also,omitempty"`
	Replaces          []string  `yaml:"replaces,omitempty"`
	SupersededBy      []string  `yaml:"superseded-by,omitempty"`
}

Jump to

Keyboard shortcuts

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