Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientMapAccessor ¶
type ClientMapAccessor struct {
// contains filtered or unexported fields
}
func NewClientMapAccessor ¶
func NewClientMapAccessor(client artifactsmmo.ClientWithResponsesInterface, logger *slog.Logger) *ClientMapAccessor
func (*ClientMapAccessor) GetAllMaps ¶
func (accessor *ClientMapAccessor) GetAllMaps( contentType *string, contentCode *string, page *int, size *int, ) ([]artifactsmmo.MapSchema, error)
func (*ClientMapAccessor) GetMap ¶
func (accessor *ClientMapAccessor) GetMap(x int, y int) (*artifactsmmo.MapSchema, error)
Click to show internal directories.
Click to hide internal directories.