compute

package
v0.0.0-...-312ee99 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 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 AddOperator

type AddOperator interface {

	/**
	 * 算术增加
	 */
	Add() interface{}
}

type IntParams

type IntParams struct {
	P1 int // 加数
	P2 int // 被加数
}

func (*IntParams) Add

func (params *IntParams) Add() interface{}

Jump to

Keyboard shortcuts

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