package
Version:
v1.1.0-alpha.2
Opens a new window with list of versions in this module.
Published: Jun 15, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func IndexMatchLine(ret, target string) (string, bool)
IndexMatchLine will index and extract the line contains the pattern.
type Instance interface {
String() string
Unstructured() (*unstructured.Unstructured, error)
IsBase() bool
Unify(other Instance) error
Compile() ([]byte, error)
}
Instance defines Model Interface
func NewBase(v cue.Value) (Instance, error)
NewBase create a base instance
func NewOther(v cue.Value) (Instance, error)
NewOther create a non-base instance
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.