cheers

package
v0.0.0-...-3943c12 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cheer

type Cheer struct {
	Value           string    `json:"value"`
	ClientCreatedAt time.Time `json:"client_created_at"`
	UserId          string    `json:"user_id"`
	ImageUrl        string    `json:"image_url"`
}

type Servicer

type Servicer interface {
	GetCheers() []*Cheer
	AddCheer(cheer *Cheer)
}

func NewService

func NewService() Servicer

Jump to

Keyboard shortcuts

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