arena

package
v0.0.0-...-5888283 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArenaUpdate

type ArenaUpdate struct {
	NBAArenaID int
	Name       string
	City       sql.NullString
	State      sql.NullString
	Country    string
}

type Service

type Service interface {
	UpdateArenas(ctx context.Context, arenas []ArenaUpdate) ([]api.Arena, error)
}

func NewService

func NewService(arenaStore Store) Service

type Store

type Store interface {
	UpdateArenas(ctx context.Context, arenas []ArenaUpdate) ([]api.Arena, error)
}

Jump to

Keyboard shortcuts

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