testingMocks

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataBasics

type DataBasics struct {
	U8  uint8
	U16 uint16
	U32 uint32
	U64 uint64

	I8  int8
	I16 int16
	I32 int32
	I64 int64

	Bool bool

	BoxedBytes      string
	TokenIdentifier string
	BigInt          big.Int
	BigUint         big.Int
}

DataBasics defines a data structure that contains the implemented primitives

type NestingStructure

type NestingStructure struct {
	String        string
	Ticker        string
	Bool          bool
	Int64         int64
	BigInt        big.Int
	OtherStruct   OtherStruct
	AnotherBigInt big.Int
}

NestingStructure contains a nested structure alongside other primitive types

type OtherStruct

type OtherStruct struct {
	String string
	Bool   bool
}

OtherStruct another structure containing a small sub set of primitives

Jump to

Keyboard shortcuts

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