Versions in this module Expand all Collapse all v2 v2.1.0 Dec 14, 2019 v2.0.1 Nov 28, 2019 v2.0.0 Nov 28, 2019 Changes in this version + type App struct + func New(config Config) (App, error) + func (a App) Login(login, password string) (model.User, error) + type Config struct + func Flags(fs *flag.FlagSet, prefix string) Config