Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2021 Changes in this version + const GraphQL + const REST + func ServeMux(s *Service) http.Handler + type Authenticator struct + APIType string + URL string + type Config struct + AUTHURL string + DBURL string + ListenerPort int + MaxIdleDBConns int + MaxOpenDBConns int + type Service struct + func NewService(ctx context.Context, db *sql.DB, authenticator *Authenticator) *Service