model

package
v0.0.0-...-93be62a Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2021 License: ISC Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Method

type Method struct {
	Name       string
	Parameters []*Parameter
	Value      reflect.Value
	StoreValue reflect.Value
}

func (Method) String

func (m Method) String() string

type Parameter

type Parameter struct {
	Type reflect.Type
}

func (Parameter) String

func (p Parameter) String() string

type Store

type Store struct {
	Name    string
	Value   reflect.Value
	Typeof  reflect.Type
	Methods map[string]*Method
}

func (Store) String

func (s Store) String() string

Jump to

Keyboard shortcuts

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