object_model

package
v0.0.0-...-fa29adc Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Increment

func Increment(x int) int

Types

type Foo

type Foo interface {
	Op1(r *Op1Request) (*Op1Response, error)
	Op2(r *Op2Request) (*Op2Response, error)
	Op3(r *Op3Request) (*Op3Response, error)
}

type Op1Request

type Op1Request struct {
	A int
	B int
}

type Op1Response

type Op1Response struct {
	Result int
}

type Op2Request

type Op2Request struct {
	X map[string]interface{}
	Y *[]bool
}

type Op2Response

type Op2Response struct {
	Z int
}

type Op3Request

type Op3Request struct {
}

type Op3Response

type Op3Response struct {
}

Jump to

Keyboard shortcuts

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