Documentation
¶
Index ¶
- func ToConjurePluginConfig(in *ConjurePluginConfig) *v1.ConjurePluginConfig
- func ToIRLocatorConfig(in *IRLocatorConfig) *v1.IRLocatorConfig
- func ToSingleConjureConfig(in *SingleConjureConfig) *v1.SingleConjureConfig
- func UpgradeConfig(cfgBytes []byte) ([]byte, error)
- type ConjurePluginConfig
- type IRLocatorConfig
- type LocatorType
- type SingleConjureConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToConjurePluginConfig ¶
func ToConjurePluginConfig(in *ConjurePluginConfig) *v1.ConjurePluginConfig
func ToIRLocatorConfig ¶
func ToIRLocatorConfig(in *IRLocatorConfig) *v1.IRLocatorConfig
func ToSingleConjureConfig ¶
func ToSingleConjureConfig(in *SingleConjureConfig) *v1.SingleConjureConfig
func UpgradeConfig ¶
Types ¶
type ConjurePluginConfig ¶
type ConjurePluginConfig v1.ConjurePluginConfig
func ReadConfigFromBytes ¶
func ReadConfigFromBytes(inputBytes []byte) (ConjurePluginConfig, error)
func ReadConfigFromFile ¶
func ReadConfigFromFile(f string) (ConjurePluginConfig, error)
func (*ConjurePluginConfig) ToParams ¶
func (c *ConjurePluginConfig) ToParams() (conjureplugin.ConjureProjectParams, error)
type IRLocatorConfig ¶
type IRLocatorConfig v1.IRLocatorConfig
func (*IRLocatorConfig) ToIRProvider ¶
func (cfg *IRLocatorConfig) ToIRProvider() (conjureplugin.IRProvider, error)
type LocatorType ¶
type LocatorType v1.LocatorType
type SingleConjureConfig ¶
type SingleConjureConfig v1.SingleConjureConfig
Click to show internal directories.
Click to hide internal directories.