ifdecl

package
v0.0.0-...-36a53bc Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrayType

type ArrayType [32]byte

type BinaryMarshalable

type BinaryMarshalable byte

func (BinaryMarshalable) MarshalBinary

func (b BinaryMarshalable) MarshalBinary() (data []byte, err error)

func (*BinaryMarshalable) UnmarshalBinary

func (b *BinaryMarshalable) UnmarshalBinary(data []byte) error

type SliceType

type SliceType []int

type StructSlice

type StructSlice []TestStruct

type TestInterface

type TestInterface interface {
	A(ctx context.Context, a int) int
	B(b string, c int) int
	C(c bool) (bool, error)
	D() (TestStruct, error)
	E(ArrayType) error
	F([]byte) []byte
	G([32]int) [24]int
	H(SliceType) SliceType
	I(StructSlice) StructSlice
	J([]TestStruct) []TestStruct
	K(marshalable BinaryMarshalable) BinaryMarshalable
	L(float642 float64) float64
}

type TestStruct

type TestStruct struct {
	A int
	B string
}

Jump to

Keyboard shortcuts

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