Versions in this module Expand all Collapse all v0 v0.0.1 Dec 13, 2023 Changes in this version + const QUOTE_ROUTE + type APIServer struct + func NewRestAPIServer(ctx context.Context, cfg *config.Config) (*APIServer, error) + func (r *APIServer) Authenticate(c *gin.Context, q *models.Quote) (err error) + func (r *APIServer) Run(ctx context.Context) error + func (r *APIServer) Setup()