Documentation ¶
Index ¶
- Constants
- type Codec
- func (c *Codec) DeleteSource(ctx context.Context, name string) (string, error)
- func (c *Codec) InitEmpty(ctx context.Context, name, rillVersion string) error
- func (c *Codec) IsInit(ctx context.Context) bool
- func (c *Codec) ProjectConfig(ctx context.Context) (*ProjectConfig, error)
- func (c *Codec) PutSource(ctx context.Context, repo drivers.RepoStore, instanceID string, ...) (string, error)
- type ProjectConfig
- type Source
Constants ¶
View Source
const Version = "rill-beta"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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
Click to show internal directories.
Click to hide internal directories.