globals

package
v0.0.0-...-372bc1c Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const ALTER = "alter"
View Source
const ALTER_ROOT_DIR_ = SPECIAL_DIR_PREFIX_ + ALTER
View Source
const BLUEPRINTS = "BLUEPRINTS"
View Source
const BLUEPRINTS_DIRNAME = SPECIAL_DIR_PREFIX_ + BLUEPRINTS
View Source
const CODE = "CODE"
View Source
const CODE_BLOCK = "CODE_BLOCK"
View Source
const CODE_DIRNAME = SPECIAL_DIR_PREFIX_ + CODE
View Source
const CONTEXT = "CONTEXT"
View Source
const CONTEXT_DIRNAME = SPECIAL_DIR_PREFIX_ + CONTEXT
View Source
const CONTROL_JSON_FILE = "control.json"
View Source
const DEPENDS_ON = "DEPENDS_ON"
View Source
const DEPENDS_ON_DIRNAME = SPECIAL_DIR_PREFIX_ + DEPENDS_ON
View Source
const DIRECTIVES_JSON = DIRECTIVES_lc + JSON_EXT
View Source
const DIRECTIVES_lc = "directives"
View Source
const JSON_EXT = ".json"
View Source
const KEY_ALTER_NAME = "{{alter-name}}"
View Source
const KEY_ALTER_PATH = "{{alter-path}}"
View Source
const KEY_ALTER_REL_PATH = "{{alter-rel-path}}"
View Source
const KEY_ALTER_SUB_COMMAND = "{{alter-sub-command}}"
View Source
const KEY_BLUEPRINTS_PATH = "{{blueprints-path}}"
View Source
const KEY_CODE_BLOCK_NAME = "{{code-block-name}}"
View Source
const KEY_CODE_BLOCK_PATH = "{{code-block-path}}"
View Source
const KEY_CODE_BLOCK_ROOT_PATH = "{{code-block-root-path}}"
View Source
const KEY_CONTROL_JSON_PATH = "{{control-json-path}}"
View Source
const KEY_DEPENDS_ON_PHASE = "{{depends-on-phase}}"
View Source
const KEY_FIRST_WORD_IN_FIRST_FILE = "{{first-word-in-first-file}}"
View Source
const KEY_FORCE = "{{force}}"
View Source
const KEY_FULL_ALTER_REL_PATH = "{{full-alter-rel-path}}"
View Source
const KEY_LAST_PHASE = "{{last-phase}}"
View Source
const KEY_MOVE_ITEMS = "{{move-items}}"
View Source
const KEY_PHASES_PATH = "{{phases-path}}"
View Source
const KEY_PHASE_NAME = "{{phase-name}}"
View Source
const KEY_RECIPE_CONTAINER_PATH = "{{recipe-container-path}}"
View Source
const KEY_RECIPE_PATH = "{{recipe-path}}"
View Source
const KEY_SRC_APP_PATH = "{{src-app-path}}"
View Source
const KEY_STORE_DIR_PATH = "{{store-dir-path}}"
View Source
const KEY_STORE_PATH = "{{store-path}}"
View Source
const KEY_TARGET_APP_NAME = "{{target}}"
View Source
const KEY_TARGET_PATH = "{{target-path}}"
View Source
const KEY_TOKEN_FILE_NAME = "{{token-file-name}}"
View Source
const MISC = "MISC"
View Source
const MISC_DIRNAME = SPECIAL_DIR_PREFIX_ + MISC
View Source
const OPS_PIPELINE = "ops_pipeline"
View Source
const PHASE = "phase"
View Source
const PHASES = "PHASES"
View Source
const PHASES_DIRNAME = SPECIAL_DIR_PREFIX_ + PHASES
View Source
const PICK = "pick"
View Source
const QUERY = "QUERY"
View Source
const QUERY_DIRNAME = SPECIAL_DIR_PREFIX_ + QUERY
View Source
const QUOTE = "\""
View Source
const RECAST = "recast"
View Source
const RECIPE = "RECIPE"
View Source
const RECIPE_DIRNAME = SPECIAL_DIR_PREFIX_ + RECIPE
View Source
const RECIPE_LOCATOR = "recipe_locator.json"
View Source
const RECIPE_ROOT_DIR_ = SPECIAL_DIR_PREFIX_ + RECIPE
View Source
const RUN_PY = "run.py"
View Source
const RecipeDirectory = "__DEV_3"
View Source
const RecipePathKey = "CKS_ENV_RECIPE_PATH"
View Source
const SPECIAL_DIR_PREFIX_ = "__"
View Source
const STORE_DIRNAME = SPECIAL_DIR_PREFIX_ + STORE_lc
View Source
const STORE_lc = "store"
View Source
const TEMPLATES_DIRNAME = "_templates"
View Source
const TRANSFORM = "transform"

Variables

This section is empty.

Functions

This section is empty.

Types

type MoveItemDetailsT

type MoveItemDetailsT struct {
	Key         string
	Index       int
	IsLastItem  bool
	IsFirstItem bool
}

type ScaffoldInfoT

type ScaffoldInfoT struct {
	Filepath string
	Content  string
}

type ScaffoldInfoTListT

type ScaffoldInfoTListT []ScaffoldInfoT

type SubstitionTemplateT

type SubstitionTemplateT struct {
	FullQueryId          string
	ShortQueryId         string
	MoveItemsInfo        map[string]MoveItemDetailsT
	FirstWordInFirstFile string
	FirstFilePath        string
}

Jump to

Keyboard shortcuts

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