fwdtypes

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2026 License: MPL-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoolType

type BoolType struct {
	basetypes.BoolType
	// contains filtered or unexported fields
}

func NewBoolType

func NewBoolType(description string) BoolType

func (BoolType) Equal

func (s BoolType) Equal(o attr.Type) bool

func (BoolType) MarkdownDescription

func (s BoolType) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (BoolType) String

func (s BoolType) String() string

type DynamicType

type DynamicType struct {
	basetypes.DynamicType
	// contains filtered or unexported fields
}

func NewDynamicType

func NewDynamicType(description string) DynamicType

func (DynamicType) Equal

func (s DynamicType) Equal(o attr.Type) bool

func (DynamicType) MarkdownDescription

func (s DynamicType) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (DynamicType) String

func (s DynamicType) String() string

type Float32Type

type Float32Type struct {
	basetypes.Float32Type
	// contains filtered or unexported fields
}

func NewFloat32Type

func NewFloat32Type(description string) Float32Type

func (Float32Type) Equal

func (s Float32Type) Equal(o attr.Type) bool

func (Float32Type) MarkdownDescription

func (s Float32Type) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (Float32Type) String

func (s Float32Type) String() string

type Float64Type

type Float64Type struct {
	basetypes.Float64Type
	// contains filtered or unexported fields
}

func NewFloat64Type

func NewFloat64Type(description string) Float64Type

func (Float64Type) Equal

func (s Float64Type) Equal(o attr.Type) bool

func (Float64Type) MarkdownDescription

func (s Float64Type) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (Float64Type) String

func (s Float64Type) String() string

type Int32Type

type Int32Type struct {
	basetypes.Int32Type
	// contains filtered or unexported fields
}

func NewInt32Type

func NewInt32Type(description string) Int32Type

func (Int32Type) Equal

func (s Int32Type) Equal(o attr.Type) bool

func (Int32Type) MarkdownDescription

func (s Int32Type) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (Int32Type) String

func (s Int32Type) String() string

type Int64Type

type Int64Type struct {
	basetypes.Int64Type
	// contains filtered or unexported fields
}

func NewInt64Type

func NewInt64Type(description string) Int64Type

func (Int64Type) Equal

func (s Int64Type) Equal(o attr.Type) bool

func (Int64Type) MarkdownDescription

func (s Int64Type) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (Int64Type) String

func (s Int64Type) String() string

type ListType

type ListType struct {
	basetypes.ListType
	// contains filtered or unexported fields
}

func NewListType

func NewListType(description string, elemType attr.Type) ListType

func (ListType) Equal

func (s ListType) Equal(o attr.Type) bool

func (ListType) MarkdownDescription

func (s ListType) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (ListType) String

func (s ListType) String() string

type MapType

type MapType struct {
	basetypes.MapType
	// contains filtered or unexported fields
}

func NewMapType

func NewMapType(description string, elemType attr.Type) MapType

func (MapType) Equal

func (s MapType) Equal(o attr.Type) bool

func (MapType) MarkdownDescription

func (s MapType) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (MapType) String

func (s MapType) String() string

type NumberType

type NumberType struct {
	basetypes.NumberType
	// contains filtered or unexported fields
}

func NewNumberType

func NewNumberType(description string) NumberType

func (NumberType) Equal

func (s NumberType) Equal(o attr.Type) bool

func (NumberType) MarkdownDescription

func (s NumberType) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (NumberType) String

func (s NumberType) String() string

type ObjectType

type ObjectType struct {
	basetypes.ObjectType
	// contains filtered or unexported fields
}

func NewObjectType

func NewObjectType(description string, attrTypes map[string]attr.Type) ObjectType

func (ObjectType) Equal

func (s ObjectType) Equal(candidate attr.Type) bool

func (ObjectType) MarkdownDescription

func (s ObjectType) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (ObjectType) String

func (s ObjectType) String() string

type SetType

type SetType struct {
	basetypes.SetType
	// contains filtered or unexported fields
}

func NewSetType

func NewSetType(description string, elemType attr.Type) SetType

func (SetType) Equal

func (s SetType) Equal(o attr.Type) bool

func (SetType) MarkdownDescription

func (s SetType) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (SetType) String

func (s SetType) String() string

type StringType

type StringType struct {
	basetypes.StringType
	// contains filtered or unexported fields
}

func NewStringType

func NewStringType(description string) StringType

func (StringType) Equal

func (s StringType) Equal(o attr.Type) bool

func (StringType) MarkdownDescription

func (s StringType) MarkdownDescription(context.Context) string

MarkdownDescription implements attr.TypeWithMarkdownDescription.

func (StringType) String

func (s StringType) String() string

Jump to

Keyboard shortcuts

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