math

package
v0.0.0-...-004d278 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentityStruct

type IdentityStruct struct {
	Val int
}

type Service

type Service struct{}

func (*Service) Identity

func (s *Service) Identity(r *http.Request, arg *int, reply *int) error

func (*Service) IdentityMany

func (s *Service) IdentityMany(r *http.Request, arg *[]int, reply *[]int) error

func (*Service) IdentityManyStruct

func (s *Service) IdentityManyStruct(r *http.Request, arg *[]*IdentityStruct, reply *[]IdentityStruct) error

func (*Service) MapOfPrimitives

func (s *Service) MapOfPrimitives(r *http.Request, arg map[string]string, reply *[]int) error

func (*Service) Sum

func (s *Service) Sum(r *http.Request, arg *SumArg, reply *SumReply) error

type SumArg

type SumArg struct {
	Values []int
}

type SumReply

type SumReply struct {
	Sum int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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