package
module
Version:
v0.0.0-...-12f7594
Opens a new window with list of versions in this module.
Published: May 27, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Actor struct {
Name string
}
type Artist interface {
}
type ChoreoGrapher struct {
Artists []Artist
}
type Mediator interface {
}
type Singer struct {
Name string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.