simple

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CoreAttributes = map[string]tfsdk.Attribute{
		"bool": {
			Optional: true,
			Type:     types.BoolType,
		},
		"number": {
			Optional: true,
			Type:     types.NumberType,
		},
		"string": {
			Optional: true,
			Type:     types.StringType,
		},
		"float": {
			Optional: true,
			Type:     types.Float64Type,
		},
		"integer": {
			Optional: true,
			Type:     types.Int64Type,
		},
	}
)

Functions

func Attributes

func Attributes() map[string]tfsdk.Attribute

Types

This section is empty.

Jump to

Keyboard shortcuts

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