Documentation ¶ Index ¶ func SetupRouting(r gin.IRouter, s *Server) type Server func NewServer(service app.ServiceInterface) *Server func (s *Server) CreateDomain(ctx *gin.Context) func (s *Server) Resolve(ctx *gin.Context) func (s *Server) SavePURL(ctx *gin.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SetupRouting ¶ func SetupRouting(r gin.IRouter, s *Server) Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(service app.ServiceInterface) *Server func (*Server) CreateDomain ¶ func (s *Server) CreateDomain(ctx *gin.Context) func (*Server) Resolve ¶ func (s *Server) Resolve(ctx *gin.Context) func (*Server) SavePURL ¶ func (s *Server) SavePURL(ctx *gin.Context) Source Files ¶ View all Source files err.go server.go server_routes.go validate.go Directories ¶ Show internal Expand all Path Synopsis res Click to show internal directories. Click to hide internal directories.