Versions in this module Expand all Collapse all v0 v0.1.7 Oct 12, 2021 Changes in this version + type Config struct + CIDResolvers []string + CIDStorePath string + Debug bool + IPFSGateway string + IPFSHost string + Port uint + TLSCertPath string + TLSKeyPath string + type InfoResponse struct + Gateway string + Handles []string + Info string + Problematic []string + Project string + type Server struct + func NewServer(config *Config) *Server + func (s *Server) Debugf(str string, args ...interface{}) + func (s *Server) Start() error + func (s *Server) Stop()