Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCannotGetFromRemote = errors.New("cannot get from remote")
Functions ¶
This section is empty.
Types ¶
type GameDataService ¶
type GameDataService struct { ItemService *ItemService // contains filtered or unexported fields }
func NewGameDataService ¶
func NewGameDataService(itemService *ItemService, client *client.Penguin) *GameDataService
func (*GameDataService) RenderNewEvent ¶
func (s *GameDataService) RenderNewEvent(ctx context.Context, sourceUrl string, info *gamedata.NewEventBasicInfo) (*gamedata.RenderedObjects, error)
func (*GameDataService) UpdateNewEvent ¶
func (s *GameDataService) UpdateNewEvent(ctx context.Context, renderedObjects *gamedata.RenderedObjects) error
type ItemService ¶
type ItemService struct {
// contains filtered or unexported fields
}
func NewItemService ¶
func NewItemService(http *client.Penguin) *ItemService
func (*ItemService) GetItemsMapByArkId ¶
Click to show internal directories.
Click to hide internal directories.