Versions in this module Expand all Collapse all v0 v0.2.0 Jul 6, 2024 v0.1.0 Jun 27, 2024 Changes in this version + const CtxKeyCredentials + func GetCredentials(ctx context.Context) qc.Credentials + func NewServer(coordinator *qc.QueryCoordinator, config ServerConfig) *http.Server + type CoordinatorService struct + Coordinator *qc.QueryCoordinator + func (c CoordinatorService) ClusterNamesGet(_ context.Context, _ gen.ClusterNamesGetParams) ([]string, error) + func (c CoordinatorService) NewError(_ context.Context, err error) *gen.ErrorResponseStatusCode + func (c CoordinatorService) RawSQLPost(ctx context.Context, req *gen.RawSQLRequest, _ gen.RawSQLPostParams) (gen.RawSQLListResponse, error) + type SecurityHandler struct + func (s SecurityHandler) HandleBasicAuth(ctx context.Context, _ string, t gs.BasicAuth) (context.Context, error) + type ServerConfig struct + IdleTimeout time.Duration + Listen string + Log *app.Logger + Timeout time.Duration