webapp

package
v0.0.0-...-430dcb5 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrShutdown error = fmt.Errorf("error shutting down server")
)

Functions

This section is empty.

Types

type IWebapp

type IWebapp interface {
	Run() error
}

func NewWebsite

func NewWebsite(cfg *config.Configuration) (IWebapp, error)

type TokenResponse

type TokenResponse struct {
	AccessToken  string `json:"access_token"`
	TokenType    string `json:"token_type"`
	ExpiresIn    int64  `json:"expires_in"`
	Scope        string `json:"scope"`
	RefreshToken string `json:"refresh_token"`
}

type Webapp

type Webapp struct {
	// contains filtered or unexported fields
}

func (Webapp) Run

func (app Webapp) Run() error

Jump to

Keyboard shortcuts

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