server

package
v0.0.0-...-bf8da09 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: LGPL-2.1 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add[K int | float64](nums ...K) (res K, err error)

func ExampleArgs

func ExampleArgs()

func ExampleDir

func ExampleDir()

func ExampleHash

func ExampleHash()

func ExampleHash2

func ExampleHash2()

func ExampleJson

func ExampleJson()

func ExampleMap

func ExampleMap()

ExampleMap ex

func ExampleMutex

func ExampleMutex()

func ExampleServer

func ExampleServer()

func ExampleServer2

func ExampleServer2()

func ExampleServer3

func ExampleServer3()

func Math

func Math()

func NSD

func NSD(a, b int) int

func ShowT

func ShowT() int

func WorkFile

func WorkFile()

Types

type Android

type Android struct {
	Info  Person
	Model string
}

func (*Android) Talk

func (b *Android) Talk(str string)

type Employee

type Employee struct {
	FirstName, LastName, Email string
	Age                        int
	MonthlySalary              []Salary
}

type Home

type Home struct {
	Person []Person
	Adress string
}

type Person

type Person struct {
	Name string
	Age  int
	// contains filtered or unexported fields
}

func (*Person) SetAge

func (p *Person) SetAge(age int)

func (Person) ShowAge

func (p Person) ShowAge()

func (*Person) Talk

func (p *Person) Talk()

type Salary

type Salary struct {
	Basic, HRA, TA float64
}

type Server

type Server struct{}

func (*Server) Negate

func (this *Server) Negate(i int64, reply *int64) error

Jump to

Keyboard shortcuts

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