Versions in this module Expand all Collapse all v0 v0.0.1 Mar 31, 2025 Changes in this version + const MaxQuoteSize + func DummyAttest(appdata [64]byte) ([]byte, error) + func TdxAttest(appdata [64]byte) ([]byte, error) + type AttestFn = func([64]byte) ([]byte, error) + type HTTPServerConfig struct + DrainDuration time.Duration + EnablePprof bool + GracefulShutdownDuration time.Duration + ListenAddr string + Log *slog.Logger + MetricsAddr string + ReadTimeout time.Duration + UseDummy bool + WriteTimeout time.Duration + type Server struct + func New(cfg *HTTPServerConfig) (srv *Server, err error) + func (s *Server) RunInBackground() + func (s *Server) Shutdown()