statictypes

package
v1.0.0-M4 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompositeTypeConverterFunc

type CompositeTypeConverterFunc func(staticType *interpreter.CompositeStaticType) interpreter.StaticType

type InterfaceTypeConverterFunc

type InterfaceTypeConverterFunc func(staticType *interpreter.InterfaceStaticType) interpreter.StaticType

type StaticTypeMigration

type StaticTypeMigration struct {
	// contains filtered or unexported fields
}

func NewStaticTypeMigration

func NewStaticTypeMigration() *StaticTypeMigration

func (*StaticTypeMigration) Migrate

Migrate migrates `AuthAccount` and `PublicAccount` types inside `TypeValue`s, to the account reference type (&Account).

func (*StaticTypeMigration) Name

func (*StaticTypeMigration) Name() string

func (*StaticTypeMigration) WithCompositeTypeConverter

func (m *StaticTypeMigration) WithCompositeTypeConverter(converterFunc CompositeTypeConverterFunc) *StaticTypeMigration

func (*StaticTypeMigration) WithInterfaceTypeConverter

func (m *StaticTypeMigration) WithInterfaceTypeConverter(converterFunc InterfaceTypeConverterFunc) *StaticTypeMigration

Jump to

Keyboard shortcuts

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