api

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseHandler

type BaseHandler struct {
	V1 v1.Handler
	// contains filtered or unexported fields
}

func (*BaseHandler) SystemHandler

func (h *BaseHandler) SystemHandler() system.Handler

func (*BaseHandler) V1GetBlizzRealms

func (h *BaseHandler) V1GetBlizzRealms() error

func (*BaseHandler) V1Handler

func (h *BaseHandler) V1Handler() v1.Handler

func (*BaseHandler) V1MakeBlizzAuth

func (h *BaseHandler) V1MakeBlizzAuth() error

type Handler

type Handler interface {
	V1MakeBlizzAuth() error
	V1GetBlizzRealms() error
	V1Handler() v1.Handler
	SystemHandler() system.Handler
}

func NewBasehandler

func NewBasehandler(blizzClient blizz.Client) Handler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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