Versions in this module Expand all Collapse all v3 v3.0.1 Jul 11, 2021 v3.0.0 Jul 9, 2021 Changes in this version + type Config struct + Description string + Logger StdLogger + Name string + Version string + type Hippo struct + Config *Config + func NewHippo(server Server, config *Config) *Hippo + func (e *Hippo) Path(path string) string + func (e *Hippo) Start() error + type Launcher struct + Cancel context.CancelFunc + Ctx context.Context + Hippo *Hippo + Log StdLogger + WorkingDir string + type Server interface + Start func() error + Stop func() error + type StdLogger interface + Fatal func(...interface{}) + Fatalf func(string, ...interface{}) + Fatalln func(...interface{}) + Panic func(...interface{}) + Panicf func(string, ...interface{}) + Panicln func(...interface{}) + Print func(...interface{}) + Printf func(string, ...interface{}) + Println func(...interface{}) Other modules containing this package github.com/devplayg/hippo github.com/devplayg/hippo/v2