Documentation ¶
Index ¶
- func GetResource(path string) (interface{}, error)
- func GetState() (interface{}, error)
- func GetStatePath() string
- func GetVariable(path string) (string, error)
- func SetResource(path string, value interface{}) error
- func SetState(state interface{}) error
- func SetVariable(path string, value string) error
- type ClientWithWorkspace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetResource ¶
func GetStatePath ¶ added in v1.48.2
func GetStatePath() string
func GetVariable ¶
func SetResource ¶ added in v1.48.2
func SetVariable ¶ added in v1.48.2
Types ¶
type ClientWithWorkspace ¶
type ClientWithWorkspace struct { Client *api.ClientWithResponses Workspace string }
func GetClient ¶
func GetClient() (ClientWithWorkspace, error)
Click to show internal directories.
Click to hide internal directories.