Documentation ¶ Index ¶ type Handler func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) type Server func New(cfg gateway.Config, log *logging.Logger, vegaPaths paths.Paths) *Server func (srv *Server) Start(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ added in v0.71.0 type Handler struct { // contains filtered or unexported fields } func (*Handler) ServeHTTP ¶ added in v0.71.0 func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) type Server ¶ type Server struct { // contains filtered or unexported fields } func New ¶ func New(cfg gateway.Config, log *logging.Logger, vegaPaths paths.Paths) *Server func (*Server) Start ¶ func (srv *Server) Start(ctx context.Context) error Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.