Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "rill-beta"
Variables ¶
This section is empty.
Functions ¶
func HasRillProject ¶ added in v0.24.0
Types ¶
type Codec ¶
func (*Codec) DeleteSource ¶
func (*Codec) ProjectConfig ¶ added in v0.21.1
func (c *Codec) ProjectConfig(ctx context.Context) (*ProjectConfig, error)
type ProjectConfig ¶ added in v0.21.1
type ProjectConfig struct { // Project variables Variables map[string]string `yaml:"env,omitempty"` Title string `yaml:"title,omitempty"` Description string `yaml:"description,omitempty"` }
func ParseProjectConfig ¶ added in v0.26.0
func ParseProjectConfig(content []byte) (*ProjectConfig, error)
Click to show internal directories.
Click to hide internal directories.