Versions in this module Expand all Collapse all v0 v0.1.0 Sep 28, 2018 Changes in this version + type AuthConfig struct + Limit int + Period string + SigningKeyFile string + TokenExpiry string + TokenIssuer string + type Config struct + Auth AuthConfig + Listen string + Roles map[string]Role + TLS TLSConfig + func New() *Config + type Role struct + Metadata map[string]string + ProjectID string + UserID string + type TLSConfig struct + CertFile string + KeyFile string