vorteil/vorteil

View on GitHub
pkg/vcfg/bootstrap.go

Summary

Maintainability
A
0 mins
Test Coverage
package vcfg

/**
 * SPDX-License-Identifier: Apache-2.0
 * Copyright 2020 vorteil.io Pty Ltd
 */

// Command ...
type Command string

// Bootstrap commands
const (
    _                       Command = "BootstrapCommand"
    BootstrapWaitFile               = "WAIT_FILE"
    BootstrapWaitPort               = "WAIT_PORT"
    BootstrapSleep                  = "SLEEP"
    BootstrapFindAndReplace         = "FIND_AND_REPLACE"
    BootstrapGetRequest             = "GET"
)