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 ¶
Click to show internal directories.
Click to hide internal directories.