FlyweightPattern

package module
v0.0.0-...-12f7594 Latest Latest
Warning

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

Go to latest
Published: May 27, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

Types

type CoOrdinates

type CoOrdinates struct {
	// contains filtered or unexported fields
}

type IParticle

type IParticle interface {
	// contains filtered or unexported methods
}

type MovingParticle

type MovingParticle struct {
	// contains filtered or unexported fields
}

func MovingParticleFactory

func MovingParticleFactory(particle IParticle) MovingParticle

func SilverBulletFactory

func SilverBulletFactory() MovingParticle

type SilverBullet

type SilverBullet struct {
}

type Vector

type Vector struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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