MediatorPattern

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 Actor

type Actor struct {
	Name string
}

type Artist

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

type ChoreoGrapher

type ChoreoGrapher struct {
	Artists []Artist
}

type Mediator

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

type Singer

type Singer struct {
	Name string
}

Jump to

Keyboard shortcuts

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