test

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class struct {
	Students []Student
}

func (Class) Call

func (c Class) Call(ch chan Student)

func (*Class) Join

func (c *Class) Join(s Student)

type Student

type Student struct {
	Pool.None
	Name string
	ID   int64
}

func (Student) Introduce

func (s Student) Introduce()

func (*Student) New added in v0.1.2

func (s *Student) New()

func (*Student) Reset

func (s *Student) Reset()

func (*Student) Set added in v0.1.1

func (s *Student) Set(x ...any)

func (Student) String

func (s Student) String() string

Jump to

Keyboard shortcuts

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