partymember

package
v0.0.0-...-7b85903 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2023 License: Apache-2.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 PartyMember

type PartyMember struct {
	UserId                  string   `json:"user_id"`
	PartyId                 string   `json:"party_id"`
	DateJoined              int      `json:"date_joined"`
	TotalSongsPlayed        int      `json:"total_songs_played"`
	TotalMusicListeningTime int      `json:"total_music_listening_time"`
	Roles                   []string `json:"roles"`
}

type PartyMemberServiceProvider

type PartyMemberServiceProvider struct {
	DatabaseClient db.DynamoClient[PartyMember]
}

Jump to

Keyboard shortcuts

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