crawler

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crawler

type Crawler interface {
	GetQuest(ctx context.Context, id int64) (*model.Quest, error)
	GetNpc(ctx context.Context, id int64) (*model.NonPlayerCharacter, error)
	GetItem(ctx context.Context, id int64) (*model.Item, error)
	GetObject(ctx context.Context, id int64) (*model.Object, error)
	GetZone(ctx context.Context, id int64) (*model.Zone, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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