publisher

package
v0.0.0-...-c52fe67 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2020 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 GameStoreDeveloperMessage

type GameStoreDeveloperMessage struct {
	ID   uint
	Name string
}

type GameStoreFeatureMessage

type GameStoreFeatureMessage struct {
	ID   uint
	Name string
}

type GameStoreGenreMessage

type GameStoreGenreMessage struct {
	ID   uint
	Name string
}

type GameStoreL10nMessage

type GameStoreL10nMessage struct {
	Summary     string
	Description string
}

type GameStoreMessage

type GameStoreMessage struct {
	ID          string
	Title       string
	Type        string
	RevisionID  uint
	Slug        string
	License     string
	Platforms   []string
	ReleaseDate time.Time

	L10n       []GameStoreL10nMessage
	Tags       []GameStoreTagMessage
	Features   []GameStoreFeatureMessage
	Developers []GameStoreDeveloperMessage
	Publishers []GameStorePublisherMessage
	Genres     []GameStoreGenreMessage
	Rand       string
}

type GameStorePublisher

type GameStorePublisher interface {
	Publish(data PublishGameStoreData) error
}

type GameStorePublisherMessage

type GameStorePublisherMessage struct {
	ID   uint
	Name string
}

type GameStoreTagMessage

type GameStoreTagMessage struct {
	ID   uint
	Name string
}

type PublishGameStoreData

type PublishGameStoreData struct {
	GameStorePublish *entity.GameStorePublish
	Game             *entity.GameEx
}

Jump to

Keyboard shortcuts

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