Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOptionsArgs ¶ added in v0.9.2
type ListOptionsArgs = gpyrpc.ParseProgram_Args
type ListOptionsResult ¶ added in v0.9.2
type ListOptionsResult = gpyrpc.ListOptions_Result
func ListOptions ¶ added in v0.9.2
func ListOptions(args *ListOptionsArgs) (*ListOptionsResult, error)
ListOptions provides users with the ability to parse kcl program and get all option calling information.
type ListVariablesArgs ¶ added in v0.9.2
type ListVariablesArgs = gpyrpc.ListVariables_Args
type ListVariablesResult ¶ added in v0.9.2
type ListVariablesResult = gpyrpc.ListVariables_Result
func ListVariables ¶ added in v0.9.2
func ListVariables(args *ListVariablesArgs) (*ListVariablesResult, error)
ListVariables provides users with the ability to parse KCL program and get all variables by specs.
type LoadPackageArgs ¶ added in v0.9.2
type LoadPackageArgs = gpyrpc.LoadPackage_Args
type LoadPackageResult ¶ added in v0.9.2
type LoadPackageResult = gpyrpc.LoadPackage_Result
func LoadPackage ¶ added in v0.9.2
func LoadPackage(args *LoadPackageArgs) (*LoadPackageResult, error)
LoadPackage provides users with the ability to parse KCL program and semantic model information including symbols, types, definitions, etc.
type OptionHelps ¶
type OptionHelps = []*gpyrpc.OptionHelp
func ListFileOptions ¶
func ListFileOptions(filename string) (OptionHelps, error)
ListFileOptions provides users with the ability to parse kcl program and get all option calling information.
Click to show internal directories.
Click to hide internal directories.