model

package
v0.0.0-...-8e250b1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	BoolValueType    = "types.Bool"
	Float64ValueType = "types.Float64"
	Int64ValueType   = "types.Int64"
	ListValueType    = "types.List"
	MapValueType     = "types.Map"
	NumberValueType  = "types.Number"
	ObjectValueType  = "types.Object"
	SetValueType     = "types.Set"
	StringValueType  = "types.String"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	Name      string
	TfsdkName string
	ValueType string
}

func (Field) String

func (f Field) String() string

type Model

type Model struct {
	Name   string
	Fields []Field
}

func (Model) String

func (m Model) String() string

Jump to

Keyboard shortcuts

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