Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolType ¶
func NewBoolType ¶
func (BoolType) MarkdownDescription ¶
MarkdownDescription implements attr.TypeWithMarkdownDescription.
type DynamicType ¶
type DynamicType struct {
basetypes.DynamicType
// contains filtered or unexported fields
}
func NewDynamicType ¶
func NewDynamicType(description string) DynamicType
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) 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) MarkdownDescription ¶
func (s Float64Type) MarkdownDescription(context.Context) string
MarkdownDescription implements attr.TypeWithMarkdownDescription.
func (Float64Type) String ¶
func (s Float64Type) String() string
type Int32Type ¶
func NewInt32Type ¶
func (Int32Type) MarkdownDescription ¶
MarkdownDescription implements attr.TypeWithMarkdownDescription.
type Int64Type ¶
func NewInt64Type ¶
func (Int64Type) MarkdownDescription ¶
MarkdownDescription implements attr.TypeWithMarkdownDescription.
type ListType ¶
func (ListType) MarkdownDescription ¶
MarkdownDescription implements attr.TypeWithMarkdownDescription.
type MapType ¶
func (MapType) MarkdownDescription ¶
MarkdownDescription implements attr.TypeWithMarkdownDescription.
type NumberType ¶
type NumberType struct {
basetypes.NumberType
// contains filtered or unexported fields
}
func NewNumberType ¶
func NewNumberType(description string) NumberType
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) MarkdownDescription ¶
func (s ObjectType) MarkdownDescription(context.Context) string
MarkdownDescription implements attr.TypeWithMarkdownDescription.
func (ObjectType) String ¶
func (s ObjectType) String() string
type SetType ¶
func (SetType) MarkdownDescription ¶
MarkdownDescription implements attr.TypeWithMarkdownDescription.
type StringType ¶
type StringType struct {
basetypes.StringType
// contains filtered or unexported fields
}
func NewStringType ¶
func NewStringType(description string) StringType
func (StringType) MarkdownDescription ¶
func (s StringType) MarkdownDescription(context.Context) string
MarkdownDescription implements attr.TypeWithMarkdownDescription.
func (StringType) String ¶
func (s StringType) String() string