generic

package
v1.57.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretMap added in v1.43.0

type SecretMap map[string]any

func (SecretMap) Merge added in v1.43.0

func (sm SecretMap) Merge(other SecretMap)

type SecretSlice added in v1.43.0

type SecretSlice []any

func (SecretSlice) Merge added in v1.43.0

func (ss SecretSlice) Merge(other SecretSlice) SecretSlice

type Settings

type Settings struct {
	Scope        string `json:"-" scope:"scope"` // The scope of this setting
	SchemaID     string `json:"schemaId"`
	Value        string `json:"value"`
	LocalStorage string `json:"-"`
}

func (*Settings) MarshalHCL

func (me *Settings) MarshalHCL(properties hcl.Properties) error

func (*Settings) Merge added in v1.43.0

func (me *Settings) Merge(other *Settings)

func (*Settings) Name added in v1.43.0

func (me *Settings) Name() string

func (*Settings) Schema

func (me *Settings) Schema() map[string]*schema.Schema

func (*Settings) UnmarshalHCL

func (me *Settings) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL