db

package
v0.0.0-...-0fca33f Latest Latest
Warning

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

Go to latest
Published: May 12, 2018 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	SaveRoom(Room *room.Room) error
	GetRooms() (rooms map[string]*room.Room, err error)
	GetTwitchRooms() (rooms map[string]string, err error)

	SaveUser(userA interface{}) error
	GetASUsers() (map[string]*user.ASUser, error)
	GetTwitchUsers() (map[string]*user.ASUser, error)
	GetRealUsers() (map[string]*user.RealUser, error)
	GetBotUser() (*user.BotUser, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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