app

package
v0.0.0-...-ca90b05 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2022 License: BSD-2-Clause Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLogger

func NewLogger(level string, pretty, stdout bool) (*zerolog.Logger, error)

Types

type App

type App interface {
	Init() error
	Run() error
	GetUsernameResolver() tsm_ur.UsernameResolver
	GetTwitchOnlineSubscriptionService() tsm.TwitchOnlineSubscriptionService
	GetTokenStore() tsm_aat.Store
	GetTokenManager() tsm_aat.Manager
	GetLogger() *zerolog.Logger
}

func New

func New() App

type InitFunc

type InitFunc func() error

Jump to

Keyboard shortcuts

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