data

package
v0.0.0-...-56fac8f Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artist

type Artist struct {
	Name        string
	Description string
	Paintings   []Painting
}

func GetArtists

func GetArtists() []Artist

type Color

type Color struct {
	RGB    string
	Sample string
}

type Painting

type Painting struct {
	Title       string
	Description string
	Colors      []Color
}

Jump to

Keyboard shortcuts

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