amenities

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package amenities defines the various ET amenities.

Index

Constants

This section is empty.

Variables

View Source
var Amenities = []Amenity{
	{
		ID:   "vip",
		Name: "VIP Event",
		Icon: "https://tentcity.info/icon/et.png",
	},
	{
		ID:   "global",
		Name: "Ethereum Towers",
		Icon: "https://tentcity.info/icon/et.png",
	},
	{
		ID:   "comedy",
		Name: "Comedy Club",
		Icon: "https://tentcity.info/icon/default.png",
	},
}

Amenities in the tower.

Functions

func Choices

Choices available for various amenities.

Types

type Amenity

type Amenity struct {
	ID      string
	Name    string
	Channel string
	Icon    string
	Colour  int
}

Amenity within the tower.

func Find

func Find(id string) Amenity

Find an Amenity by its ID.

Jump to

Keyboard shortcuts

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