Documentation ¶
Index ¶
- Constants
- Variables
- func Delete(ctx context.Context, root *parsing.Root) error
- func HostOnlyFiles() []string
- func MakeConfiguration(messages ...proto.Message) (*schema.DevHost_ConfigureEnvironment, error)
- func Prepare(ctx context.Context, root *parsing.Root) error
- func RewriteWith(ctx context.Context, fsys fnfs.ReadWriteFS, filename string, ...) error
- func Update(devHost *schema.DevHost, confs ...*schema.DevHost_ConfigureEnvironment) (*schema.DevHost, bool)
Constants ¶
View Source
const DevHostFilename = "devhost.textpb"
Variables ¶
View Source
var HasRuntime func(string) bool
Functions ¶
func Delete ¶
Delete deletes the devhost filename. We gracefully handle the case where the file does not exist and return errors only if we fail to remove a valid file.
func HostOnlyFiles ¶
func HostOnlyFiles() []string
func MakeConfiguration ¶
func MakeConfiguration(messages ...proto.Message) (*schema.DevHost_ConfigureEnvironment, error)
func RewriteWith ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.