Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetConfigExtension ¶
func SetConfigExtension(config *ConfigExtension) error
Types ¶
type ConfigExtension ¶
type ConfigExtension struct { // If set to true, the plugin will use the legacy layout. // This is only used for testing purposes. IsLegacyLayout bool `yaml:"isLegacyLayout,omitempty"` }
func GetConfigExtension ¶
func GetConfigExtension() ConfigExtension
Click to show internal directories.
Click to hide internal directories.