Versions in this module Expand all Collapse all v1 v1.0.1 Jan 4, 2020 v1.0.0 Dec 15, 2019 Changes in this version + type Auth struct + Email string + Password string + Refresh string + Token string + func (a *Auth) Login(config *config.Config, registry map[string]string) (err error) + func (a *Auth) RefreshToken() error + type Controller struct + Config *config.Config + Users map[string]string + func (c *Controller) Init() error + func (c *Controller) PatchAll(_ context.Context, _ url.Values, cf func(interface{}) error) (interface{}, error) + func (c *Controller) PostAll(_ context.Context, cf func(interface{}) error) (interface{}, error)