Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Remote *RemoteConfig `json:"remote" yaml:"remote"`
}
Config is the state configuration for an azd project
type RemoteConfig ¶
type RemoteConfig struct { Backend string `json:"backend" yaml:"backend"` Config map[string]any `json:"config" yaml:"config"` }
RemoteConfig is the state configuration for a remote backend
Click to show internal directories.
Click to hide internal directories.