Versions in this module Expand all Collapse all v0 v0.2.0 Jul 29, 2021 Changes in this version + type Server struct + func NewServer() Server + func (s *Server) Setup() + func (s *Server) WithAPIKey(apiKey string) + func (s *Server) WithBuilder(b gcloud.CloudRunCommandBuilder) + func (s *Server) WithEngine(e *gin.Engine) + func (s *Server) WithFiatClient(fc fiat.Client) + func (s *Server) WithSQLClient(sc sql.Client)