example

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	IFaceOut() (string, error)
}

type Struct

type Struct struct{}

func (Struct) ValueOut

func (s Struct) ValueOut() (string, error)

type StructMultiPtr

type StructMultiPtr struct{}

func (*StructMultiPtr) PtrOut

func (s *StructMultiPtr) PtrOut() (string, error)

func (StructMultiPtr) ValueOut

func (s StructMultiPtr) ValueOut() (string, error)

type StructPtr

type StructPtr struct{}

func (*StructPtr) PtrOut

func (s *StructPtr) PtrOut() (string, error)

type UseAll

type UseAll struct{}

func (*UseAll) AcceptInterface

func (u *UseAll) AcceptInterface(i Interface) error

func (*UseAll) AcceptStruct

func (u *UseAll) AcceptStruct(s Struct) error

func (*UseAll) AcceptStructMultiPtrPtr

func (u *UseAll) AcceptStructMultiPtrPtr(s *StructMultiPtr) error

func (*UseAll) AcceptStructMultiPtrValue

func (u *UseAll) AcceptStructMultiPtrValue(s StructMultiPtr) error

func (*UseAll) AcceptStructPtr

func (u *UseAll) AcceptStructPtr(s *StructPtr) error

func (*UseAll) Interface

func (u *UseAll) Interface() Interface

func (*UseAll) Struct

func (u *UseAll) Struct() Struct

func (*UseAll) StructMultiPtrPtr

func (u *UseAll) StructMultiPtrPtr() *StructMultiPtr

func (*UseAll) StructMultiPtrValue

func (u *UseAll) StructMultiPtrValue() StructMultiPtr

func (*UseAll) StructPtr

func (u *UseAll) StructPtr() *StructPtr

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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