Documentation ¶ Index ¶ func Index(w http.ResponseWriter, r *http.Request) func Logger(inner http.Handler, name string) http.Handler func NewRouter() *mux.Router type Route type Routes Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Index ¶ func Index(w http.ResponseWriter, r *http.Request) func Logger ¶ func Logger(inner http.Handler, name string) http.Handler func NewRouter ¶ func NewRouter() *mux.Router Types ¶ type Route ¶ type Route struct { Name string Method string Pattern string HandlerFunc http.HandlerFunc } type Routes ¶ type Routes []Route Source Files ¶ View all Source files logger.go routers.go Directories ¶ Show internal Expand all Path Synopsis auth model controller db entity kafka mapper model repository service Click to show internal directories. Click to hide internal directories.