sharedrpc

package
v0.0.0-...-84d5eb4 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 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 CalcInput

type CalcInput struct {
	A1, A2 float64
}

CalcInput definescalc inputs

type MathExecer

type MathExecer interface {
	Multiply(args *CalcInput, result *float64) error
	Power(args *CalcInput, result *float64) error
}

MathExecer is math operations interface

Jump to

Keyboard shortcuts

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