Documentation ¶
Index ¶
- type DataCleanupPublisher
- type EnnoblementBunRepository
- func (repo *EnnoblementBunRepository) CreateIfNotExists(ctx context.Context, params ...domain.CreateEnnoblementParams) error
- func (repo *EnnoblementBunRepository) Delete(ctx context.Context, serverKey string, createdAtLTE time.Time) error
- func (repo *EnnoblementBunRepository) List(ctx context.Context, params domain.ListEnnoblementsParams) (domain.ListEnnoblementsResult, error)
- func (repo *EnnoblementBunRepository) ListWithRelations(ctx context.Context, params domain.ListEnnoblementsParams) (domain.ListEnnoblementsWithRelationsResult, error)
- type EnnoblementWatermillPublisher
- type PlayerBunRepository
- func (repo *PlayerBunRepository) Count(ctx context.Context, params domain.CountPlayersParams) (int, error)
- func (repo *PlayerBunRepository) CreateOrUpdate(ctx context.Context, params ...domain.CreatePlayerParams) error
- func (repo *PlayerBunRepository) Delete(ctx context.Context, serverKey string, ids ...int) error
- func (repo *PlayerBunRepository) List(ctx context.Context, params domain.ListPlayersParams) (domain.ListPlayersResult, error)
- func (repo *PlayerBunRepository) ListWithRelations(ctx context.Context, params domain.ListPlayersParams) (domain.ListPlayersWithRelationsResult, error)
- type PlayerSnapshotBunRepository
- func (repo *PlayerSnapshotBunRepository) CreateIfNotExists(ctx context.Context, params ...domain.CreatePlayerSnapshotParams) error
- func (repo *PlayerSnapshotBunRepository) Delete(ctx context.Context, serverKey string, dateLTE time.Time) error
- func (repo *PlayerSnapshotBunRepository) List(ctx context.Context, params domain.ListPlayerSnapshotsParams) (domain.ListPlayerSnapshotsResult, error)
- func (repo *PlayerSnapshotBunRepository) ListWithRelations(ctx context.Context, params domain.ListPlayerSnapshotsParams) (domain.ListPlayerSnapshotsWithRelationsResult, error)
- type PlayerWatermillPublisher
- type ServerBunRepository
- func (repo *ServerBunRepository) CreateOrUpdate(ctx context.Context, params ...domain.CreateServerParams) error
- func (repo *ServerBunRepository) List(ctx context.Context, params domain.ListServersParams) (domain.ListServersResult, error)
- func (repo *ServerBunRepository) Update(ctx context.Context, key string, params domain.UpdateServerParams) error
- type ServerSnapshotBunRepository
- func (repo *ServerSnapshotBunRepository) CreateIfNotExists(ctx context.Context, params ...domain.CreateServerSnapshotParams) error
- func (repo *ServerSnapshotBunRepository) Delete(ctx context.Context, serverKey string, dateLTE time.Time) error
- func (repo *ServerSnapshotBunRepository) List(ctx context.Context, params domain.ListServerSnapshotsParams) (domain.ListServerSnapshotsResult, error)
- func (repo *ServerSnapshotBunRepository) ListWithRelations(ctx context.Context, params domain.ListServerSnapshotsParams) (domain.ListServerSnapshotsWithRelationsResult, error)
- type ServerWatermillPublisher
- type SnapshotWatermillPublisher
- type TWHTTP
- func (t *TWHTTP) GetBuildingInfo(ctx context.Context, baseURL *url.URL) (domain.BuildingInfo, error)
- func (t *TWHTTP) GetEnnoblements(ctx context.Context, baseURL *url.URL, since time.Time) (domain.BaseEnnoblements, error)
- func (t *TWHTTP) GetOpenServers(ctx context.Context, baseURL *url.URL) (domain.BaseServers, error)
- func (t *TWHTTP) GetPlayers(ctx context.Context, baseURL *url.URL) (domain.BasePlayers, error)
- func (t *TWHTTP) GetServerConfig(ctx context.Context, baseURL *url.URL) (domain.ServerConfig, error)
- func (t *TWHTTP) GetTribes(ctx context.Context, baseURL *url.URL) (domain.BaseTribes, error)
- func (t *TWHTTP) GetUnitInfo(ctx context.Context, baseURL *url.URL) (domain.UnitInfo, error)
- func (t *TWHTTP) GetVillages(ctx context.Context, baseURL *url.URL) (domain.BaseVillages, error)
- type TribeBunRepository
- func (repo *TribeBunRepository) Count(ctx context.Context, params domain.CountTribesParams) (int, error)
- func (repo *TribeBunRepository) CreateOrUpdate(ctx context.Context, params ...domain.CreateTribeParams) error
- func (repo *TribeBunRepository) Delete(ctx context.Context, serverKey string, ids ...int) error
- func (repo *TribeBunRepository) List(ctx context.Context, params domain.ListTribesParams) (domain.ListTribesResult, error)
- func (repo *TribeBunRepository) ListWithRelations(ctx context.Context, params domain.ListTribesParams) (domain.ListTribesWithRelationsResult, error)
- func (repo *TribeBunRepository) UpdateDominance(ctx context.Context, serverKey string, numPlayerVillages int) error
- type TribeChangeBunRepository
- func (repo *TribeChangeBunRepository) CreateIfNotExists(ctx context.Context, params ...domain.CreateTribeChangeParams) error
- func (repo *TribeChangeBunRepository) Delete(ctx context.Context, serverKey string, createdAtLTE time.Time) error
- func (repo *TribeChangeBunRepository) List(ctx context.Context, params domain.ListTribeChangesParams) (domain.ListTribeChangesResult, error)
- func (repo *TribeChangeBunRepository) ListWithRelations(ctx context.Context, params domain.ListTribeChangesParams) (domain.ListTribeChangesWithRelationsResult, error)
- type TribeSnapshotBunRepository
- func (repo *TribeSnapshotBunRepository) CreateIfNotExists(ctx context.Context, params ...domain.CreateTribeSnapshotParams) error
- func (repo *TribeSnapshotBunRepository) Delete(ctx context.Context, serverKey string, dateLTE time.Time) error
- func (repo *TribeSnapshotBunRepository) List(ctx context.Context, params domain.ListTribeSnapshotsParams) (domain.ListTribeSnapshotsResult, error)
- func (repo *TribeSnapshotBunRepository) ListWithRelations(ctx context.Context, params domain.ListTribeSnapshotsParams) (domain.ListTribeSnapshotsWithRelationsResult, error)
- type TribeWatermillPublisher
- type VersionBunRepository
- type VillageBunRepository
- func (repo *VillageBunRepository) CreateOrUpdate(ctx context.Context, params ...domain.CreateVillageParams) error
- func (repo *VillageBunRepository) Delete(ctx context.Context, serverKey string, ids ...int) error
- func (repo *VillageBunRepository) List(ctx context.Context, params domain.ListVillagesParams) (domain.ListVillagesResult, error)
- func (repo *VillageBunRepository) ListWithRelations(ctx context.Context, params domain.ListVillagesParams) (domain.ListVillagesWithRelationsResult, error)
- type VillageWatermillPublisher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataCleanupPublisher ¶ added in v1.0.0
type DataCleanupPublisher struct {
// contains filtered or unexported fields
}
func NewDataCleanupPublisher ¶ added in v1.0.0
func NewDataCleanupPublisher( publisher message.Publisher, marshaler watermillmsg.Marshaler, cmdCleanUpDataTopic string, ) *DataCleanupPublisher
func (*DataCleanupPublisher) CmdCleanUp ¶ added in v1.0.0
func (pub *DataCleanupPublisher) CmdCleanUp( ctx context.Context, payloads ...domain.CleanUpDataCmdPayload, ) error
type EnnoblementBunRepository ¶ added in v0.13.2
type EnnoblementBunRepository struct {
// contains filtered or unexported fields
}
func NewEnnoblementBunRepository ¶ added in v0.13.2
func NewEnnoblementBunRepository(db bun.IDB) *EnnoblementBunRepository
func (*EnnoblementBunRepository) CreateIfNotExists ¶ added in v1.8.0
func (repo *EnnoblementBunRepository) CreateIfNotExists( ctx context.Context, params ...domain.CreateEnnoblementParams, ) error
func (*EnnoblementBunRepository) List ¶ added in v0.13.2
func (repo *EnnoblementBunRepository) List( ctx context.Context, params domain.ListEnnoblementsParams, ) (domain.ListEnnoblementsResult, error)
func (*EnnoblementBunRepository) ListWithRelations ¶ added in v1.0.0
func (repo *EnnoblementBunRepository) ListWithRelations( ctx context.Context, params domain.ListEnnoblementsParams, ) (domain.ListEnnoblementsWithRelationsResult, error)
type EnnoblementWatermillPublisher ¶ added in v0.13.2
type EnnoblementWatermillPublisher struct {
// contains filtered or unexported fields
}
func NewEnnoblementWatermillPublisher ¶ added in v0.13.2
func NewEnnoblementWatermillPublisher( publisher message.Publisher, marshaler watermillmsg.Marshaler, cmdSyncTopic string, eventSyncedTopic string, ) *EnnoblementWatermillPublisher
func (*EnnoblementWatermillPublisher) CmdSync ¶ added in v1.0.0
func (pub *EnnoblementWatermillPublisher) CmdSync( ctx context.Context, payloads ...domain.SyncEnnoblementsCmdPayload, ) error
func (*EnnoblementWatermillPublisher) EventSynced ¶ added in v1.0.0
func (pub *EnnoblementWatermillPublisher) EventSynced( ctx context.Context, payloads ...domain.EnnoblementsSyncedEventPayload, ) error
type PlayerBunRepository ¶ added in v0.13.2
type PlayerBunRepository struct {
// contains filtered or unexported fields
}
func NewPlayerBunRepository ¶ added in v0.13.2
func NewPlayerBunRepository(db bun.IDB) *PlayerBunRepository
func (*PlayerBunRepository) Count ¶ added in v1.1.0
func (repo *PlayerBunRepository) Count(ctx context.Context, params domain.CountPlayersParams) (int, error)
func (*PlayerBunRepository) CreateOrUpdate ¶ added in v0.13.2
func (repo *PlayerBunRepository) CreateOrUpdate(ctx context.Context, params ...domain.CreatePlayerParams) error
func (*PlayerBunRepository) List ¶ added in v0.13.2
func (repo *PlayerBunRepository) List( ctx context.Context, params domain.ListPlayersParams, ) (domain.ListPlayersResult, error)
func (*PlayerBunRepository) ListWithRelations ¶ added in v1.0.0
func (repo *PlayerBunRepository) ListWithRelations( ctx context.Context, params domain.ListPlayersParams, ) (domain.ListPlayersWithRelationsResult, error)
type PlayerSnapshotBunRepository ¶ added in v0.13.2
type PlayerSnapshotBunRepository struct {
// contains filtered or unexported fields
}
func NewPlayerSnapshotBunRepository ¶ added in v0.13.2
func NewPlayerSnapshotBunRepository(db bun.IDB) *PlayerSnapshotBunRepository
func (*PlayerSnapshotBunRepository) CreateIfNotExists ¶ added in v1.8.0
func (repo *PlayerSnapshotBunRepository) CreateIfNotExists( ctx context.Context, params ...domain.CreatePlayerSnapshotParams, ) error
func (*PlayerSnapshotBunRepository) List ¶ added in v0.13.2
func (repo *PlayerSnapshotBunRepository) List( ctx context.Context, params domain.ListPlayerSnapshotsParams, ) (domain.ListPlayerSnapshotsResult, error)
func (*PlayerSnapshotBunRepository) ListWithRelations ¶ added in v1.0.0
func (repo *PlayerSnapshotBunRepository) ListWithRelations( ctx context.Context, params domain.ListPlayerSnapshotsParams, ) (domain.ListPlayerSnapshotsWithRelationsResult, error)
type PlayerWatermillPublisher ¶ added in v1.0.0
type PlayerWatermillPublisher struct {
// contains filtered or unexported fields
}
func NewPlayerWatermillPublisher ¶ added in v1.0.0
func NewPlayerWatermillPublisher( publisher message.Publisher, marshaler watermillmsg.Marshaler, eventSyncedTopic string, ) *PlayerWatermillPublisher
func (*PlayerWatermillPublisher) EventSynced ¶ added in v1.0.0
func (pub *PlayerWatermillPublisher) EventSynced( ctx context.Context, payloads ...domain.PlayersSyncedEventPayload, ) error
type ServerBunRepository ¶ added in v0.13.2
type ServerBunRepository struct {
// contains filtered or unexported fields
}
func NewServerBunRepository ¶ added in v0.13.2
func NewServerBunRepository(db bun.IDB) *ServerBunRepository
func (*ServerBunRepository) CreateOrUpdate ¶ added in v0.13.2
func (repo *ServerBunRepository) CreateOrUpdate(ctx context.Context, params ...domain.CreateServerParams) error
func (*ServerBunRepository) List ¶ added in v0.13.2
func (repo *ServerBunRepository) List( ctx context.Context, params domain.ListServersParams, ) (domain.ListServersResult, error)
func (*ServerBunRepository) Update ¶ added in v0.13.2
func (repo *ServerBunRepository) Update(ctx context.Context, key string, params domain.UpdateServerParams) error
type ServerSnapshotBunRepository ¶ added in v1.1.0
type ServerSnapshotBunRepository struct {
// contains filtered or unexported fields
}
func NewServerSnapshotBunRepository ¶ added in v1.1.0
func NewServerSnapshotBunRepository(db bun.IDB) *ServerSnapshotBunRepository
func (*ServerSnapshotBunRepository) CreateIfNotExists ¶ added in v1.8.0
func (repo *ServerSnapshotBunRepository) CreateIfNotExists( ctx context.Context, params ...domain.CreateServerSnapshotParams, ) error
func (*ServerSnapshotBunRepository) List ¶ added in v1.1.0
func (repo *ServerSnapshotBunRepository) List( ctx context.Context, params domain.ListServerSnapshotsParams, ) (domain.ListServerSnapshotsResult, error)
func (*ServerSnapshotBunRepository) ListWithRelations ¶ added in v1.3.0
func (repo *ServerSnapshotBunRepository) ListWithRelations( ctx context.Context, params domain.ListServerSnapshotsParams, ) (domain.ListServerSnapshotsWithRelationsResult, error)
type ServerWatermillPublisher ¶ added in v0.13.2
type ServerWatermillPublisher struct {
// contains filtered or unexported fields
}
func NewServerWatermillPublisher ¶ added in v0.13.2
func NewServerWatermillPublisher( publisher message.Publisher, marshaler watermillmsg.Marshaler, cmdSyncTopic string, eventSyncedTopic string, ) *ServerWatermillPublisher
func (*ServerWatermillPublisher) CmdSync ¶ added in v1.0.0
func (pub *ServerWatermillPublisher) CmdSync(ctx context.Context, payloads ...domain.SyncServersCmdPayload) error
func (*ServerWatermillPublisher) EventSynced ¶ added in v1.0.0
func (pub *ServerWatermillPublisher) EventSynced( ctx context.Context, payloads ...domain.ServerSyncedEventPayload, ) error
type SnapshotWatermillPublisher ¶ added in v0.13.2
type SnapshotWatermillPublisher struct {
// contains filtered or unexported fields
}
func NewSnapshotWatermillPublisher ¶ added in v0.13.2
func NewSnapshotWatermillPublisher( publisher message.Publisher, marshaler watermillmsg.Marshaler, cmdCreateTopic string, eventCreatedTopic string, ) *SnapshotWatermillPublisher
func (*SnapshotWatermillPublisher) CmdCreate ¶ added in v1.0.0
func (pub *SnapshotWatermillPublisher) CmdCreate( ctx context.Context, payloads ...domain.CreateSnapshotsCmdPayload, ) error
func (*SnapshotWatermillPublisher) EventCreated ¶ added in v1.0.0
func (pub *SnapshotWatermillPublisher) EventCreated( ctx context.Context, payloads ...domain.SnapshotsCreatedEventPayload, ) error
type TWHTTP ¶
type TWHTTP struct {
// contains filtered or unexported fields
}
func (*TWHTTP) GetBuildingInfo ¶
func (*TWHTTP) GetEnnoblements ¶
func (*TWHTTP) GetOpenServers ¶
func (*TWHTTP) GetPlayers ¶
func (*TWHTTP) GetServerConfig ¶
func (*TWHTTP) GetUnitInfo ¶
func (*TWHTTP) GetVillages ¶
type TribeBunRepository ¶ added in v0.13.2
type TribeBunRepository struct {
// contains filtered or unexported fields
}
func NewTribeBunRepository ¶ added in v0.13.2
func NewTribeBunRepository(db bun.IDB) *TribeBunRepository
func (*TribeBunRepository) Count ¶ added in v1.1.0
func (repo *TribeBunRepository) Count(ctx context.Context, params domain.CountTribesParams) (int, error)
func (*TribeBunRepository) CreateOrUpdate ¶ added in v0.13.2
func (repo *TribeBunRepository) CreateOrUpdate(ctx context.Context, params ...domain.CreateTribeParams) error
func (*TribeBunRepository) List ¶ added in v0.13.2
func (repo *TribeBunRepository) List( ctx context.Context, params domain.ListTribesParams, ) (domain.ListTribesResult, error)
func (*TribeBunRepository) ListWithRelations ¶ added in v1.8.0
func (repo *TribeBunRepository) ListWithRelations( ctx context.Context, params domain.ListTribesParams, ) (domain.ListTribesWithRelationsResult, error)
func (*TribeBunRepository) UpdateDominance ¶ added in v0.13.2
type TribeChangeBunRepository ¶ added in v0.13.2
type TribeChangeBunRepository struct {
// contains filtered or unexported fields
}
func NewTribeChangeBunRepository ¶ added in v0.13.2
func NewTribeChangeBunRepository(db bun.IDB) *TribeChangeBunRepository
func (*TribeChangeBunRepository) CreateIfNotExists ¶ added in v1.8.0
func (repo *TribeChangeBunRepository) CreateIfNotExists( ctx context.Context, params ...domain.CreateTribeChangeParams, ) error
func (*TribeChangeBunRepository) List ¶ added in v0.13.2
func (repo *TribeChangeBunRepository) List( ctx context.Context, params domain.ListTribeChangesParams, ) (domain.ListTribeChangesResult, error)
func (*TribeChangeBunRepository) ListWithRelations ¶ added in v1.0.0
func (repo *TribeChangeBunRepository) ListWithRelations( ctx context.Context, params domain.ListTribeChangesParams, ) (domain.ListTribeChangesWithRelationsResult, error)
type TribeSnapshotBunRepository ¶ added in v0.13.2
type TribeSnapshotBunRepository struct {
// contains filtered or unexported fields
}
func NewTribeSnapshotBunRepository ¶ added in v0.13.2
func NewTribeSnapshotBunRepository(db bun.IDB) *TribeSnapshotBunRepository
func (*TribeSnapshotBunRepository) CreateIfNotExists ¶ added in v1.8.0
func (repo *TribeSnapshotBunRepository) CreateIfNotExists( ctx context.Context, params ...domain.CreateTribeSnapshotParams, ) error
func (*TribeSnapshotBunRepository) List ¶ added in v0.13.2
func (repo *TribeSnapshotBunRepository) List( ctx context.Context, params domain.ListTribeSnapshotsParams, ) (domain.ListTribeSnapshotsResult, error)
func (*TribeSnapshotBunRepository) ListWithRelations ¶ added in v1.0.0
func (repo *TribeSnapshotBunRepository) ListWithRelations( ctx context.Context, params domain.ListTribeSnapshotsParams, ) (domain.ListTribeSnapshotsWithRelationsResult, error)
type TribeWatermillPublisher ¶ added in v1.0.0
type TribeWatermillPublisher struct {
// contains filtered or unexported fields
}
func NewTribeWatermillPublisher ¶ added in v1.0.0
func NewTribeWatermillPublisher( publisher message.Publisher, marshaler watermillmsg.Marshaler, eventSyncedTopic string, ) *TribeWatermillPublisher
func (*TribeWatermillPublisher) EventSynced ¶ added in v1.0.0
func (pub *TribeWatermillPublisher) EventSynced( ctx context.Context, payloads ...domain.TribesSyncedEventPayload, ) error
type VersionBunRepository ¶ added in v0.13.2
type VersionBunRepository struct {
// contains filtered or unexported fields
}
func NewVersionBunRepository ¶ added in v0.13.2
func NewVersionBunRepository(db bun.IDB) *VersionBunRepository
func (*VersionBunRepository) List ¶ added in v0.13.2
func (repo *VersionBunRepository) List( ctx context.Context, params domain.ListVersionsParams, ) (domain.ListVersionsResult, error)
type VillageBunRepository ¶ added in v0.13.2
type VillageBunRepository struct {
// contains filtered or unexported fields
}
func NewVillageBunRepository ¶ added in v0.13.2
func NewVillageBunRepository(db bun.IDB) *VillageBunRepository
func (*VillageBunRepository) CreateOrUpdate ¶ added in v0.13.2
func (repo *VillageBunRepository) CreateOrUpdate(ctx context.Context, params ...domain.CreateVillageParams) error
func (*VillageBunRepository) List ¶ added in v0.13.2
func (repo *VillageBunRepository) List( ctx context.Context, params domain.ListVillagesParams, ) (domain.ListVillagesResult, error)
func (*VillageBunRepository) ListWithRelations ¶ added in v1.0.0
func (repo *VillageBunRepository) ListWithRelations( ctx context.Context, params domain.ListVillagesParams, ) (domain.ListVillagesWithRelationsResult, error)
type VillageWatermillPublisher ¶ added in v1.0.0
type VillageWatermillPublisher struct {
// contains filtered or unexported fields
}
func NewVillageWatermillPublisher ¶ added in v1.0.0
func NewVillageWatermillPublisher( publisher message.Publisher, marshaler watermillmsg.Marshaler, eventSyncedTopic string, ) *VillageWatermillPublisher
func (*VillageWatermillPublisher) EventSynced ¶ added in v1.0.0
func (pub *VillageWatermillPublisher) EventSynced( ctx context.Context, payloads ...domain.VillagesSyncedEventPayload, ) error
Source Files ¶
- adapter.go
- bun_utils.go
- http_tw.go
- publisher_watermill_data_cleanup.go
- publisher_watermill_ennoblement.go
- publisher_watermill_player.go
- publisher_watermill_server.go
- publisher_watermill_snapshot.go
- publisher_watermill_tribe.go
- publisher_watermill_village.go
- repository_bun_ennoblement.go
- repository_bun_player.go
- repository_bun_player_snapshot.go
- repository_bun_server.go
- repository_bun_server_snapshot.go
- repository_bun_tribe.go
- repository_bun_tribe_change.go
- repository_bun_tribe_snapshot.go
- repository_bun_version.go
- repository_bun_village.go
Click to show internal directories.
Click to hide internal directories.