mvprpc

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ObjectSchema = expandable.NewSchema("mvprpc")
	BaseMethod   = expandable.NewBase[Method](ObjectSchema, "method")
)

Functions

This section is empty.

Types

type API

type API struct {
	Name string
	// contains filtered or unexported fields
}

func (*API) Method

func (api *API) Method(name string, in any, out any, opts ...any) *Method

type Method

type Method struct {
	expandable.Impl
	Name      string
	InType    reflect.Type
	InPtrType reflect.Type
	OutType   reflect.Type
	NewIn     func() any

	StoreAffinity mvpm.StoreAffinity
}

Jump to

Keyboard shortcuts

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